aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--README5
-rw-r--r--README.CD2
-rw-r--r--tools/control/Makefile1
-rwxr-xr-xtools/misc/xen-clone4
4 files changed, 7 insertions, 5 deletions
diff --git a/README b/README
index 5185409359..8b589274d9 100644
--- 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
diff --git a/README.CD b/README.CD
index 4cb68f9675..f256d2184a 100644
--- 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
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