aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-09-29 17:12:03 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-09-29 17:12:03 +0000
commitd5f3e34120cf409ec628c2f628d485616c0830c4 (patch)
tree8b769e2ae4ac6287408f9d2cc7e5d12c24c11393 /tools
parent8f35ff2aa90a0630881de39500babb7afe1dcd5a (diff)
downloadxen-d5f3e34120cf409ec628c2f628d485616c0830c4.tar.gz
xen-d5f3e34120cf409ec628c2f628d485616c0830c4.tar.bz2
xen-d5f3e34120cf409ec628c2f628d485616c0830c4.zip
bitkeeper revision 1.473 (3f7867e38-w0Udil0euqJ8nAHOdmhQ)
rename bk repository xeno.bk to xeno-1.0.bk
Diffstat (limited to 'tools')
-rw-r--r--tools/control/Makefile1
-rwxr-xr-xtools/misc/xen-clone4
2 files changed, 3 insertions, 2 deletions
diff --git a/tools/control/Makefile b/tools/control/Makefile
index 7b8cefe966..7a49e1807a 100644
--- a/tools/control/Makefile
+++ b/tools/control/Makefile
@@ -8,6 +8,7 @@ clean: clean-cmdline clean-web
examples: FORCE
mkdir -p ../../../install/etc
+ chmod +w ../../../install/etc/*
cp examples/xen* examples/*example ../../../install/etc/
cmdline: FORCE
diff --git a/tools/misc/xen-clone b/tools/misc/xen-clone
index 724873b496..6b9d7a4c22 100755
--- a/tools/misc/xen-clone
+++ b/tools/misc/xen-clone
@@ -15,8 +15,8 @@ UCCL)
LINUX_DIR=${3:-/usr/groups/xeno/archive/}
;;
*)
- BK_REP=${1:-bk://xen.bkbits.net/xeno.bk}
- # BK_REP=${1:-ssh://xen@xen.bkbits.net/xeno.bk}
+ BK_REP=${1:-bk://xen.bkbits.net/xeno-1.0.bk}
+ # BK_REP=${1:-ssh://xen@xen.bkbits.net/xeno-1.0.bk}
LINUX_DIR=${3:-..}
;;
esac