From 3ef64f6d4215601bc324e51af9593b1ee481af12 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 21 Apr 2011 17:47:01 +0100 Subject: sd-publish-all: publish html as well --- debian/changelog | 6 ++++++ scripts/sd-publish-all | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 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 -- cgit v1.2.1