Age | Commit message (Expand) | Author | Lines |
2008-10-08 | pkglist: Use git log -n 1, so head -n 1 is not neccessary | Daniel Friesel | -1/+1 |
2008-10-08 | bin/pkg: Fixed another, now it seems to work | Daniel Friesel | -3/+3 |
2008-10-08 | bin/pkg: Oopsie. Now the backwards-compatibility should wark | Daniel Friesel | -0/+1 |
2008-10-08 | Add on-demand update of remote list. Caution: Not yet 100% tested | Daniel Friesel | -3/+10 |
2008-10-08 | bin/pkg: Removed pkg doc and pkg changelog | Daniel Friesel | -18/+1 |
2008-10-08 | bin/pkg: vcs_push: Only update if we're actually pushing... | Daniel Friesel | -9/+9 |
2008-10-08 | bin/pkg: pkg_push: Pushing means the package got changed, so do the update stuff | Daniel Friesel | -0/+9 |
2008-10-08 | Removed mercurial support | Daniel Friesel | -16/+8 |
2008-10-07 | removed pkg changeroot, it's no longer needed | Daniel Friesel | -11/+0 |
2008-10-07 | bin/pkg: clear_line: Use escape codes (faster, less code and better for debug... | Daniel Friesel | -6/+1 |
2008-10-07 | bin/pkg: vcs_upgrade/push: Explicitly name branch | Daniel Friesel | -2/+2 |
2008-10-07 | bin/pkg: Don't assume a package has the correct origin | Daniel Friesel | -4/+4 |
2008-10-07 | bin/pkg: Fixed PKG_ROOT / PKG_PATH relation | Daniel Friesel | -2/+2 |
2008-10-07 | bin/pkg: check_prereqs: Don't subshell the file so offer_install actually works | Daniel Friesel | -1/+1 |
2008-10-07 | bin/pkg: Fixed eval-related bug | Daniel Friesel | -0/+1 |
2008-09-28 | Began adding the 'plain' package type | Daniel Friesel | -0/+3 |
2008-09-27 | pkg: Use .autocommit for automatic commits | Daniel Friesel | -0/+4 |
2008-09-18 | bin/pkg: Use less external commands | Daniel Friesel | -5/+5 |
2008-09-18 | bin/pkg: Code cleanup | Daniel Friesel | -37/+37 |
2008-09-14 | More excessive completion | Daniel Friesel | -1/+1 |
2008-09-13 | Added pkg eval | Daniel Friesel | -0/+1 |
2008-08-20 | bin/pkg: Check whether a package is tracked in the same VCS local and remote | Daniel Friesel | -2/+10 |
2008-08-17 | bin/pkg: Also use triggers for normal hooks | Daniel Friesel | -1/+1 |
2008-08-17 | bin/pkg: Collect provide-related hooks and execute them after everything else | Daniel Friesel | -1/+11 |
2008-08-10 | bin/pkg: Execute prereqs/hooks in subshells | Daniel Friesel | -2/+2 |
2008-08-04 | list_incoming: Use zsh builtin for test | Daniel Friesel | -1/+1 |
2008-08-03 | bin/pkg: pkg_add: check prerequisites before doing anything else | Daniel Friesel | -1/+1 |
2008-08-03 | bin/pkg: pkg_check: Don't check prerequisites | Daniel Friesel | -1/+0 |
2008-08-03 | bin/pkg: Replaced conflicts and dependencies by prerequisites (somewhat based... | Daniel Friesel | -80/+25 |
2008-08-03 | bin/pkg: Added dependencies on perl libraries | Daniel Friesel | -1/+17 |
2008-08-03 | bin/pkg: Added support for dependencies on files in $PATH | Daniel Friesel | -9/+31 |
2008-08-02 | bin/pkg: Added pkg_check (To be worked out) | Daniel Friesel | -0/+9 |
2008-08-02 | bin/pkg: progress: Buffer output for less flickering with ssh | Daniel Friesel | -6/+5 |
2008-08-02 | bin/pkg: Added $SILENT | Daniel Friesel | -6/+9 |
2008-08-02 | bin/pkg: Allow value override from shell environment, too | Daniel Friesel | -8/+8 |
2008-08-02 | bin/pkg: Removed pkg_%_wrapper, use generic wrap function instead | Daniel Friesel | -55/+23 |
2008-08-02 | bin/pkg: Added progress for upgrade and push | Daniel Friesel | -6/+10 |
2008-08-02 | bin/pkg: Also use progress for local list update | Daniel Friesel | -5/+6 |
2008-08-02 | bin/pkg: Optimized clear_line, added colors to progress | Daniel Friesel | -4/+5 |
2008-08-02 | bin/pkg: use progress bar for pkg status | Daniel Friesel | -5/+35 |
2008-08-02 | bin/pkg: pkg_update_%: be more verbose | Daniel Friesel | -1/+5 |
2008-08-02 | bin/pkg: Implemented provides (only with hooks, the rest is done by the package) | Daniel Friesel | -1/+14 |
2008-08-01 | bin/pkg: pkg_status: Only print status if something changed | Daniel Friesel | -2/+9 |
2008-08-01 | Added `pkg push`, pluss some minor fixes | Daniel Friesel | -5/+36 |
2008-07-29 | bin/pkg: pkg_status: do vcs_status instead of dependency / conflict checking | Daniel Friesel | -3/+6 |
2008-07-24 | Backed out changeset 916933588b62 | Daniel Friesel | -1/+1 |
2008-07-24 | bin/pkg: Use unix style -add etc | Daniel Friesel | -1/+1 |
2008-07-13 | bin/pkg: pkg_info: Fixed typo | Daniel Friesel | -1/+1 |
2008-07-11 | Remove every symlink when removing a package | Daniel Friesel | -0/+1 |
2008-07-09 | bin/pkg: Use $var instead of "$var" | Daniel Friesel | -45/+45 |