summaryrefslogtreecommitdiffstats
path: root/scripts/makepkg.sh.in
AgeCommit message (Expand)AuthorFilesLines
2011-10-14makepkg: don't attach traps until after argument parsingDan McGee1-11/+9
2011-10-13scripts/*.sh.in: Fix signal handler error messagesLukas Fleischer1-1/+3
2011-10-11makepkg: strip comments after pkgver/pkgrel when checking valueAllan McRae1-2/+2
2011-10-03makepkg: create tar file for bogus PKGEXTlolilolicon1-16/+10
2011-09-30makepkg: support .tar.Z source packages creationlolilolicon1-1/+3
2011-09-28makepkg: proper quoting in [[ expression ]]lolilolicon1-3/+3
2011-09-27makepkg: ensure '-' is last in a character globDave Reisner1-1/+2
2011-09-26makepkg: normalize whitespace for optdepends in .PKGINFOAllan McRae1-1/+1
2011-09-26makepkg: allow versioned optdepends with epochAllan McRae1-2/+2
2011-09-14makepkg: fix recreation of hardlinks to .gz manpagesDave Reisner1-5/+6
2011-09-14makepkg: add missing newline on passing gpg sourcecheckDave Reisner1-3/+4
2011-09-12makepkg: check for var existance before file existanceDave Reisner1-1/+1
2011-09-11makepkg: unset errexit when sourcing /etc/profileDave Reisner1-1/+3
2011-09-08makepkg: use more awk'ish syntax in sanity checksDave Reisner1-6/+6
2011-09-08makepkg: avoid for loop in deleting manpage hardlinksDave Reisner1-4/+2
2011-09-08makepkg: act on function return value, not outputDave Reisner1-1/+1
2011-09-08makepkg: refactor check_pgpsigs outputDave Reisner1-16/+18
2011-09-06makepkg: use globs in place of regexDave Reisner1-7/+9
2011-09-06makepkg: unset variables as per !{make,build}flagsDave Reisner1-4/+2
2011-09-01makepkg: fix overzealous PGP signature file matchingDan McGee1-2/+2
2011-09-01makepkg: fix sanity checking in versioningDave Reisner1-3/+3
2011-09-01makepkg: read filenames in a while loopDave Reisner1-6/+4
2011-09-01makepkg: fix breakage in eval'ing quoted stringsDave Reisner1-5/+5
2011-08-19makepkg: quote re-evaluation of simple varsDave Reisner1-6/+6
2011-08-18makepkg: deal with variable substitution when checking sanityAllan McRae1-0/+3
2011-08-18Add makepkg -S which is an alias to makepkg --sourceSebastien Luttringer1-3/+3
2011-08-18Fix trailing whitespace in whole codebaseDan McGee1-3/+3
2011-08-15makepkg: don't hardcode path to stripDave Reisner1-3/+3
2011-08-09Update several translation stringsDan McGee1-10/+10
2011-08-08makepkg: ignore epoch when undeclaredDave Reisner1-1/+1
2011-07-27makepkg: refactor checking source integrityAllan McRae1-24/+17
2011-07-27makepkg: more control of skipping integrity checksAllan McRae1-13/+31
2011-07-27makepkg: Add support for verifying pgp signaturesWieland Hoffmann1-2/+93
2011-07-27makepkg: get package version with overridesAllan McRae1-18/+27
2011-07-27makepkg: allow epoch to be overriddenAllan McRae1-7/+10
2011-07-27makepkg: check arch overrides for required architectureAllan McRae1-0/+15
2011-07-27makepkg: check overrides for pkgrel and pkgverAllan McRae1-8/+14
2011-07-27makepkg: pkgver and pkgrel can not have whitespaceAllan McRae1-4/+6
2011-07-18Merge branch 'maint'Dan McGee1-1/+1
2011-07-18makepkg: fix issue with filenames with spaces and noextractAllan McRae1-1/+1
2011-07-18makepkg: only test for writable PKGDEST when needed.Rogutės Sparnuotos1-1/+1
2011-07-14makepkg: remove unused -C option from option listDave Reisner1-1/+1
2011-07-14makepkg: skip devel_check when reading from a pipeDave Reisner1-2/+2
2011-07-14makepkg: Remove pre-optimization from in_array()DJ Mills1-1/+0
2011-07-14makepkg: Remove OPT_TEMP hack in parse_options callDJ Mills1-3/+1
2011-07-14Add 'compress' compression format as an available optionDan McGee1-0/+2
2011-06-30fix vim syntax highlighting of .sh filesFlorian Pritz1-1/+1
2011-06-30Merge remote-tracking branch 'dave/makepkg'Dan McGee1-5/+3
2011-06-30makepkg: only source user override if using default config fileDan McGee1-2/+3
2011-06-30makepkg: fix typo (missing quotes)Rémy Oudompheng1-2/+2