Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2008-05-31 | forgot another newline | Daniel Friesel | -0/+1 | |
2008-05-31 | forgot a newline | Daniel Friesel | -1/+1 | |
2008-05-31 | check priority before removing | Daniel Friesel | -0/+8 | |
2008-05-31 | more info | Daniel Friesel | -9/+17 | |
2008-05-31 | several | Daniel Friesel | -4/+21 | |
- rename .deps -> dependencies - shwo package name on info - show package priority on info | ||||
2008-05-31 | merge | Daniel Friesel | -0/+4 | |
2008-05-31 | bin/pkg: pkg_info(): Also show hooks | Daniel Friesel | -0/+4 | |
2008-05-30 | show repo size on info | Daniel Friesel | -1/+3 | |
2008-05-29 | added 'info' | Daniel Friesel | -0/+14 | |
2008-05-28 | hopefully fixed pkg_list_available | Daniel Friesel | -1/+1 | |
2008-05-28 | don't use <<< as it breaks vims zsh syntax-highlighting | Daniel Friesel | -2/+2 | |
2008-05-27 | fix typo in check_sed(), pkg_changsrc() does not need sed -r | Daniel Friesel | -2/+2 | |
2008-05-27 | hm, something fails here | Daniel Friesel | -1/+1 | |
2008-05-27 | oops | Daniel Friesel | -1/+1 | |
2008-05-27 | bin/pkg: check whether sed works properly | Daniel Friesel | -1/+10 | |
2008-05-27 | added comment mentioning hg >=1.0 is recommended | Daniel Friesel | -0/+1 | |
2008-05-27 | oops | Daniel Friesel | -1/+1 | |
2008-05-27 | bin/pkg: more verbosity | Daniel Friesel | -0/+1 | |
2008-05-27 | also use \r for pkg_status | Daniel Friesel | -2/+8 | |
2008-05-26 | no more plenking | Daniel Friesel | -1/+1 | |
2008-05-26 | changed output format a bit for update | Daniel Friesel | -4/+4 | |
2008-05-26 | bin/pkg: Changed format of info messages | Daniel Friesel | -15/+16 | |
2008-05-26 | oops | Daniel Friesel | -1/+1 | |
2008-05-26 | damn typos | Daniel Friesel | -1/+1 | |
2008-05-26 | bin/pkg: fix the update stuff... hopefully | Daniel Friesel | -3/+3 | |
2008-05-26 | bin/core: Only show version we update to | Daniel Friesel | -0/+1 | |
2008-05-26 | bin/pkg: oops | Daniel Friesel | -1/+1 | |
2008-05-26 | bin/pkg: Print new version of update | Daniel Friesel | -2/+2 | |
2008-05-26 | bin/pkg: Style changes | Daniel Friesel | -35/+35 | |
2008-05-26 | oops | Daniel Friesel | -1/+1 | |
2008-05-26 | bin/pkg: Only update if new version is available | Daniel Friesel | -6/+11 | |
2008-05-25 | now it should work | Daniel Friesel | -1/+1 | |
2008-05-25 | hopefully now really fixed changesrc | Daniel Friesel | -1/+1 | |
2008-05-25 | fixed changeroot | Daniel Friesel | -1/+1 | |
2008-05-25 | changed pkg_root path | Daniel Friesel | -1/+1 | |
2008-05-25 | add .pkg.conf | Daniel Friesel | -0/+4 | |
2008-05-24 | bin/pkg: split error into warn() and die() | Daniel Friesel | -3/+8 | |
2008-05-24 | oops, again | Daniel Friesel | -1/+1 | |
2008-05-24 | hrm | Daniel Friesel | -1/+1 | |
2008-05-24 | oopsie | Daniel Friesel | -2/+2 | |
2008-05-24 | bin/pkg: Try being less interactive | Daniel Friesel | -1/+7 | |
2008-05-24 | bin/pkg: Use info/error | Daniel Friesel | -15/+23 | |
2008-05-23 | bin/pkg: Added the aliases delete/install | Daniel Friesel | -0/+2 | |
2008-05-22 | bin/pkg: Use absolute paths where possible | Daniel Friesel | -4/+4 | |
2008-05-21 | bin/pkg: Use ssh -q to prevent the issue.net from beind displayed | Daniel Friesel | -1/+1 | |
2008-05-21 | bin/pkg: oops^2 | Daniel Friesel | -1/+1 | |
2008-05-21 | bin/pkg: oops | Daniel Friesel | -1/+1 | |
2008-05-21 | bin/pkg: Added list-all to list all available packages | Daniel Friesel | -0/+7 | |
2008-05-21 | bin/pkg: fixed some things pointed out by Zaba | Daniel Friesel | -3/+3 | |
- Don't execute 'pkg', but use the corresponding function - print packagename on errors | ||||
2008-05-21 | bin/pkg: Added 'status' to show whether a package contains local ↵ | Daniel Friesel | -1/+20 | |
modifications or has unmet dependencies |