Age | Commit message (Expand) | Author | Files | Lines |
2011-03-01 | Fix some easy to find double translations | Dan McGee | 1 | -3/+3 |
2011-01-22 | Merge branch 'epoch-work' | Dan McGee | 1 | -7/+1 |
2011-01-22 | repo-add: only attempt to create deltas when asked | Allan McRae | 1 | -9/+11 |
2011-01-22 | Remove epoch as an independent field | Dan McGee | 1 | -7/+1 |
2011-01-14 | repo-add: fix misguided conditional correction | Dan McGee | 1 | -6/+8 |
2011-01-12 | repo-add: Create/modify files databases | PyroPeter | 1 | -3/+15 |
2011-01-12 | repo-add: use pushd/popd | Dan McGee | 1 | -9/+7 |
2010-10-14 | Make repo-add and makepkg epoch-aware | Dan McGee | 1 | -1/+6 |
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 | repo-add: more informative delta messages | Xavier Chantry | 1 | -5/+3 |
2010-10-12 | repo-add: add delta generation | Xavier Chantry | 1 | -1/+25 |
2010-09-27 | repo-add: make --quiet output more quiet | Allan McRae | 1 | -0/+1 |
2010-08-18 | repo-add: create relative DB symlinks | Dan McGee | 1 | -2/+3 |
2010-06-24 | repo-add: try symlink, then hardlink, then copy for DB file | Dan McGee | 1 | -1/+4 |
2010-05-27 | repo-add: symlink to db file to reponame.db | Allan McRae | 1 | -0/+1 |
2009-11-16 | scripts: replace test builtin [ with shell keywords [[ and (( | Cedric Staniewski | 1 | -37/+37 |
2009-10-21 | makepkg, repo-add: replace external commands with bash substitutions where po... | Cedric Staniewski | 1 | -2/+4 |
2009-10-11 | Fix stderr redirection | Cedric Staniewski | 1 | -1/+1 |
2009-09-30 | Merge branch 'maint' | Dan McGee | 1 | -5/+11 |
2009-09-24 | repo-add: clean up options parsing | Dan McGee | 1 | -12/+1 |
2009-09-24 | repo-remove: create empty DB when all packages are removed | Dan McGee | 1 | -5/+11 |
2009-08-03 | repo-add: clarify one message | Xavier Chantry | 1 | -1/+1 |
2009-07-22 | makepkg: add pkgbase to .PKGINFO and database for split packages | Allan McRae | 1 | -0/+1 |
2009-06-24 | repo-add: use bsdtar optimization for better performance | Dan McGee | 1 | -3/+3 |
2009-05-23 | repo-add: fail early if repo can not be created | Xavier Chantry | 1 | -2/+12 |
2009-05-19 | Add support for the xz archive format | Pierre Schmitz | 1 | -0/+1 |
2009-05-19 | repo-add: fix -n tests which are applicable only to strings | Cedric Staniewski | 1 | -2/+2 |
2009-03-15 | repo-add : rename gstmpdir to tmpdir | Xavier Chantry | 1 | -9/+9 |
2009-03-15 | repo-add : don't change the modification time on depends and desc | Xavier Chantry | 1 | -5/+2 |
2009-03-15 | repo-add : new locking system | Xavier Chantry | 1 | -13/+45 |
2009-03-15 | repo-add : fix package variables declaration | Xavier Chantry | 1 | -8/+4 |
2009-03-15 | repo-add : rewrite delta support | Xavier Chantry | 1 | -5/+97 |
2009-03-15 | repo-add : drop delta support to rewrite it from scratch | Xavier Chantry | 1 | -59/+0 |
2009-03-15 | repo-add.sh.in : repo-remove improvements | Xavier Chantry | 1 | -12/+38 |
2009-03-15 | repo-add cleanup | Xavier Chantry | 1 | -53/+65 |
2009-02-28 | repo-add: print warning if same version already exists | Xavier Chantry | 1 | -3/+7 |
2009-02-20 | repo-add : remove realpath usage | Xavier Chantry | 1 | -24/+19 |
2009-02-20 | repo-add : remove the need of realpath for REPO_DB_FILE | Xavier Chantry | 1 | -17/+16 |
2009-02-19 | Merge branch 'maint' | Dan McGee | 1 | -13/+16 |
2009-02-19 | repo-add : remove useless test_repo_db_file function | Xavier Chantry | 1 | -10/+1 |
2009-02-16 | repo-add: fix eval and quote issues | Dan McGee | 1 | -13/+16 |
2009-01-15 | Make the repo-add quiet flag less quiet | Aaron Griffin | 1 | -3/+2 |
2008-10-29 | Merge branch 'maint' | Dan McGee | 1 | -2/+2 |
2008-10-19 | repo-add: Use openssl instead of md5sum | Dan McGee | 1 | -2/+2 |
2008-08-24 | Remove DB_COMPRESSION and DB_CHECKSUMS from makepkg.conf | Xavier Chantry | 1 | -16/+5 |
2008-08-20 | Factor shell script size command into configure script | Dan McGee | 1 | -2/+2 |
2008-08-20 | repo-add: add optdepends to the sync database. | Xavier Chantry | 1 | -1/+3 |
2008-08-20 | repo-add: Fix whitespaces handling in variables. | Nagy Gabor | 1 | -9/+8 |
2008-06-30 | repo-add cleanup. | Xavier Chantry | 1 | -14/+14 |