Age | Commit message (Expand) | Author | Files | Lines |
2011-06-27 | repo-add: remove extra exit call | Dan McGee | 1 | -1/+0 |
2011-06-27 | Merge remote-tracking branch 'dave/repo-add' | Dan McGee | 1 | -85/+113 |
2011-06-27 | repo-add: add new command, repo-elephant | Dave Reisner | 1 | -0/+21 |
2011-06-27 | repo-add: enforce file extensions | Dave Reisner | 1 | -9/+20 |
2011-06-27 | repo-add: move command invocation out of arg parsing loop | Dave Reisner | 1 | -11/+14 |
2011-06-27 | repo-add: refactor repacking of repo file | Dave Reisner | 1 | -8/+2 |
2011-06-27 | Remove -f option from ln for POSIX compliance | Eric Bélanger | 1 | -4/+6 |
2011-06-24 | repo-add: use format_entry for all desc/depends fields | Dave Reisner | 1 | -22/+24 |
2011-06-24 | repo-add: store multi-value fields as arrays | Dave Reisner | 1 | -24/+26 |
2011-06-24 | repo-add: bashify reading of .PKGINFO file | Dave Reisner | 1 | -14/+9 |
2011-06-24 | Merge branch 'po-split' | Dan McGee | 1 | -1/+1 |
2011-06-24 | repo-add: fix path designation regression | Dave Reisner | 1 | -2/+11 |
2011-06-24 | po/: split into scripts/po/ and src/pacman/po/ | Dan McGee | 1 | -1/+1 |
2011-06-22 | repo-add: style cleanup | Dave Reisner | 1 | -16/+8 |
2011-06-20 | repo-add: show better error when path to repo does not exist | Dave Reisner | 1 | -0/+6 |
2011-06-20 | repo-add: allow creating a database with no compression | Dan McGee | 1 | -4/+5 |
2011-06-20 | repo-add: use bash equivalents of basename/dirname | Dave Reisner | 1 | -6/+6 |
2011-06-15 | scripts: refactor output formatting functions | Allan McRae | 1 | -21/+1 |
2011-06-03 | Merge branch 'maint' | Dan McGee | 1 | -1/+1 |
2011-06-02 | repo-add: anchor exclusion pattern when generating filelist | Dan McGee | 1 | -1/+1 |
2011-04-24 | repo-add: update copyright message | Allan McRae | 1 | -4/+2 |
2011-04-24 | repo-add: check for gpg early | Allan McRae | 1 | -9/+14 |
2011-04-24 | repo-add: check for valid key when signing is requested | Allan McRae | 1 | -1/+11 |
2011-04-24 | repo-add: add option to specify a different key to sign with | Denis A. Altoé Falqueto | 1 | -11/+27 |
2011-04-24 | repo-add: simplify usage message | Allan McRae | 1 | -3/+3 |
2011-03-28 | Clean up repo-add usage message | Ray Kohler | 1 | -18/+25 |
2011-03-28 | Sign database even if empty | Ray Kohler | 1 | -1/+2 |
2011-03-28 | Rely on the return value of type instead of its output | Dave Reisner | 1 | -2/+2 |
2011-03-24 | Fix use of relative paths for packages in repo-add | Ray Kohler | 1 | -14/+17 |
2011-03-23 | repo-add: add sha256sum values to repo database | Dan McGee | 1 | -5/+9 |
2011-03-23 | repo-add: add symlink to signature file | Allan McRae | 1 | -0/+5 |
2011-03-23 | repo-add: Fix up usage with GPG options | Dan McGee | 1 | -2/+3 |
2011-03-23 | repo-add: add -v/--verify option | Dan McGee | 1 | -0/+26 |
2011-03-23 | repo-add: allow signing of the package database | Dan McGee | 1 | -0/+23 |
2011-03-23 | Add PGPSIG field in repo-add | Geoffroy Carrier | 1 | -0/+6 |
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 |