From 3432498ee958fa3b6f69b9e053e1a2df0ce3078b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 16 Dec 2010 11:55:57 +0000 Subject: Add sd-publish-all. --- debian/changelog | 6 ++++++ scripts/sd-publish-all | 12 ++++++++++++ 2 files changed, 18 insertions(+) create mode 100755 scripts/sd-publish-all diff --git a/debian/changelog b/debian/changelog index b0f9c91..5d80063 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +liw-automation (8.4) squeeze; urgency=low + + * Add sd-publish-all. + + -- Lars Wirzenius Thu, 16 Dec 2010 11:55:35 +0000 + liw-automation (8.3) squeeze; urgency=low * New journal-note. diff --git a/scripts/sd-publish-all b/scripts/sd-publish-all new file mode 100755 index 0000000..9f42ff0 --- /dev/null +++ b/scripts/sd-publish-all @@ -0,0 +1,12 @@ +#!/bin/sh + +set -e + +cd $HOME +while read dirname remote +do + echo "$dirname" + SD_REPO="$dirname" sd publish --to "$remote" + echo +done < $HOME/.sd-publish-all.conf + -- cgit v1.2.1