From 162d905c93ef52f59a8bc582549b6ec429cbd421 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 2 May 2010 14:05:06 +0200 Subject: Make the whole system more flexible (NOT backwards compatible) * Split up PKG_ROOT into PKG_PROTO, PKG_USER, PKG_HOST and PKG_PATH * Change the fourth list field from PKG_ROOT to the repo's clone uri It is now possible to host your repos on github, for example. --- test/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/setup') diff --git a/test/setup b/test/setup index 41db801..d4193ad 100644 --- a/test/setup +++ b/test/setup @@ -1,7 +1,7 @@ ## vim:ft=zsh echo "# setting up PKG_ROOT" cd $test_proot -git clone --quiet ${1-git://git.tabularazor.org/~derf/caretaker} caretaker +git clone --quiet ${1-git://derf.homelinux.org/caretaker} caretaker cp caretaker/examples/pkglist pkglist for repo in ra rb rc; ( mkdir $repo -- cgit v1.2.3