Age | Commit message (Expand) | Author |
2011-10-10 | makepkg: strip comments after pkgver/pkgrel when checking value | Allan McRae |
2011-10-03 | makepkg: create tar file for bogus PKGEXT | lolilolicon |
2011-09-30 | makepkg: support .tar.Z source packages creation | lolilolicon |
2011-09-28 | makepkg: proper quoting in [[ expression ]] | lolilolicon |
2011-09-27 | makepkg: ensure '-' is last in a character glob | Dave Reisner |
2011-09-26 | makepkg: normalize whitespace for optdepends in .PKGINFO | Allan McRae |
2011-09-26 | makepkg: allow versioned optdepends with epoch | Allan McRae |
2011-09-14 | makepkg: fix recreation of hardlinks to .gz manpages | Dave Reisner |
2011-09-14 | makepkg: add missing newline on passing gpg sourcecheck | Dave Reisner |
2011-09-12 | makepkg: check for var existance before file existance | Dave Reisner |
2011-09-11 | makepkg: unset errexit when sourcing /etc/profile | Dave Reisner |
2011-09-07 | makepkg: use more awk'ish syntax in sanity checks | Dave Reisner |
2011-09-07 | makepkg: avoid for loop in deleting manpage hardlinks | Dave Reisner |
2011-09-07 | makepkg: act on function return value, not output | Dave Reisner |
2011-09-07 | makepkg: refactor check_pgpsigs output | Dave Reisner |
2011-09-06 | makepkg: use globs in place of regex | Dave Reisner |
2011-09-06 | makepkg: unset variables as per !{make,build}flags | Dave Reisner |
2011-09-01 | makepkg: fix overzealous PGP signature file matching | Dan McGee |
2011-09-01 | makepkg: fix sanity checking in versioning | Dave Reisner |
2011-09-01 | makepkg: read filenames in a while loop | Dave Reisner |
2011-09-01 | makepkg: fix breakage in eval'ing quoted strings | Dave Reisner |
2011-08-19 | makepkg: quote re-evaluation of simple vars | Dave Reisner |
2011-08-18 | makepkg: deal with variable substitution when checking sanity | Allan McRae |
2011-08-18 | Add makepkg -S which is an alias to makepkg --source | Sebastien Luttringer |
2011-08-17 | Fix trailing whitespace in whole codebase | Dan McGee |
2011-08-15 | makepkg: don't hardcode path to strip | Dave Reisner |
2011-08-08 | Update several translation strings | Dan McGee |
2011-08-08 | makepkg: ignore epoch when undeclared | Dave Reisner |
2011-07-27 | makepkg: refactor checking source integrity | Allan McRae |
2011-07-27 | makepkg: more control of skipping integrity checks | Allan McRae |
2011-07-27 | makepkg: Add support for verifying pgp signatures | Wieland Hoffmann |
2011-07-27 | makepkg: get package version with overrides | Allan McRae |
2011-07-27 | makepkg: allow epoch to be overridden | Allan McRae |
2011-07-27 | makepkg: check arch overrides for required architecture | Allan McRae |
2011-07-27 | makepkg: check overrides for pkgrel and pkgver | Allan McRae |
2011-07-27 | makepkg: pkgver and pkgrel can not have whitespace | Allan McRae |
2011-07-18 | Merge branch 'maint' | Dan McGee |
2011-07-18 | makepkg: fix issue with filenames with spaces and noextract | Allan McRae |
2011-07-18 | makepkg: only test for writable PKGDEST when needed. | Rogutės Sparnuotos |
2011-07-14 | makepkg: remove unused -C option from option list | Dave Reisner |
2011-07-14 | makepkg: skip devel_check when reading from a pipe | Dave Reisner |
2011-07-14 | makepkg: Remove pre-optimization from in_array() | DJ Mills |
2011-07-14 | makepkg: Remove OPT_TEMP hack in parse_options call | DJ Mills |
2011-07-14 | Add 'compress' compression format as an available option | Dan McGee |
2011-06-30 | fix vim syntax highlighting of .sh files | Florian Pritz |
2011-06-30 | Merge remote-tracking branch 'dave/makepkg' | Dan McGee |
2011-06-30 | makepkg: only source user override if using default config file | Dan McGee |
2011-06-30 | makepkg: fix typo (missing quotes) | Rémy Oudompheng |
2011-06-30 | makepkg: fix removing symbolic link | Allan McRae |
2011-06-28 | makepkg: simplify SIGNPKG check | Dave Reisner |