summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2011-08-10Remove -f option from ln for POSIX complianceEric Bélanger2-7/+11
2011-07-18makepkg: fix issue with filenames with spaces and noextractAllan McRae1-1/+1
2011-06-07makepkg: fix creation of source package with -pAllan McRae1-1/+1
2011-06-02repo-add: anchor exclusion pattern when generating filelistDan McGee1-1/+1
2011-05-02makepkg: quote variable that may contain spacesAllan McRae1-1/+1
2011-04-13makepkg.sh.in: fix a GNU-ism in su invocationRémy Oudompheng1-1/+1
2011-04-05makepkg: fix a GNU-ism in awk usageRémy Oudompheng1-1/+1
2011-04-05makepkg: improve parsing for sanity checksAllan McRae1-4/+4
2011-03-31makepkg: remove unnecessary tr usageAllan McRae1-3/+1
2011-03-31makepkg: avoid usage of tr to sidestep locale issuesDave Reisner1-6/+5
2011-03-28Clarify error message in pacman-db-upgradeDan McGee1-1/+5
2011-03-25Make log redirection sanerJan Steffens1-5/+5
2011-03-20makepkg: Improve optdepends extractionAllan McRae1-4/+8
2011-03-01Fix 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-03makepkg: initialize local arrays to emptyAllan McRae1-3/+3
2011-02-03makepkg: error on invalid optdependsAllan McRae1-0/+1
2011-02-03makepkg: make SRCPKGDEST default to $startdirCedric Staniewski1-1/+1
2011-02-03makepkg: 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-22Remove epoch as an independent fieldDan McGee2-9/+6
2011-01-14makepkg: perform all sanity checks before erroring outDan McGee1-18/+19
2011-01-14repo-add: fix misguided conditional correctionDan McGee1-6/+8
2011-01-12repo-add: Create/modify files databasesPyroPeter1-3/+15
2011-01-12repo-add: use pushd/popdDan McGee1-9/+7
2011-01-08Update copyright years for 2011Allan McRae3-6/+6
2010-12-30makepkg: add option to clear buildflagsAllan McRae1-1/+8
2010-12-30makepkg: Add check() function for running test suitesAllan McRae1-3/+28
2010-12-30makepkg: escape closing bash array paren for awkDave Reisner1-4/+4
2010-12-30makepkg: allow pkgname usage in split package functionsAllan McRae1-4/+6
2010-12-21makepkg: remove last inappropriate PKGBUILD usageAllan McRae1-1/+1
2010-12-13Update scripts/ .gitignoreDan McGee1-0/+1
2010-12-13pacman-optimize: ensure database directory contains local/Dan McGee1-2/+4
2010-12-13Add script to update pacman database formatAllan McRae2-0/+124
2010-12-13makepkg: perform sanity checks on variables in package functionsAllan McRae1-6/+13
2010-12-13makepkg: remove dead code from handle_depsAndres P1-2/+0
2010-12-13makepkg: do not ignore errors from pacman when checking depsAndres P1-6/+7
2010-12-13makepkg: use portable escape sequence for terminal escapesCarlos Diaz1-6/+6
2010-10-14Add epoch verification to makepkgDan McGee1-0/+5
2010-10-14Make repo-add and makepkg epoch-awareDan McGee2-5/+8
2010-10-14Fix bash shell location checkDan McGee6-6/+6
2010-10-12Use sysconfdir, localstatedir, BASH instead of hardcoded valuesNezmer6-6/+7
2010-10-12repo-add: more informative delta messagesXavier Chantry1-5/+3
2010-10-12repo-add: add delta generationXavier Chantry1-1/+25
2010-10-12makepkg: Use mkfifo instead of GNU-only 'mknod <file> p'Nezmer1-1/+1