summaryrefslogtreecommitdiffstats
path: root/scripts/makepkg.sh.in
AgeCommit message (Expand)AuthorFilesLines
2012-03-28makepkg: avoid reporting bogus install size on btrfsDave Reisner1-0/+6
2012-03-16makepkg: quote removed filename as it can have spacesAllan McRae1-1/+1
2012-03-09makepkg: exit via default signal handler in trap_exitDave Reisner1-4/+9
2012-03-05makepkg: fix false error with multiple libdepsFlorian Pritz1-1/+2
2012-03-05makepkg: fix extraction of soname in find_libdependsFlorian Pritz1-1/+1
2012-02-17parseopts: normalize options into an arrayDave Reisner1-3/+3
2012-02-15makepkg: fix syntax error in remove_depsChristoph Vigano1-1/+1
2012-02-14scripts: unset CDPATH if cd is usedDan McGee1-0/+2
2012-02-11makepkg: disable extglob when sourcing BUILDSCRIPTAllan McRae1-0/+4
2012-02-11makepkg: deal with mercurial exit codesAllan McRae1-2/+7
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-31scripts: always use printf with embedded gettextDave Reisner1-39/+39
2012-01-31makepkg: workaround for zipman issuesAllan McRae1-1/+2
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-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-01makepkg: avoid using comm for diff'ing package listsDave Reisner1-7/+9
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