summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2012-04-25rankmirrors: move to contrib/Dave Reisner3-217/+0
2012-04-24validate bash scripts with 'bash -n' during build.Dave Reisner1-0/+1
2012-04-24pacman-key: lookup keys before receivingDave Reisner1-1/+40
2012-04-24Merge branch 'maint'Dan McGee3-69/+129
2012-04-24pacman-key: allow verification of multiple sig filesDave Reisner1-5/+10
2012-04-24scripts/library: remove parse_optionsDave Reisner4-114/+1
2012-04-24scripts: avoid dumping usage on parser failDave Reisner2-2/+2
2012-04-24pacman-key: adopt parseopts for option parsingDave Reisner2-86/+95
2012-04-24makepkg: allow specifying --pkg multiple timesDave Reisner1-1/+1
2012-04-24makepkg: adopt parseopts for option parsingDave Reisner2-14/+14
2012-04-24scripts/library: introduce parseoptsDave Reisner4-0/+163
2012-04-21makepkg: restrict allowed characters in pkgnameDave Reisner1-0/+5
2012-04-21pkgdelta/repo-add: quoting fixesFlorian Pritz2-48/+48
2012-04-21pkgdelta: implement requirments for delta generationFlorian Pritz1-3/+49
2012-04-21pkgdelta: rework option/argument parserFlorian Pritz1-18/+27
2012-04-09makepkg: save and restore shopts when sourcing /etc/profileAllan McRae1-0/+4
2012-04-09makepkg: complain when the buildfile isn't writeableDave Reisner1-7/+7
2012-04-09makepkg: catch errors sourcing filesDave Reisner1-9/+14
2012-04-09makepkg: restrict usage of errexit to user functionsDave Reisner1-23/+23
2012-04-09Merge branch 'maint'Dan McGee1-5/+1
2012-04-09pacman-key: avoid use of tempfile in verify_sigDave Reisner1-5/+1
2012-04-09pacman-key: verify TRUST_ULTIMATE keys as goodDave Reisner1-1/+1
2012-04-09makepkg: treat lib{provides,depends} returns as proper arraysDave Reisner1-6/+6
2012-04-09makepkg: use proper array addition in libdepsDave Reisner1-7/+7
2012-04-09makepkg: add missing newline from libprovides outputDave Reisner1-1/+1
2012-04-07repo-remove: remove deltas file if it becomes emptyFlorian Pritz1-0/+5
2012-04-07makepkg: safely change directoriesAllan McRae1-13/+21
2012-04-07makepkg: use printf rather than echo to output variableAllan McRae1-31/+31
2012-04-07makepkg: the rhs in string comparisons should be quotedAllan McRae1-12/+12
2012-04-07makepkg: devel_check(): cleanup for hg versionMatthew Monaco1-5/+7
2012-04-07makepkg: devel_check(): set newpkgver (cleanup)Matthew Monaco1-27/+34
2012-04-07makepkg: devel_check(): consolidate common codeMatthew Monaco1-30/+7
2012-04-07makepkg: devel_check(): determine vcsMatthew Monaco1-0/+16
2012-04-07makepkg: remove unused variableMatthew Monaco1-1/+0
2012-04-07Merge branch 'maint'Dan McGee32-810/+623
2012-04-07Revert "makepkg: calculate exact total file size"Dan McGee2-1/+3
2012-04-07Revert "parseopts: normalize options into an array"Dave Reisner3-17/+27
2012-04-07pkgdelta: exit 1 upon errorFlorian Pritz1-2/+2
2012-04-07pacman-key: Actually verify signatures and exit with correct codesPierre Schmitz1-1/+5
2012-04-07pkgdelta: use bsdtar -q optionDan McGee1-1/+1
2012-04-07parse_options: initialize unused_options as arrayDave Reisner1-1/+1
2012-04-07Updates from TransifexDan McGee5-331/+429
2012-03-29pacman-key: change to more reliable default keyserverAllan McRae1-1/+1
2012-03-29pacman-key: make the -e option work as advertisedAllan McRae1-1/+1
2012-03-29Update all translation filesDan McGee28-458/+153
2012-03-28makepkg: avoid reporting bogus install size on btrfsDave Reisner1-0/+6
2012-03-16Merge branch 'maint'Dan McGee1-1/+1
2012-03-16makepkg: quote removed filename as it can have spacesAllan McRae1-1/+1
2012-03-16makepkg: abort when failing to create BUILDDIRAllan McRae1-2/+5
2012-03-16makepkg: prevent issues with files starting with a hyphenAllan McRae1-3/+3