summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2011-09-01makepkg: read filenames in a while loopDave Reisner
2011-09-01makepkg: fix breakage in eval'ing quoted stringsDave Reisner
2011-08-30pacman-key: add --lsign-key operationDan McGee
2011-08-30pacman-key master key generationDan McGee
2011-08-29pacman-key: fix broken logic around updating trust databaseDan McGee
2011-08-29pacman-key: have --init add more options to default gpg.confDan McGee
2011-08-29pacman-key: refine permission and locking checksDan McGee
2011-08-29pacman-key: rework and document holding keys in keyringAllan McRae
2011-08-29pacman-key: update trust database for relevant operationsAllan McRae
2011-08-29pacman-key: import everything then revoke on --populateAllan McRae
2011-08-29pacman-key: rework importing distro/repo provided keyringsAllan McRae
2011-08-25Add new 'lt' and 'zh_TW' translations from transifexDan McGee
2011-08-25Update existing translations from TransifexDan McGee
2011-08-19makepkg: quote re-evaluation of simple varsDave Reisner
2011-08-18makepkg: deal with variable substitution when checking sanityAllan McRae
2011-08-18Add makepkg -S which is an alias to makepkg --sourceSebastien Luttringer
2011-08-17Fix trailing whitespace in whole codebaseDan McGee
2011-08-16repo-add: fix creation of signature symlinkAllan McRae
2011-08-15Update message catalogsDan McGee
2011-08-15Update translations from TransifexDan McGee
2011-08-15repo-add: reorganize output messages for clarityDan McGee
2011-08-15build-sys: always use $(RM) instead of rm -fDave Reisner
2011-08-15dist: preserve symlinks on installationDave Reisner
2011-08-15repo-add: indicate whether package signature is foundAllan McRae
2011-08-15makepkg: don't hardcode path to stripDave Reisner
2011-08-11scripts/pkgdelta: fix `make distcheck`Dan McGee
2011-08-09Update string catalogs after string tweaksDan McGee
2011-08-08Update several translation stringsDan McGee
2011-08-08Update all translation filesDan McGee
2011-08-08Merge branch 'maint'Dan McGee
2011-08-08makepkg: ignore epoch when undeclaredDave Reisner
2011-08-02pacman-key: follow gpg options for listing keysAllan McRae
2011-07-28scripts/pkgdelta: exit properly on missing argsDave Reisner
2011-07-28scripts/repo-add: show usage when no DB file specifiedDave Reisner
2011-07-27pacman-key: Add --import and --import-trustdbPang Yan Han
2011-07-27pacman-key: change GPG_PACMAN and GPG_NOKEYRING to arraysDJ Mills
2011-07-27pacman-key: fix syntax error in -r arg parsingAllan McRae
2011-07-27makepkg: refactor checking source integrityAllan McRae
2011-07-27makepkg: more control of skipping integrity checksAllan McRae
2011-07-27makepkg: Add support for verifying pgp signaturesWieland Hoffmann
2011-07-27makepkg: get package version with overridesAllan McRae
2011-07-27makepkg: allow epoch to be overriddenAllan McRae
2011-07-27makepkg: check arch overrides for required architectureAllan McRae
2011-07-27makepkg: check overrides for pkgrel and pkgverAllan McRae
2011-07-27makepkg: pkgver and pkgrel can not have whitespaceAllan McRae
2011-07-21pacman-key: refactor post parse opt check into a caseDave Reisner
2011-07-21pacman-key: s/UPDATEBD/UPDATEDB/Dave Reisner
2011-07-21pacman-key: fix syntax error in -r arg parsingDave Reisner
2011-07-21pacman-key: return $ret, not errorsDave Reisner
2011-07-19pacman-key: --init: correct creation of gpg.confPang Yan Han