From 6543b05ab343a7a623ef8768eb6a6537800c217e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 7 Apr 2014 16:31:21 +0200 Subject: derf.homelinux.org is dead, use finalrewind.org instead --- examples/bootstrap | 2 +- man/7/caretaker.pod | 2 +- test/setup | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/bootstrap b/examples/bootstrap index 6b77bf1..d1acec1 100755 --- a/examples/bootstrap +++ b/examples/bootstrap @@ -42,7 +42,7 @@ if [[ ${#} -ge 4 ]] { Examples: ./bootstrap ssh '' aneurysm /home/derf/var/packages_root ./bootstrap file '' '' /home/derf/var/packages_root - ./bootstrap ssh derf derf.homelinux.org /home/derf/var/packages_root + ./bootstrap ssh derf flux.derf0.net /home/derf/var/packages_root etc. meow exit 100 diff --git a/man/7/caretaker.pod b/man/7/caretaker.pod index a856340..ac5fc65 100644 --- a/man/7/caretaker.pod +++ b/man/7/caretaker.pod @@ -69,7 +69,7 @@ by a single whitespace. The first item is the package name, the second one the repository type (DVCS), the third the current revision; in the remote list, the fourth is the URI used to access this package. Example: - caretaker git 82d716d01dee0329af7df5e67b55558fe3ff1466 git://derf.homelinux.org/caretaker + caretaker git 82d716d01dee0329af7df5e67b55558fe3ff1466 git://flux.derf0.net/caretaker The package list is generated by the script set in the config var $PKGLIST_PATH, by default F. Depending on $PKGLIST_LOCAL and $PKG_ROOT, it diff --git a/test/setup b/test/setup index d4193ad..90c1b8b 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://derf.homelinux.org/caretaker} caretaker +git clone --quiet ${1-git://flux.derf0.net/caretaker} caretaker cp caretaker/examples/pkglist pkglist for repo in ra rb rc; ( mkdir $repo -- cgit v1.2.3