summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2012-06-26paccache: adopt size_to_humanDave Reisner1-0/+2
2012-06-26scripts/library: add size_to_humanDave Reisner3-1/+26
2012-06-26pkgdelta: use human_to_size to parse --min-pkg-sizeDave Reisner1-6/+7
2012-06-26scripts/library: add human_to_sizeDave Reisner3-1/+61
2012-06-26repo-add: add checkdepends informationAllan McRae2-10/+13
2012-06-26makepkg: install deps with --repackageAllan McRae1-3/+3
2012-06-26Allow wildcards in PURGE_TARGETS to match any type of file except for directo...Jeremy Huntwork1-1/+1
2012-06-26makepkg: allow url to be overridden in split packagesAllan McRae1-1/+1
2012-06-26Portability fixes for makepkgJeremy Huntwork2-29/+23
2012-06-26pkgdelta: add missing --version longoptDave Reisner1-1/+1
2012-06-26Create repo-remove symlink in scripts dirAllan McRae1-5/+7
2012-05-21makepkg: rework libdependsAllan McRae1-39/+61
2012-05-21repo-add: add makedepends informationAllan McRae1-10/+13
2012-05-21makepkg: write makedepends into .PKGINFOAllan McRae1-0/+2
2012-05-21makepkg: Add CPPFLAGS supportAllan McRae1-2/+2
2012-05-21Merge branch 'maint'Dan McGee4-187/+202
2012-05-21pacman-key: use mapfile over readDave Reisner1-1/+1
2012-05-21makepkg: use mapfile where plausibleDave Reisner1-6/+5
2012-05-21pkgdelta: adopt parseopts for option parsingDave Reisner2-15/+26
2012-05-21pacman-key: test for content in keyring filesDave Reisner1-3/+3
2012-05-20Fix gettext usage in pkgdelta help instructionsDan McGee3-21/+21
2012-05-20Update pacman-scripts message catalogDan McGee2-170/+185
2012-05-04pacman-key: clarify messages, s/keychain/keyring/Dan McGee1-5/+5
2012-05-01makepkg: fix package arch detectionAllan McRae1-0/+1
2012-04-30pkgdelta/repo-add: quoting fixesFlorian Pritz1-1/+1
2012-04-30Merge remote-tracking branch 'dave/buildsys'Dan McGee3-217/+1
2012-04-30makepkg: remove subshelling from check_option and friendsDave Reisner1-58/+79
2012-04-30makepkg: null terminate filenames to stripDave Reisner1-1/+1
2012-04-25rankmirrors: move to contrib/Dave Reisner3-217/+0
2012-04-24makepkg: Be more consistent with missing program messageAllan McRae1-1/+1
2012-04-24makepkg: treat list of packages to be installed as an arrayAllan McRae1-2/+2
2012-04-24makepkg: deal with overriden package arch properlyAllan McRae1-18/+33
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