summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2011-04-15Merge branch 'maint'Dan McGee1-1/+1
2011-04-13makepkg.sh.in: fix a GNU-ism in su invocationRémy Oudompheng1-1/+1
2011-04-05Merge branch 'maint'Dan McGee1-14/+11
2011-04-04makepkg: fix a GNU-ism in awk usageRémy Oudompheng1-1/+1
2011-04-04makepkg: improve parsing for sanity checksAllan McRae1-4/+4
2011-03-30makepkg: remove unnecessary tr usageAllan McRae1-3/+1
2011-03-30makepkg: avoid usage of tr to sidestep locale issuesDave Reisner1-6/+5
2011-03-28makepkg: command line options for signing packagesDenis A. Altoé Falqueto1-5/+36
2011-03-27Create pacman keyring directory if missingRay Kohler1-1/+6
2011-03-27Clean up repo-add usage messageRay Kohler1-18/+25
2011-03-27Merge branch 'maint'Dan McGee1-1/+5
2011-03-27Sign database even if emptyRay Kohler1-1/+2
2011-03-27makepkg: allow PKGEXT and SRCEXT to be overridden by env variablesRay Kohler1-0/+4
2011-03-27Rely on the return value of type instead of its outputDave Reisner2-4/+4
2011-03-27Clarify error message in pacman-db-upgradeDan McGee1-1/+5
2011-03-24Merge branch 'maint'Dan McGee1-5/+5
2011-03-24Make log redirection sanerJan Steffens1-5/+5
2011-03-24Fix use of relative paths for packages in repo-addRay Kohler1-14/+17
2011-03-23Merge branch 'gpg-build-tools'Dan McGee2-7/+97
2011-03-23repo-add: add sha256sum values to repo databaseDan McGee1-5/+9
2011-03-23pacman-key help, round threeDan McGee1-39/+24
2011-03-23pacman-key: improve usage outputAllan McRae1-17/+21
2011-03-23pacman-key: remake of --reload commandDenis A. Altoé Falqueto1-42/+99
2011-03-23pacman-key: keyring management toolDenis A. Altoé Falqueto3-0/+278
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-22makepkg: place signature symlink in build dirAllan McRae1-2/+3
2011-03-22makepkg: allow signatures to work with split packagesDan McGee1-5/+8
2011-03-22Add GPG signature support to makepkgGeoffroy Carrier1-0/+21
2011-03-20makepkg: Improve optdepends extractionAllan McRae1-4/+8
2011-02-28Fix some easy to find double translationsDan McGee3-11/+11
2011-02-11Ensure pkgbase/epoch are defined before doing anythingDan McGee1-3/+4
2011-02-06makepkg: more bash-3.2 compatibilityAllan McRae1-2/+2
2011-02-02makepkg: initialize local arrays to emptyAllan McRae1-3/+3
2011-02-02makepkg: error on invalid optdependsAllan McRae1-0/+1
2011-02-02makepkg: make SRCPKGDEST default to $startdirCedric Staniewski1-1/+1
2011-02-02makepkg: Fix the check for references to srcdir/pkgdirNezmer1-2/+2
2011-02-01makepkg: fix indention to follow style guideCedric Staniewski1-8/+8
2011-01-22Merge branch 'epoch-work'Dan McGee2-28/+47
2011-01-22Makefile: Use git describe --dirty for GIT VERSIONXavier Chantry1-1/+1
2011-01-22repo-add: only attempt to create deltas when askedAllan McRae1-9/+11
2011-01-22makepkg: encode epoch in version specifier if > 0Dan McGee1-24/+46
2011-01-21Remove epoch as an independent fieldDan McGee2-9/+6
2011-01-14makepkg: perform all sanity checks before erroring outDan McGee1-18/+19
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