Age | Commit message (Expand) | Author | Files | Lines |
2007-06-01 | Change -z|--showsize flag to ShowSize pacman.conf option | Nathan Jones | 10 | -22/+30 |
2007-06-01 | Updated Spanish Translation | Juan Pablo González T | 1 | -317/+151 |
2007-06-01 | Add Andrew to the authors list | Dan McGee | 1 | -0/+1 |
2007-06-01 | FS7319: Add option to disable the inclusion of abs script. | Andrew Fyfe | 3 | -2/+25 |
2007-05-31 | alpm_parse_config(): ignore #.*$, not just ^#.*$ | VMiklos | 1 | -0/+3 |
2007-05-31 | Add autotool substitution for SRCEXT. | Andrew Fyfe | 4 | -2/+13 |
2007-05-31 | Autotool fixes/cleanup. | Andrew Fyfe | 3 | -7/+10 |
2007-05-31 | Move DB and cache dirs away from there dependence on ROOTDIR | Dan McGee | 25 | -143/+142 |
2007-05-31 | Set an error exit status on -Qi or -Si failure | Dan McGee | 2 | -18/+15 |
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 | 3 | -1/+95 |
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-31 | Use @sysconfdir@ in etc/ configuration files | Dan McGee | 8 | -12/+14 |
2007-05-30 | doc/makepkg.8: document --log option | Dan McGee | 1 | -0/+4 |
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 | Finish making autoconf changes | Dan McGee | 5 | -50/+80 |
2007-05-30 | scripts: do autoconf path replacement right | Dan McGee | 11 | -94/+131 |
2007-05-30 | Modernize and update configure.ac | Dan McGee | 2 | -85/+104 |
2007-05-29 | Substitute config directory in scripts. | Andrew Fyfe | 7 | -18/+22 |
2007-05-29 | Update POTFILES.in for new source file layout on pacman side | Dan McGee | 1 | -5/+1 |
2007-05-29 | Set paths in pacman-optimize to use configure-time paths | Dan McGee | 4 | -35/+39 |
2007-05-29 | Get --help and --version options working on all scripts | Dan McGee | 8 | -72/+104 |
2007-05-29 | Add -mtune=generic to C{,XX}FLAGS in makepkg.conf | Andrew Fyfe | 1 | -2/+2 |
2007-05-28 | Switch to printf for output messages. | Andrew Fyfe | 1 | -41/+45 |
2007-05-27 | Add autotool-generated scripts to .gitignore | Dan McGee | 1 | -0/+7 |
2007-05-27 | Remove extra_dist from scripts/Makefile.am | Andrew Fyfe | 1 | -10/+0 |
2007-05-27 | Fixed typo in scripts/repo-remove.in | Andrew Fyfe | 1 | -1/+1 |
2007-05-27 | chmod -x scripts/*.in | Andrew Fyfe | 8 | -0/+0 |
2007-05-27 | autotool scripts/updatesync | Andrew Fyfe | 3 | -6/+21 |
2007-05-27 | autotool scripts/repo-remove | Andrew Fyfe | 3 | -2/+18 |
2007-05-27 | Added copyright header to scripts/abs.in | Andrew Fyfe | 1 | -0/+20 |
2007-05-27 | autotool scripts/repo-add | Andrew Fyfe | 3 | -2/+18 |
2007-05-27 | move parameter count check after check for help and version. | Andrew Fyfe | 2 | -10/+10 |
2007-05-27 | autotool scripts/pacman-optimize | Andrew Fyfe | 3 | -3/+17 |
2007-05-27 | autotool scripts/makeworld | Andrew Fyfe | 3 | -4/+22 |
2007-05-27 | autotool scripts/gensync | Andrew Fyfe | 3 | -3/+18 |
2007-05-27 | autotool scripts/abs | Andrew Fyfe | 3 | -1/+17 |
2007-05-27 | fix existing autotools in scripts/* | Andrew Fyfe | 2 | -2/+10 |
2007-05-27 | makepkg: fakeroot-related changes and other misc output | Dan McGee | 2 | -15/+16 |
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-25 | Add missing new line to 'pacman -T' output. | Andrew Fyfe | 1 | -1/+1 |
2007-05-20 | Add -Qee option for the original behavior of -Qe | Chantry Xavier | 2 | -3/+4 |
2007-05-18 | Allow $repo expansion in 'Server' config lines | Aaron Griffin | 3 | -22/+72 |
2007-05-18 | Fix extraneous "ignoring upgrade" output on Ignore'd packages | Chantry Xavier | 1 | -6/+8 |
2007-05-18 | Fix broken resolve_path function | Aaron Griffin | 1 | -21/+7 |