summaryrefslogtreecommitdiffstats
path: root/commitpkg.in
AgeCommit message (Expand)AuthorFilesLines
2017-07-05Add `# shellcheck` directives to quiet shellcheck, add PKGBUILD.protoLuke Shumaker1-0/+5
2017-07-05Make slightly more involved changes to make shellcheck happy.Luke Shumaker1-2/+2
2017-07-05Quote strings that shellcheck warns about.Luke Shumaker1-15/+15
2017-07-05Make purely stylistic changes to make shellcheck happier.Luke Shumaker1-1/+1
2017-04-05Handle makepkg.conf more consistentlylukeshu@parabola.nu1-2/+4
2017-04-05Avoid using string interpolation; use printf format strings instead.Luke Shumaker1-4/+4
2017-04-05Add a "License:" tag to all code files.Luke Shumaker1-0/+1
2017-04-05commitpkg: Adjust fancy quoting/escaping to not confuse Emacs.Luke Shumaker1-1/+1
2016-05-27Use repos.archlinux.org everywhere instead of hostname based domains20160527Sven-Hendrik Haase1-1/+1
2015-06-06commitpkg: Force unarmored signaturesJohannes Löthberg1-1/+1
2013-11-01common: implement find_cached_packageDave Reisner1-21/+3
2013-11-01commitpkg: check all files at once for version controlDave Reisner1-9/+13
2013-08-18ensure that PKGBUILDs aren't sourced via PATHDave Reisner1-1/+1
2013-08-08avoid injecting code into the format stringDave Reisner1-5/+5
2013-01-20Use nymeria instead of gerolde20130120Pierre Schmitz1-9/+1
2012-11-15Make sure the usage functions are consistentEric Bélanger1-2/+2
2012-11-11For now only packages and svn from sigurd will be moved to nymeriaPierre Schmitz1-1/+9
2012-11-03Use nymeria.archlinux.org as shared host for developers and trusted usersPierre Schmitz1-9/+1
2012-10-27Use sigurd.archlinux.org instead of the now moved aur.archlinux.org hostnamePierre Schmitz1-1/+1
2012-06-16commitpkg: check if there are any packages to process before doing soPierre Schmitz1-9/+11
2012-06-10Gracefully handle files containing an "@"Lukas Fleischer1-1/+1
2012-06-10Prevent packages being uploaded with "Unknown Packager"Allan McRae1-0/+17
2012-03-05commitpkg: Pass through the -f parameter to archrelease so unofficial repos c...Pierre Schmitz1-7/+9
2012-03-04commitpkg: Add ability to override the serverPierre Schmitz1-14/+16
2012-02-15Always sign unsigned packagesAllan McRae1-8/+4
2012-02-06commitpkg: use absolute paths when uploading filesFlorian Pritz1-0/+10
2012-01-19Fix typo: It's PKGDEST and not DESTDIRPierre Schmitz1-1/+1
2012-01-18commitpkg: behavior more sanely in searching for built pkgsDave Reisner1-14/+15
2011-12-04Use double brackets everywhereLukas Fleischer1-19/+19
2011-12-04Add support for kde-unstable and gnome-unstablePierre Schmitz1-1/+1
2011-11-21Skip archrelease for missing architecturesPierre Schmitz1-7/+11
2011-11-04commitpkg: Fix commit messageLukas Fleischer1-1/+1
2011-11-04commitpkg: Make svn quieterEric Bélanger1-3/+3
2011-11-04Capitalize output messagesEric Bélanger1-11/+11
2011-11-01Move common functions to a shared filePierre Schmitz1-53/+35
2011-10-31commitpkg: Require signatures for packagesPierre Schmitz1-1/+1
2011-10-31commitpkg: Check signature if availablePierre Schmitz1-0/+3
2011-10-31commitpkg: Skip signing if signature already existsPierre Schmitz1-3/+2
2011-10-29commitpkg: Sync changelog/install check with makepkg(8)Lukas Fleischer1-4/+3
2011-10-07Support non-standard install locationsLukas Fleischer1-0/+207