summaryrefslogtreecommitdiff
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
parent1536e7d18f26c8a95a4f16b21cc43ffdee1ce731 (diff)
* bump release
-rw-r--r--configure.in2
-rwxr-xr-xupdate-dbus-docs.sh6
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 51a7fa85..2a578c49 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ AC_INIT(dbus/dbus.h)
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(dbus, 0.95)
+AM_INIT_AUTOMAKE(dbus, 0.96)
AM_CONFIG_HEADER(config.h)
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")'