summaryrefslogtreecommitdiffstats
path: root/scripts/makepkg.sh.in
AgeCommit message (Expand)AuthorFilesLines
2011-12-29makepkg: calculate exact total file sizeAllan McRae1-2/+1
2011-12-29makepkg: Use SKIP in checksum to skip integrity checkAllan McRae1-7/+11
2011-12-12makepkg: split source elements when looking for sigsDave Reisner1-2/+2
2011-12-07scripts/*: Declare several constant variables read-onlyLukas Fleischer1-4/+4
2011-12-01Merge branch 'maint'Dan McGee1-7/+9
2011-12-01makepkg: avoid using comm for diff'ing package listsDave Reisner1-7/+9
2011-11-21Merge branch 'maint'Dan McGee1-3/+3
2011-11-21makepkg: add support for PACKAGER environment varPhillip Smith1-0/+2
2011-11-21makepkg: trim trailing space from whitespace sensitive varsDave Reisner1-3/+3
2011-11-10makepkg: check for value before using eval'd varDave Reisner1-1/+1
2011-11-07makepkg: handle pgp signatures with .sign extensionAllan McRae1-2/+2
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