summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2008-10-08Updated bootstrap. No guarantee thet it really works, thoughDaniel Friesel-34/+13
2008-10-08Removed meta, it's useless and not up-to-date anywaysDaniel Friesel-0/+0
2008-10-08bin/pkg: vcs_push: Only update if we're actually pushing...Daniel Friesel-9/+9
2008-10-08bin/pkg: pkg_push: Pushing means the package got changed, so do the update stuffDaniel Friesel-0/+9
2008-10-08Removed mercurial supportDaniel Friesel-20/+9
2008-10-07removed pkg changeroot, it's no longer neededDaniel Friesel-20/+2
2008-10-07bin/pkg: clear_line: Use escape codes (faster, less code and better for debug...Daniel Friesel-6/+1
2008-10-07include/pkglist: Give error message for non-git/-hg packagesDaniel Friesel-3/+2
2008-10-07bin/pkg: vcs_upgrade/push: Explicitly name branchDaniel Friesel-2/+2
2008-10-07Updated pkg(1), fixed some typos in the docsDaniel Friesel-6/+31
2008-10-07Added pkg(7), describing the concept and internal functions of pkg. Not yet f...Daniel Friesel-0/+117
2008-10-07pkg manpage: Fixed pod error discovered by penmaDaniel Friesel-1/+1
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-2/+8
2008-09-27pkg: Use .autocommit for automatic commitsDaniel Friesel-0/+4
2008-09-21Removed todoDaniel Friesel-27/+0
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/+19
2008-09-13zsh completion: _arguments is not needed anymoreDaniel Friesel-5/+18
2008-09-13Added pkg evalDaniel Friesel-2/+7
2008-09-04completion: No more evalDaniel Friesel-22/+26
2008-08-21Updated todoDaniel Friesel-4/+4
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-17Added zsh completion for pkgDaniel Friesel-0/+36
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 based...Daniel Friesel-80/+25
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-03man/1/pkg: Added check, updated removeDaniel Friesel-1/+5
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