summaryrefslogtreecommitdiff
path: root/test/setup
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-05-02 14:05:06 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-05-02 14:28:50 +0200
commit162d905c93ef52f59a8bc582549b6ec429cbd421 (patch)
tree14d2f55bcbe56c95058f29711474dc7cbdc7c631 /test/setup
parenteb254a1deca26d8a409300776f0a46549ebf74b8 (diff)
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.
Diffstat (limited to 'test/setup')
-rw-r--r--test/setup2
1 files changed, 1 insertions, 1 deletions
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