summaryrefslogtreecommitdiffstats
path: root/scripts/repo-add.sh.in
AgeCommit message (Expand)AuthorFilesLines
2011-06-03Merge branch 'maint'Dan McGee1-1/+1
2011-06-02repo-add: anchor exclusion pattern when generating filelistDan McGee1-1/+1
2011-04-24repo-add: update copyright messageAllan McRae1-4/+2
2011-04-24repo-add: check for gpg earlyAllan McRae1-9/+14
2011-04-24repo-add: check for valid key when signing is requestedAllan McRae1-1/+11
2011-04-24repo-add: add option to specify a different key to sign withDenis A. AltoƩ Falqueto1-11/+27
2011-04-24repo-add: simplify usage messageAllan McRae1-3/+3
2011-03-28Clean up repo-add usage messageRay Kohler1-18/+25
2011-03-28Sign database even if emptyRay Kohler1-1/+2
2011-03-28Rely on the return value of type instead of its outputDave Reisner1-2/+2
2011-03-24Fix use of relative paths for packages in repo-addRay Kohler1-14/+17
2011-03-23repo-add: add sha256sum values to repo databaseDan McGee1-5/+9
2011-03-23repo-add: add symlink to signature fileAllan McRae1-0/+5
2011-03-23repo-add: Fix up usage with GPG optionsDan McGee1-2/+3
2011-03-23repo-add: add -v/--verify optionDan McGee1-0/+26
2011-03-23repo-add: allow signing of the package databaseDan McGee1-0/+23
2011-03-23Add PGPSIG field in repo-addGeoffroy Carrier1-0/+6
2011-03-01Fix some easy to find double translationsDan McGee1-3/+3
2011-01-22Merge branch 'epoch-work'Dan McGee1-7/+1
2011-01-22repo-add: only attempt to create deltas when askedAllan McRae1-9/+11
2011-01-22Remove epoch as an independent fieldDan McGee1-7/+1
2011-01-14repo-add: fix misguided conditional correctionDan McGee1-6/+8
2011-01-12repo-add: Create/modify files databasesPyroPeter1-3/+15
2011-01-12repo-add: use pushd/popdDan McGee1-9/+7
2010-10-14Make repo-add and makepkg epoch-awareDan McGee1-1/+6
2010-10-14Fix bash shell location checkDan McGee1-1/+1
2010-10-12Use sysconfdir, localstatedir, BASH instead of hardcoded valuesNezmer1-1/+1
2010-10-12repo-add: more informative delta messagesXavier Chantry1-5/+3
2010-10-12repo-add: add delta generationXavier Chantry1-1/+25
2010-09-27repo-add: make --quiet output more quietAllan McRae1-0/+1
2010-08-18repo-add: create relative DB symlinksDan McGee1-2/+3
2010-06-24repo-add: try symlink, then hardlink, then copy for DB fileDan McGee1-1/+4
2010-05-27repo-add: symlink to db file to reponame.dbAllan McRae1-0/+1
2009-11-16scripts: replace test builtin [ with shell keywords [[ and ((Cedric Staniewski1-37/+37
2009-10-21makepkg, repo-add: replace external commands with bash substitutions where po...Cedric Staniewski1-2/+4
2009-10-11Fix stderr redirectionCedric Staniewski1-1/+1
2009-09-30Merge branch 'maint'Dan McGee1-5/+11
2009-09-24repo-add: clean up options parsingDan McGee1-12/+1
2009-09-24repo-remove: create empty DB when all packages are removedDan McGee1-5/+11
2009-08-03repo-add: clarify one messageXavier Chantry1-1/+1
2009-07-22makepkg: add pkgbase to .PKGINFO and database for split packagesAllan McRae1-0/+1
2009-06-24repo-add: use bsdtar optimization for better performanceDan McGee1-3/+3
2009-05-23repo-add: fail early if repo can not be createdXavier Chantry1-2/+12
2009-05-19Add support for the xz archive formatPierre Schmitz1-0/+1
2009-05-19repo-add: fix -n tests which are applicable only to stringsCedric Staniewski1-2/+2
2009-03-15repo-add : rename gstmpdir to tmpdirXavier Chantry1-9/+9
2009-03-15repo-add : don't change the modification time on depends and descXavier Chantry1-5/+2
2009-03-15repo-add : new locking systemXavier Chantry1-13/+45
2009-03-15repo-add : fix package variables declarationXavier Chantry1-8/+4
2009-03-15repo-add : rewrite delta supportXavier Chantry1-5/+97