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