diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-11-20 15:59:56 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-11-20 15:59:56 +0200 |
commit | c8a89445fded2ebaa290d9d4a1db366188eb3e39 (patch) | |
tree | c188d99dc7261f4aac2bd5546f41ee84a8857616 /doc | |
parent | 54a119c7a74f05d8bf2e0f6708231953dd654be2 (diff) |
Update host name
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release | 12 |
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 |