bitkeeper revision 1.473 (3f7867e38-w0Udil0euqJ8nAHOdmhQ)
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Mon, 29 Sep 2003 17:12:03 +0000 (17:12 +0000)
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Mon, 29 Sep 2003 17:12:03 +0000 (17:12 +0000)
rename bk repository xeno.bk to xeno-1.0.bk

README
README.CD
tools/control/Makefile
tools/misc/xen-clone

diff --git a/README b/README
index 5185409359900a68a1de7fbd1481060cdc291434..8b589274d97ec77e32a55f06143e605a836796f3 100644 (file)
--- a/README
+++ b/README
@@ -134,10 +134,11 @@ recommended since they require extra packet copies.
 Building Xen and XenoLinux
 ==========================
 
-The public master BK repository lives at: bk://xen.bkbits.net/xeno.bk
+The public master BK repository for the 1.0 release lives at: 
+bk://xen.bkbits.net/xeno-1.0.bk
 
 To fetch a local copy, install the BitKeeper tools, then run: 
-'bk clone bk://xen.bkbits.net/xeno.bk'
+'bk clone bk://xen.bkbits.net/xeno-1.0.bk'
 
 To see how to build Xen, Xenolinux, and all the control tools, inspect
 the tools/misc/xen-clone script in the BK repository. This script can
index 4cb68f9675ee45e8f7aa5d72d38b3c40acf64c71..f256d2184a4b387d4d453cec1899bd3dea2f1caa 100644 (file)
--- a/README.CD
+++ b/README.CD
@@ -429,7 +429,7 @@ figuring out what's happened.  Debug a XenoLinux image just as you
 would any other Linux kernel.
 
 We supply a handy debug terminal program which you can find in
-/usr/local/src/xen-1.0/xeno.bk/tools/misc/miniterm/
+/usr/local/src/xen-1.0/xeno-1.0.bk/tools/misc/miniterm/
 This should be built and executed on another machine that is connected
 via a null modem cable. Documentation is included.
 Alternatively, telnet can be used in 'char mode' if the Xen machine is
index 7b8cefe96696a3c67c24b790d637b2d6deb56cb3..7a49e1807ab6f9aa20b6c1835794a0fcffdd3a28 100644 (file)
@@ -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
index 724873b4964978135f3eddbbfd76b35bec13c7ec..6b9d7a4c225eda97a3bd0ce87eb09dd973a8cd2c 100755 (executable)
@@ -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