summaryrefslogtreecommitdiffstats
path: root/scripts/makepkg.sh.in
AgeCommit message (Expand)AuthorFilesLines
2012-02-20makepkg: rework libprovidesAllan McRae1-39/+50
2012-02-13Merge branch 'maint'Dan McGee1-2/+11
2012-02-11makepkg: disable extglob when sourcing BUILDSCRIPTAllan McRae1-0/+4
2012-02-11makepkg: deal with mercurial exit codesAllan McRae1-2/+7
2012-02-06Merge branch 'maint'Dan McGee1-3/+12
2012-02-06makepkg.sh.in - if both -r and -i are provided, only remove makedepsAndrew Gregory1-1/+5
2012-02-06makepkg.sh.in - fix remove_deps test for deps to be removedAndrew Gregory1-1/+1
2012-02-06makepkg: add forgotten newline in help outputMantas Mikulėnas1-1/+1
2012-01-31makepkg: Fix non-writable SRCPKGDEST error messageAllan McRae1-0/+5
2012-01-31Merge branch 'maint'Dan McGee1-40/+41
2012-01-31scripts: always use printf with embedded gettextDave Reisner1-39/+39
2012-01-31makepkg: workaround for zipman issuesAllan McRae1-1/+2
2012-01-23makepkg: check for license when creating srcpackageDave Reisner1-0/+2
2012-01-23makepkg: abstract license check into separate functionDave Reisner1-6/+10
2012-01-23Merge branch 'maint'Dan McGee1-6/+11
2012-01-23makepkg: restrict usage of flags passed to pacmanAllan McRae1-1/+5
2012-01-23makepkg: fix error on unnecessary -rAllan McRae1-3/+4
2012-01-19Update copyright on changed files since beginning of yearDan McGee1-2/+2
2012-01-08Merge branch 'maint'Dan McGee1-7/+7
2012-01-08makepkg: abort on missing download agentAllan McRae1-1/+2
2012-01-08makepkg: fix missing source file detectionAllan McRae1-1/+2
2012-01-08makepkg: simplify source archive generationAllan McRae1-5/+3
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