summaryrefslogtreecommitdiffstats
path: root/update-dbus-docs.sh
Commit message (Collapse)AuthorAgeFilesLines
* 2007-08-17 William Jon McCann <mccann@jhu.edu>Havoc Pennington2007-08-171-0/+2
| | | | * update-dbus-docs.sh: upload DTD to server
* * update-dbus-docs.sh: Assorted improvements:Simon McVittie2007-05-211-11/+10
| | | | | | | | | - Default user if $FDUSER is not set is the ssh default (set in ~/.ssh/config or based on the local username), not a hard-coded "johnp" - Temporary checkout directory is created securely (preventing symlink attacks), if mktemp(1) is available - Use make -C rather than cd && make && cd ..
* add COPYING to docs copied to web siteHavoc Pennington2007-03-121-2/+2
|
* 2006-11-17 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-11-181-4/+12
| | | | | | | * update-dbus-docs.sh: allow setting fd.org username via env variable. Make it run autogen with --enable-xml-docs=yes --enable-doxygen-docs=yes so configure will fail if the required tools are missing.
* * bump releaseJohn (J5) Palmieri2006-11-031-3/+3
|
* fix file list in update-dbus-docs.shHavoc Pennington2005-12-011-1/+1
|
* 2005-01-21 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-211-3/+3
| | | | | | | | | | | * dbus/dbus-bus.c: add more return_if_fail checks * dbus/dbus-message.c (load_message): have the "no validation" mode (have to edit the code to toggle the mode for now though) * dbus/dbus-marshal-header.c (_dbus_header_load): have a mode that skips all validation; I want to use this at least for benchmark baseline, I'm not sure if it should be a publicly-available switch.
* 2005-01-20 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-211-0/+47
* update-dbus-docs.sh: script to update docs on the web site, only works for me though. neener.