summaryrefslogtreecommitdiffstats
path: root/update-dbus-docs.sh
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-11-03 20:53:22 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-11-03 20:53:22 +0000
commit3d05e9499e3662207cf436f0f32cceb4fb7e6b03 (patch)
tree6420afaf34c2e2ea410b62d4d4b2ed995fe32dcb /update-dbus-docs.sh
parent1536e7d18f26c8a95a4f16b21cc43ffdee1ce731 (diff)
* bump release
Diffstat (limited to 'update-dbus-docs.sh')
-rwxr-xr-xupdate-dbus-docs.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/update-dbus-docs.sh b/update-dbus-docs.sh
index 62642395..27f6bdee 100755
--- a/update-dbus-docs.sh
+++ b/update-dbus-docs.sh
@@ -7,7 +7,7 @@ function die()
}
CHECKOUTDIR=/tmp/dbus-for-docs
-export CVSROOT=:ext:hp@cvs.freedesktop.org:/cvs/dbus
+export CVSROOT=:ext:johnp@cvs.freedesktop.org:/cvs/dbus
cd $CHECKOUTDIR || die "could not changedir to $CHECKOUTDIR"
@@ -42,6 +42,6 @@ find doc -not -type d | grep -v CVS | grep -v -E '.~[0-9.]+~' | grep -v Makefile
diff -u filesystem.list tarball.list || die "some files were not included"
echo "Uploading docs to server"
-scp dbus-docs.tar.gz pdx.freedesktop.org:
-ssh hp@pdx.freedesktop.org '(cd /srv/dbus.freedesktop.org/www/ && /bin/cp -f ~/dbus-docs.tar.gz . && tar zxf dbus-docs.tar.gz && echo "Successfully unpacked tarball on server")'
+scp dbus-docs.tar.gz johnp@pdx.freedesktop.org:
+ssh johnp@pdx.freedesktop.org '(cd /srv/dbus.freedesktop.org/www/ && /bin/cp -f ~/dbus-docs.tar.gz . && tar zxf dbus-docs.tar.gz && echo "Successfully unpacked tarball on server")'