summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-04-21 17:47:01 +0100
committerLars Wirzenius <liw@liw.fi>2011-04-21 17:47:01 +0100
commit3ef64f6d4215601bc324e51af9593b1ee481af12 (patch)
treee1e46985c9ea9ed4207ab8d331c7517b84ec9706
parent385c766ffceedd936f140fc0b3a954c374a41ef2 (diff)
downloadliw-automation-3ef64f6d4215601bc324e51af9593b1ee481af12.tar.gz
sd-publish-all: publish html as well
-rw-r--r--debian/changelog6
-rwxr-xr-xscripts/sd-publish-all2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index db1a416..0febcdf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+liw-automation (8.13) squeeze; urgency=low
+
+ * sd-publish-all: publish html as well
+
+ -- Lars Wirzenius <liw@liw.fi> Thu, 21 Apr 2011 17:46:43 +0100
+
liw-automation (8.12) squeeze; urgency=low
* Fix asd to work with git.
diff --git a/scripts/sd-publish-all b/scripts/sd-publish-all
index 9f42ff0..5fd0f22 100755
--- a/scripts/sd-publish-all
+++ b/scripts/sd-publish-all
@@ -6,7 +6,7 @@ cd $HOME
while read dirname remote
do
echo "$dirname"
- SD_REPO="$dirname" sd publish --to "$remote"
+ SD_REPO="$dirname" sd publish --html --to "$remote"
echo
done < $HOME/.sd-publish-all.conf