summaryrefslogtreecommitdiff
path: root/scripts/makepkg.sh.in
AgeCommit message (Expand)Author
2011-06-07makepkg: fix creation of source package with -pAllan McRae
2011-05-02makepkg: quote variable that may contain spacesAllan McRae
2011-04-13makepkg.sh.in: fix a GNU-ism in su invocationRémy Oudompheng
2011-04-04makepkg: fix a GNU-ism in awk usageRémy Oudompheng
2011-04-04makepkg: improve parsing for sanity checksAllan McRae
2011-03-30makepkg: remove unnecessary tr usageAllan McRae
2011-03-30makepkg: avoid usage of tr to sidestep locale issuesDave Reisner
2011-03-24Make log redirection sanerJan Steffens
2011-03-20makepkg: Improve optdepends extractionAllan McRae
2011-02-28Fix some easy to find double translationsDan McGee
2011-02-11Ensure pkgbase/epoch are defined before doing anythingDan McGee
2011-02-06makepkg: more bash-3.2 compatibilityAllan McRae
2011-02-02makepkg: initialize local arrays to emptyAllan McRae
2011-02-02makepkg: error on invalid optdependsAllan McRae
2011-02-02makepkg: make SRCPKGDEST default to $startdirCedric Staniewski
2011-02-02makepkg: Fix the check for references to srcdir/pkgdirNezmer
2011-02-01makepkg: fix indention to follow style guideCedric Staniewski
2011-01-22makepkg: encode epoch in version specifier if > 0Dan McGee
2011-01-21Remove epoch as an independent fieldDan McGee
2011-01-14makepkg: perform all sanity checks before erroring outDan McGee
2011-01-07Update copyright years for 2011Allan McRae
2010-12-29makepkg: add option to clear buildflagsAllan McRae
2010-12-29makepkg: Add check() function for running test suitesAllan McRae
2010-12-29makepkg: escape closing bash array paren for awkDave Reisner
2010-12-29makepkg: allow pkgname usage in split package functionsAllan McRae
2010-12-20makepkg: remove last inappropriate PKGBUILD usageAllan McRae
2010-12-12makepkg: perform sanity checks on variables in package functionsAllan McRae
2010-12-12makepkg: remove dead code from handle_depsAndres P
2010-12-12makepkg: do not ignore errors from pacman when checking depsAndres P
2010-12-12makepkg: use portable escape sequence for terminal escapesCarlos Diaz
2010-10-13Add epoch verification to makepkgDan McGee
2010-10-13Make repo-add and makepkg epoch-awareDan McGee
2010-10-13Fix bash shell location checkDan McGee
2010-10-11Use sysconfdir, localstatedir, BASH instead of hardcoded valuesNezmer
2010-10-11makepkg: Use mkfifo instead of GNU-only 'mknod <file> p'Nezmer
2010-10-05makepkg: canonicalize paths from environmental variablesAllan McRae
2010-10-05makepkg: compare paths using bash testAllan McRae
2010-10-05makepkg: improve srcdir check and add pkgdirAllan McRae
2010-10-05makepkg: remove STRIP_DIRSAllan McRae
2010-09-07Remove quotes in remaining bash regexesDan McGee
2010-08-27Use pipe to create compressed package instead of an intermediate tar fileJürgen Hötzel
2010-08-27makepkg: remove trailing quote mark in regexDan McGee
2010-08-23Merge branch 'maint'Dan McGee
2010-08-23makepkg: error out on empty optdepends entriesAllan McRae
2010-08-23makepkg: use less local variables in check_sanityAllan McRae
2010-08-23makepkg: remove unnecessary variable presence checkAllan McRae
2010-08-23makepkg: clarify invalid backup entry errorsAllan McRae
2010-08-23makepkg: less code duplication in create_packageAndres P
2010-08-23makepkg: use regex to match options for privilege escalationAllan McRae
2010-08-18makepkg: add file to the list of needed utilitiesAllan McRae