summaryrefslogtreecommitdiff
path: root/scripts/makepkg.sh.in
Commit message (Expand)AuthorAge
* makepkg: avoid using comm for diff'ing package listsDave Reisner2011-11-30
* makepkg: trim trailing space from whitespace sensitive varsDave Reisner2011-11-20
* makepkg: check for value before using eval'd varDave Reisner2011-11-10
* makepkg: handle pgp signatures with .sign extensionAllan McRae2011-11-07
* makepkg: don't attach traps until after argument parsingDan McGee2011-10-14
* scripts/*.sh.in: Fix signal handler error messagesLukas Fleischer2011-10-13
* makepkg: strip comments after pkgver/pkgrel when checking valueAllan McRae2011-10-10
* makepkg: create tar file for bogus PKGEXTlolilolicon2011-10-03
* makepkg: support .tar.Z source packages creationlolilolicon2011-09-30
* makepkg: proper quoting in [[ expression ]]lolilolicon2011-09-28
* makepkg: ensure '-' is last in a character globDave Reisner2011-09-27
* makepkg: normalize whitespace for optdepends in .PKGINFOAllan McRae2011-09-26
* makepkg: allow versioned optdepends with epochAllan McRae2011-09-26
* makepkg: fix recreation of hardlinks to .gz manpagesDave Reisner2011-09-14
* makepkg: add missing newline on passing gpg sourcecheckDave Reisner2011-09-14
* makepkg: check for var existance before file existanceDave Reisner2011-09-12
* makepkg: unset errexit when sourcing /etc/profileDave Reisner2011-09-11
* makepkg: use more awk'ish syntax in sanity checksDave Reisner2011-09-07
* makepkg: avoid for loop in deleting manpage hardlinksDave Reisner2011-09-07
* makepkg: act on function return value, not outputDave Reisner2011-09-07
* makepkg: refactor check_pgpsigs outputDave Reisner2011-09-07
* makepkg: use globs in place of regexDave Reisner2011-09-06
* makepkg: unset variables as per !{make,build}flagsDave Reisner2011-09-06
* makepkg: fix overzealous PGP signature file matchingDan McGee2011-09-01
* makepkg: fix sanity checking in versioningDave Reisner2011-09-01
* makepkg: read filenames in a while loopDave Reisner2011-09-01
* makepkg: fix breakage in eval'ing quoted stringsDave Reisner2011-09-01
* makepkg: quote re-evaluation of simple varsDave Reisner2011-08-19
* makepkg: deal with variable substitution when checking sanityAllan McRae2011-08-18
* Add makepkg -S which is an alias to makepkg --sourceSebastien Luttringer2011-08-18
* Fix trailing whitespace in whole codebaseDan McGee2011-08-17
* makepkg: don't hardcode path to stripDave Reisner2011-08-15
* Update several translation stringsDan McGee2011-08-08
* makepkg: ignore epoch when undeclaredDave Reisner2011-08-08
* makepkg: refactor checking source integrityAllan McRae2011-07-27
* makepkg: more control of skipping integrity checksAllan McRae2011-07-27
* makepkg: Add support for verifying pgp signaturesWieland Hoffmann2011-07-27
* makepkg: get package version with overridesAllan McRae2011-07-27
* makepkg: allow epoch to be overriddenAllan McRae2011-07-27
* makepkg: check arch overrides for required architectureAllan McRae2011-07-27
* makepkg: check overrides for pkgrel and pkgverAllan McRae2011-07-27
* makepkg: pkgver and pkgrel can not have whitespaceAllan McRae2011-07-27
* Merge branch 'maint'Dan McGee2011-07-18
|\
| * makepkg: fix issue with filenames with spaces and noextractAllan McRae2011-07-18
* | makepkg: only test for writable PKGDEST when needed.RogutÄ—s Sparnuotos2011-07-18
* | makepkg: remove unused -C option from option listDave Reisner2011-07-14
* | makepkg: skip devel_check when reading from a pipeDave Reisner2011-07-14
* | makepkg: Remove pre-optimization from in_array()DJ Mills2011-07-14
* | makepkg: Remove OPT_TEMP hack in parse_options callDJ Mills2011-07-14
* | Add 'compress' compression format as an available optionDan McGee2011-07-14