Age | Commit message (Expand) | Author | Files | Lines |
2011-03-01 | Fix some easy to find double translations | Dan McGee | 1 | -6/+6 |
2011-02-11 | Ensure pkgbase/epoch are defined before doing anything | Dan McGee | 1 | -3/+4 |
2011-02-06 | makepkg: more bash-3.2 compatibility | Allan McRae | 1 | -2/+2 |
2011-02-03 | makepkg: initialize local arrays to empty | Allan McRae | 1 | -3/+3 |
2011-02-03 | makepkg: error on invalid optdepends | Allan McRae | 1 | -0/+1 |
2011-02-03 | makepkg: make SRCPKGDEST default to $startdir | Cedric Staniewski | 1 | -1/+1 |
2011-02-03 | makepkg: Fix the check for references to srcdir/pkgdir | Nezmer | 1 | -2/+2 |
2011-02-01 | makepkg: fix indention to follow style guide | Cedric Staniewski | 1 | -8/+8 |
2011-01-22 | makepkg: encode epoch in version specifier if > 0 | Dan McGee | 1 | -24/+46 |
2011-01-22 | Remove epoch as an independent field | Dan McGee | 1 | -2/+5 |
2011-01-14 | makepkg: perform all sanity checks before erroring out | Dan McGee | 1 | -18/+19 |
2011-01-08 | Update copyright years for 2011 | Allan McRae | 1 | -2/+2 |
2010-12-30 | makepkg: add option to clear buildflags | Allan McRae | 1 | -1/+8 |
2010-12-30 | makepkg: Add check() function for running test suites | Allan McRae | 1 | -3/+28 |
2010-12-30 | makepkg: escape closing bash array paren for awk | Dave Reisner | 1 | -4/+4 |
2010-12-30 | makepkg: allow pkgname usage in split package functions | Allan McRae | 1 | -4/+6 |
2010-12-21 | makepkg: remove last inappropriate PKGBUILD usage | Allan McRae | 1 | -1/+1 |
2010-12-13 | makepkg: perform sanity checks on variables in package functions | Allan McRae | 1 | -6/+13 |
2010-12-13 | makepkg: remove dead code from handle_deps | Andres P | 1 | -2/+0 |
2010-12-13 | makepkg: do not ignore errors from pacman when checking deps | Andres P | 1 | -6/+7 |
2010-12-13 | makepkg: use portable escape sequence for terminal escapes | Carlos Diaz | 1 | -6/+6 |
2010-10-14 | Add epoch verification to makepkg | Dan McGee | 1 | -0/+5 |
2010-10-14 | Make repo-add and makepkg epoch-aware | Dan McGee | 1 | -4/+2 |
2010-10-14 | Fix bash shell location check | Dan McGee | 1 | -1/+1 |
2010-10-12 | Use sysconfdir, localstatedir, BASH instead of hardcoded values | Nezmer | 1 | -1/+1 |
2010-10-12 | makepkg: Use mkfifo instead of GNU-only 'mknod <file> p' | Nezmer | 1 | -1/+1 |
2010-10-05 | makepkg: canonicalize paths from environmental variables | Allan McRae | 1 | -4/+18 |
2010-10-05 | makepkg: compare paths using bash test | Allan McRae | 1 | -3/+3 |
2010-10-05 | makepkg: improve srcdir check and add pkgdir | Allan McRae | 1 | -2/+6 |
2010-10-05 | makepkg: remove STRIP_DIRS | Allan McRae | 1 | -2/+2 |
2010-09-07 | Remove quotes in remaining bash regexes | Dan McGee | 1 | -1/+1 |
2010-08-27 | Use pipe to create compressed package instead of an intermediate tar file | Jürgen Hötzel | 1 | -13/+12 |
2010-08-27 | makepkg: remove trailing quote mark in regex | Dan McGee | 1 | -1/+1 |
2010-08-24 | Merge branch 'maint' | Dan McGee | 1 | -7/+17 |
2010-08-24 | makepkg: error out on empty optdepends entries | Allan McRae | 1 | -1/+1 |
2010-08-24 | makepkg: use less local variables in check_sanity | Allan McRae | 1 | -26/+20 |
2010-08-24 | makepkg: remove unnecessary variable presence check | Allan McRae | 1 | -8/+6 |
2010-08-24 | makepkg: clarify invalid backup entry errors | Allan McRae | 1 | -2/+2 |
2010-08-24 | makepkg: less code duplication in create_package | Andres P | 1 | -15/+12 |
2010-08-24 | makepkg: use regex to match options for privilege escalation | Allan McRae | 1 | -1/+1 |
2010-08-18 | makepkg: add file to the list of needed utilities | Allan McRae | 1 | -1/+1 |
2010-08-18 | makepkg: check tput support before using | Allan McRae | 1 | -6/+16 |
2010-08-08 | makepkg: Allow creation of uncompressed packages | Thomas Bächler | 1 | -0/+3 |
2010-07-27 | Merge branch 'maint' | Dan McGee | 1 | -3/+3 |
2010-07-27 | Always treat PKGLIST as an array. | Dave Reisner | 1 | -3/+3 |
2010-07-03 | Merge branch 'maint' | Dan McGee | 1 | -7/+6 |
2010-07-03 | makepkg: undeclared local variables | Andres P | 1 | -8/+20 |
2010-07-01 | makepkg: fix sudo/su calling of pacman | Allan McRae | 1 | -7/+6 |
2010-06-30 | Merge branch 'maint' | Dan McGee | 1 | -3/+3 |
2010-06-30 | makepkg: clarify aborting on packaging failure | Allan McRae | 1 | -2/+3 |