summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/release12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/release b/doc/release
index 915a76e..1088557 100644
--- a/doc/release
+++ b/doc/release
@@ -308,15 +308,15 @@
./pack linux-gnu
On sarge32:
- scp -r onega:/tmp/pack-linux-gnu-X.Y.Z
+ scp -r shuya:/tmp/pack-linux-gnu-X.Y.Z
cd pack-linux-gnu-X.Y.Z
# Watch out for -libexecdir if using history.
#
./build-dist -rebuild -arch i686-linux-gnu 2>&1 | tee build.log
- scp test/odb-X.Y.Z-i686-linux-gnu.tar.bz2 onega:/tmp/pack-linux-gnu-X.Y.Z/test/
+ scp test/odb-X.Y.Z-i686-linux-gnu.tar.bz2 shuya:/tmp/pack-linux-gnu-X.Y.Z/test/
- On onega:
+ On shuya:
cd /tmp/pack-linux-gnu-X.Y.Z/test
./build-test -rebuild -test -j 16 ./gcc 2>&1 | tee build.log
grep -i warning build.log
@@ -329,15 +329,15 @@
./pack linux-gnu
On sarge64:
- scp -r onega:/tmp/pack-linux-gnu-X.Y.Z
+ scp -r shuya:/tmp/pack-linux-gnu-X.Y.Z
cd pack-linux-gnu-X.Y.Z
# Watch out for -libexecdir if using history.
#
./build-dist -rebuild -arch x86_64-linux-gnu 2>&1 | tee build.log
- scp test/odb-X.Y.Z-x86_64-linux-gnu.tar.bz2 onega:/tmp/pack-linux-gnu-X.Y.Z/test/
+ scp test/odb-X.Y.Z-x86_64-linux-gnu.tar.bz2 shuya:/tmp/pack-linux-gnu-X.Y.Z/test/
- On onega:
+ On shuya:
cd /tmp/pack-linux-gnu-X.Y.Z/test
./build-test -rebuild -test -j 16 ./gcc 2>&1 | tee build.log
grep -i warning build.log