Age | Commit message (Expand) | Author | Files | Lines |
2007-06-13 | scripts/makepkg.in: Forgot the fakeroot switch when changing to GNU getopt. | Andrew Fyfe | 1 | -2/+3 |
2007-06-13 | scripts/makepkg.in: Added fakeroot version to .PKGINFO header. | Andrew Fyfe | 1 | -0/+3 |
2007-06-12 | scripts/makepkg.in: Switch to GNU getopt. | Andrew Fyfe | 1 | -81/+45 |
2007-06-11 | FS7355: Add --ignorearch option to makepkg | Andreas Hauser | 1 | -5/+16 |
2007-06-09 | makepkg: Make it possible to create an empty package | Roman Kyrylych | 1 | -2/+2 |
2007-06-05 | scripts/makepkg.in: Add gettext translation for WARNING and ERROR. | Andrew Fyfe | 1 | -4/+4 |
2007-06-05 | scripts/makepkg.in: Fix version comparision in create_xdelta(). | Andrew Fyfe | 1 | -12/+20 |
2007-06-04 | Add gettext/i18n to most of the currently-used scripts | Giovanni Scafora | 1 | -1/+1 |
2007-06-04 | scripts/makepkg.in: More clean up. | Andrew Fyfe | 1 | -12/+21 |
2007-06-04 | scripts/makepkg.in: Improve error handling and clean up on exit. | Andrew Fyfe | 1 | -19/+50 |
2007-06-04 | Clean up output messages for translation. | Andrew Fyfe | 1 | -40/+54 |
2007-06-04 | scripts/makepkg.in: Rewrite check_{options,buildenv} to tidy them up. | Andrew Fyfe | 1 | -49/+79 |
2007-06-04 | scripts/makepkg.in: Clean up. | Andrew Fyfe | 1 | -44/+36 |
2007-06-02 | Rename functions in makepkg for consistency | Dan McGee | 1 | -17/+17 |
2007-06-02 | makepkg: fix create_xdelta() and add warning | Ash Milsted | 1 | -11/+12 |
2007-06-02 | scripts/makepkg.in: Some more clean ups. | Andrew Fyfe | 1 | -7/+4 |
2007-06-02 | makepkg: code cleanup | Dan McGee | 1 | -23/+14 |
2007-06-02 | scripts/makepkg.in: Move the remaining stages into functions. | Andrew Fyfe | 1 | -165/+195 |
2007-06-02 | scripts/makepkg.in: All calls to eval_gettext have been remove, gettext.sh is... | Andrew Fyfe | 1 | -2/+1 |
2007-06-01 | Drop --usesudo option and add some checks related to ASROOT | Dan McGee | 1 | -28/+32 |
2007-06-01 | scripts/makepkg.in: Clean up gen/check checksum code. | Andrew Fyfe | 1 | -68/+67 |
2007-06-01 | scripts/makepkg.in: Various clean ups. | Andrew Fyfe | 1 | -26/+22 |
2007-06-01 | Cleaned up dependencies check functions in makepkg | Andrew Fyfe | 1 | -104/+94 |
2007-05-31 | Add autotool substitution for SRCEXT. | Andrew Fyfe | 1 | -2/+2 |
2007-05-31 | Clean up variable usage in create_xdelta() and add a check for the xdelta pro... | Dale Ogilvie | 1 | -17/+16 |
2007-05-31 | Add support for creating xdeltas in makepkg. | Dale Ogilvie | 1 | -0/+47 |
2007-05-31 | makepkg: do not retrieve sources if NOEXTRACT or REPKG set | Dag Odenhall | 1 | -34/+38 |
2007-05-31 | makepkg: switch applicable $startdir/dir refs to new variable names | Dan McGee | 1 | -8/+8 |
2007-05-31 | Check if pkgdir exists in create_package | Dag Odenhall | 1 | -0/+5 |
2007-05-31 | makepkg: fix double occurance of word in asroot warning | Dag Odenhall | 1 | -1/+1 |
2007-05-30 | makepkg: add srcdir and pkgdir variables | Dan McGee | 1 | -4/+6 |
2007-05-30 | makepkg: add source package creation option | Dan McGee | 1 | -7/+59 |
2007-05-30 | scripts: do autoconf path replacement right | Dan McGee | 1 | -10/+11 |
2007-05-29 | Substitute config directory in scripts. | Andrew Fyfe | 1 | -4/+4 |
2007-05-29 | Set paths in pacman-optimize to use configure-time paths | Dan McGee | 1 | -4/+4 |
2007-05-29 | Get --help and --version options working on all scripts | Dan McGee | 1 | -5/+22 |
2007-05-28 | Switch to printf for output messages. | Andrew Fyfe | 1 | -41/+45 |
2007-05-27 | chmod -x scripts/*.in | Andrew Fyfe | 1 | -0/+0 |
2007-05-27 | fix existing autotools in scripts/* | Andrew Fyfe | 1 | -1/+1 |
2007-05-27 | makepkg: fakeroot-related changes and other misc output | Dan McGee | 1 | -14/+15 |
2007-05-27 | Removed fakeroot hacks. | Andrew Fyfe | 1 | -29/+2 |
2007-05-27 | Reduced the number of commands run inside fakeroot to the bare minimum. | Andrew Fyfe | 1 | -39/+67 |
2007-05-16 | makepkg: ensure DISTCC_HOSTS variable is exported when required | Dan McGee | 1 | -4/+3 |
2007-05-14 | makepkg: a few small changes | Dan McGee | 1 | -13/+10 |
2007-05-14 | Cleaned up and simplified run_build(). | Andrew Fyfe | 1 | -12/+19 |
2007-05-14 | Moved commands to setup build environment and run build() into run_build(). | Andrew Fyfe | 1 | -64/+68 |
2007-05-14 | Cleaned up and simplified tidy_install(). | Andrew Fyfe | 1 | -28/+24 |
2007-05-14 | Moved commands to tidy up package install into tidy_install(). | Andrew Fyfe | 1 | -61/+64 |
2007-05-14 | Cleaned up and simplified create_package(). | Andrew Fyfe | 1 | -25/+26 |
2007-05-14 | Moved commands to create package file into create_package(). | Andrew Fyfe | 1 | -88/+91 |