summaryrefslogtreecommitdiffstats
path: root/scripts/repo-add.sh.in
AgeCommit message (Expand)AuthorFilesLines
2011-06-24repo-add: use format_entry for all desc/depends fieldsDave Reisner1-22/+24
2011-06-24repo-add: store multi-value fields as arraysDave Reisner1-24/+26
2011-06-24repo-add: bashify reading of .PKGINFO fileDave Reisner1-14/+9
2011-06-23Merge branch 'po-split'Dan McGee1-1/+1
2011-06-23repo-add: fix path designation regressionDave Reisner1-2/+11
2011-06-23po/: split into scripts/po/ and src/pacman/po/Dan McGee1-1/+1
2011-06-22repo-add: style cleanupDave Reisner1-16/+8
2011-06-20repo-add: show better error when path to repo does not existDave Reisner1-0/+6
2011-06-20repo-add: allow creating a database with no compressionDan McGee1-4/+5
2011-06-20repo-add: use bash equivalents of basename/dirnameDave Reisner1-6/+6
2011-06-15scripts: refactor output formatting functionsAllan McRae1-21/+1
2011-06-02Merge 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-27Clean up repo-add usage messageRay Kohler1-18/+25
2011-03-27Sign database even if emptyRay Kohler1-1/+2
2011-03-27Rely 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-02-28Fix 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-21Remove epoch as an independent fieldDan McGee1-7/+1
2011-01-13repo-add: fix misguided conditional correctionDan McGee1-6/+8
2011-01-11repo-add: Create/modify files databasesPyroPeter1-3/+15
2011-01-11repo-add: use pushd/popdDan McGee1-9/+7
2010-10-13Make repo-add and makepkg epoch-awareDan McGee1-1/+6
2010-10-13Fix bash shell location checkDan McGee1-1/+1
2010-10-11Use sysconfdir, localstatedir, BASH instead of hardcoded valuesNezmer1-1/+1
2010-10-11repo-add: more informative delta messagesXavier Chantry1-5/+3
2010-10-11repo-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-15scripts: replace test builtin [ with shell keywords [[ and ((Cedric Staniewski1-37/+37
2009-10-20makepkg, repo-add: replace external commands with bash substitutions where po...Cedric Staniewski1-2/+4
2009-10-11Fix stderr redirectionCedric Staniewski1-1/+1
2009-09-29Merge branch 'maint'Dan McGee1-5/+11
2009-09-23repo-add: clean up options parsingDan McGee1-12/+1
2009-09-23repo-remove: create empty DB when all packages are removedDan McGee1-5/+11