Age | Commit message (Expand) | Author | Files | Lines |
2011-12-07 | scripts/*: Declare several constant variables read-only | Lukas Fleischer | 1 | -2/+2 |
2011-12-07 | Merge branch 'maint' | Dan McGee | 1 | -7/+12 |
2011-12-05 | repo-add: enforce maximum .sig file size | Dan McGee | 1 | -7/+12 |
2011-11-21 | repo-add: Remove .tmp. prefix from output | Allan McRae | 1 | -1/+1 |
2011-11-21 | repo-add: ensure database and signature files are always viewed in whole | Dan McGee | 1 | -12/+26 |
2011-11-21 | repo-add: ensure path to LOCKFILE is always absolute | Dan McGee | 1 | -8/+7 |
2011-10-13 | Merge branch 'maint' | Dan McGee | 1 | -4/+12 |
2011-10-13 | scripts/*.sh.in: Honor TMPDIR environment variable | Lukas Fleischer | 1 | -1/+1 |
2011-10-13 | scripts/*.sh.in: Fix signal handler error messages | Lukas Fleischer | 1 | -2/+4 |
2011-10-13 | repo-add: Avoid race condition in signal handlers | Lukas Fleischer | 1 | -2/+8 |
2011-08-16 | repo-add: fix creation of signature symlink | Allan McRae | 1 | -1/+1 |
2011-08-15 | repo-add: reorganize output messages for clarity | Dan McGee | 1 | -17/+17 |
2011-08-15 | repo-add: indicate whether package signature is found | Allan McRae | 1 | -0/+1 |
2011-08-09 | Update several translation strings | Dan McGee | 1 | -1/+1 |
2011-07-28 | scripts/repo-add: show usage when no DB file specified | Dave Reisner | 1 | -1/+5 |
2011-07-18 | repo-add: do not print full path of signature file | Allan McRae | 1 | -1/+1 |
2011-07-18 | repo-add: always remove repo signature symlink | Allan McRae | 1 | -2/+1 |
2011-07-14 | Add 'compress' compression format as an available option | Dan McGee | 1 | -0/+1 |
2011-07-06 | repo-add: backup old database signature too | Allan McRae | 1 | -1/+5 |
2011-06-30 | fix vim syntax highlighting of .sh files | Florian Pritz | 1 | -1/+1 |
2011-06-30 | repo-add.sh.in: avoid being clever with repo repacking | Dave Reisner | 1 | -2/+7 |
2011-06-30 | repo-add: fix db creation one last time | Dan McGee | 1 | -9/+11 |
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 |