summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-05makepkg: canonicalize paths from environmental variablesAllan McRae1-4/+18
2010-10-05makepkg: compare paths using bash testAllan McRae1-3/+3
2010-10-05makepkg: improve srcdir check and add pkgdirAllan McRae1-2/+6
2010-10-05makepkg: remove STRIP_DIRSAllan McRae1-2/+2
2010-09-27repo-add: make --quiet output more quietAllan McRae1-0/+1
2010-09-07Remove quotes in remaining bash regexesDan McGee1-1/+1
2010-08-27Use pipe to create compressed package instead of an intermediate tar fileJürgen Hötzel1-13/+12
2010-08-27makepkg: remove trailing quote mark in regexDan McGee1-1/+1
2010-08-24Merge branch 'maint'Dan McGee2-9/+20
2010-08-24makepkg: error out on empty optdepends entriesAllan McRae1-1/+1
2010-08-24makepkg: use less local variables in check_sanityAllan McRae1-26/+20
2010-08-24makepkg: remove unnecessary variable presence checkAllan McRae1-8/+6
2010-08-24makepkg: clarify invalid backup entry errorsAllan McRae1-2/+2
2010-08-24makepkg: less code duplication in create_packageAndres P1-15/+12
2010-08-24makepkg: use regex to match options for privilege escalationAllan McRae1-1/+1
2010-08-18repo-add: create relative DB symlinksDan McGee1-2/+3
2010-08-18makepkg: add file to the list of needed utilitiesAllan McRae1-1/+1
2010-08-18makepkg: check tput support before usingAllan McRae1-6/+16
2010-08-08makepkg: Allow creation of uncompressed packagesThomas Bächler1-0/+3
2010-07-27Merge branch 'maint'Dan McGee1-3/+3
2010-07-27Always treat PKGLIST as an array.Dave Reisner1-3/+3
2010-07-07Remove DBEXT usageAllan McRae2-2/+1
2010-07-03Merge branch 'maint'Dan McGee1-7/+6
2010-07-03makepkg: undeclared local variablesAndres P1-8/+20
2010-07-01makepkg: fix sudo/su calling of pacmanAllan McRae1-7/+6
2010-06-30Merge branch 'maint'Dan McGee3-4/+8
2010-06-30makepkg: clarify aborting on packaging failureAllan McRae1-2/+3
2010-06-30makepkg: try standard paths for coreutils duAllan McRae2-1/+2
2010-06-30makepkg: remove bash4-only parameter expansion in check_sanityAndres P1-1/+1
2010-06-30makepkg: Only check regular files in $srcdir checkThomas Bächler1-1/+1
2010-06-24repo-add: try symlink, then hardlink, then copy for DB fileDan McGee1-1/+4
2010-06-24Merge branch 'maint'Dan McGee2-9/+13
2010-06-24makepkg: Place source packages symlinks in build dir when SRCPKGDEST is usedEric Bélanger1-1/+11
2010-06-24makepkg: fix regression in split package function checkingAndres P1-1/+1
2010-06-23makepkg: prevent error trap activation in bash-3.2Allan McRae1-3/+7
2010-06-23rankmirrors: pipe errors to stderrAndres P1-1/+1
2010-06-23rankmirrors: fix bogus pacman configuration parsingAndres P1-2/+2
2010-06-23rankmirrors: fix bogus variable assignmentAndres P1-3/+3
2010-06-21Merge branch 'maint'Dan McGee1-5/+5
2010-06-21makepkg: revert bash4-ismAllan McRae1-5/+5
2010-06-20makepkg: remove unnecessary use of sortAndres P1-2/+2
2010-06-20makepkg: use parameter expansion instead of basenameAndres P1-1/+1
2010-06-20makepkg: fix inconsistent output when checking dependenciesAndres P1-2/+2
2010-06-20makepkg: merge in-line splitpkg handling logicAndres P1-22/+16
2010-06-20makepkg: add to variables without expanding themAndres P1-8/+8
2010-06-20makepkg: less code repetition for empty variable checkingAndres P1-12/+7