summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)AuthorLines
2008-10-08Removed mercurial supportDaniel Friesel-16/+8
2008-10-07removed pkg changeroot, it's no longer neededDaniel Friesel-11/+0
2008-10-07bin/pkg: clear_line: Use escape codes (faster, less code and better for ↵Daniel Friesel-6/+1
debugging!)
2008-10-07bin/pkg: vcs_upgrade/push: Explicitly name branchDaniel Friesel-2/+2
2008-10-07bin/pkg: Don't assume a package has the correct originDaniel Friesel-4/+4
2008-10-07bin/pkg: Fixed PKG_ROOT / PKG_PATH relationDaniel Friesel-2/+2
2008-10-07bin/pkg: check_prereqs: Don't subshell the file so offer_install actually worksDaniel Friesel-1/+1
2008-10-07bin/pkg: Fixed eval-related bugDaniel Friesel-0/+1
2008-09-28Began adding the 'plain' package typeDaniel Friesel-0/+3
2008-09-27pkg: Use .autocommit for automatic commitsDaniel Friesel-0/+4
2008-09-18bin/pkg: Use less external commandsDaniel Friesel-5/+5
2008-09-18bin/pkg: Code cleanupDaniel Friesel-37/+37
2008-09-14More excessive completionDaniel Friesel-1/+1
2008-09-13Added pkg evalDaniel Friesel-0/+1
2008-08-20bin/pkg: Check whether a package is tracked in the same VCS local and remoteDaniel Friesel-2/+10
2008-08-17bin/pkg: Also use triggers for normal hooksDaniel Friesel-1/+1
2008-08-17bin/pkg: Collect provide-related hooks and execute them after everything elseDaniel Friesel-1/+11
2008-08-10bin/pkg: Execute prereqs/hooks in subshellsDaniel Friesel-2/+2
2008-08-04list_incoming: Use zsh builtin for testDaniel Friesel-1/+1
2008-08-03bin/pkg: pkg_add: check prerequisites before doing anything elseDaniel Friesel-1/+1
2008-08-03bin/pkg: pkg_check: Don't check prerequisitesDaniel Friesel-1/+0
2008-08-03bin/pkg: Replaced conflicts and dependencies by prerequisites (somewhat ↵Daniel Friesel-80/+25
based on suggestions by mxey, I guess)
2008-08-03bin/pkg: Added dependencies on perl librariesDaniel Friesel-1/+17
2008-08-03bin/pkg: Added support for dependencies on files in $PATHDaniel Friesel-9/+31
2008-08-02bin/pkg: Added pkg_check (To be worked out)Daniel Friesel-0/+9
2008-08-02bin/pkg: progress: Buffer output for less flickering with sshDaniel Friesel-6/+5
2008-08-02bin/pkg: Added $SILENTDaniel Friesel-6/+9
2008-08-02bin/pkg: Allow value override from shell environment, tooDaniel Friesel-8/+8
2008-08-02bin/pkg: Removed pkg_%_wrapper, use generic wrap function insteadDaniel Friesel-55/+23
2008-08-02bin/pkg: Added progress for upgrade and pushDaniel Friesel-6/+10
2008-08-02bin/pkg: Also use progress for local list updateDaniel Friesel-5/+6
2008-08-02bin/pkg: Optimized clear_line, added colors to progressDaniel Friesel-4/+5
2008-08-02bin/pkg: use progress bar for pkg statusDaniel Friesel-5/+35
2008-08-02bin/pkg: pkg_update_%: be more verboseDaniel Friesel-1/+5
2008-08-02bin/pkg: Implemented provides (only with hooks, the rest is done by the package)Daniel Friesel-1/+14
2008-08-01bin/pkg: pkg_status: Only print status if something changedDaniel Friesel-2/+9
2008-08-01Added `pkg push`, pluss some minor fixesDaniel Friesel-5/+36
2008-07-29bin/pkg: pkg_status: do vcs_status instead of dependency / conflict checkingDaniel Friesel-3/+6
2008-07-24Backed out changeset 916933588b62Daniel Friesel-1/+1
2008-07-24bin/pkg: Use unix style -add etcDaniel Friesel-1/+1
2008-07-13bin/pkg: pkg_info: Fixed typoDaniel Friesel-1/+1
2008-07-11Remove every symlink when removing a packageDaniel Friesel-6/+25
2008-07-09bin/pkg: Use $var instead of "$var"Daniel Friesel-45/+45
2008-07-07Moved bootstrap to includeDaniel Friesel-53/+0
2008-07-06Automated merge with file:///home/derf/var/packages_root/coreDaniel Friesel-17/+17
2008-07-06bin/bootstrap: Some more commentsDaniel Friesel-3/+4
2008-07-06bin/checklinks: shortened splitDaniel Friesel-1/+1
2008-07-06bin/pkg: Started cleaning it upDaniel Friesel-16/+16
2008-07-02bin/pkg: Added list_is_installed and list_exists, will replace ↵Daniel Friesel-0/+9
check_installed and check_valid
2008-07-01bin/pkg: Renamed lst_ to list_Daniel Friesel-26/+26