mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-29 17:10:11 +01:00
2007-08-17 William Jon McCann <mccann@jhu.edu>
* update-dbus-docs.sh: upload DTD to server
This commit is contained in:
parent
163555c7ab
commit
d4e511a724
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2007-08-17 William Jon McCann <mccann@jhu.edu>
|
||||
|
||||
* update-dbus-docs.sh: upload DTD to server
|
||||
|
||||
2007-08-17 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* tools/dbus-launch-x11.c (set_address_in_x11): fix from Michael
|
||||
|
|
|
|||
|
|
@ -52,3 +52,5 @@ echo "Uploading docs to server"
|
|||
scp dbus-docs.tar.gz "${user}"dbus.freedesktop.org:
|
||||
ssh "${user}"dbus.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")'
|
||||
|
||||
echo "Uploading DTD to server"
|
||||
scp -p doc/introspect.dtd "${user}"dbus.freedesktop.org:/srv/specifications.freedesktop.org/www/dbus/1.0/introspect.dtd
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue