summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-12-21 11:22:12 +0000
committerLars Wirzenius <liw@liw.fi>2010-12-21 11:22:12 +0000
commit074469cd9dd7a5debd26bab3756c3a0076ee058b (patch)
treea9e0ef94629d0514cd3cecfb3cd8efa0e4f76077
parent3432498ee958fa3b6f69b9e053e1a2df0ce3078b (diff)
downloadliw-automation-074469cd9dd7a5debd26bab3756c3a0076ee058b.tar.gz
Use current location of Journal index file.
-rw-r--r--debian/changelog6
-rwxr-xr-xscripts/missing-journal-person-create2
-rwxr-xr-xscripts/missing-journal-tag-create2
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 5d80063..6a5a16c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+liw-automation (8.5) squeeze; urgency=low
+
+ * Use current location of Journal index file.
+
+ -- Lars Wirzenius <liw@liw.fi> Tue, 21 Dec 2010 11:22:02 +0000
+
liw-automation (8.4) squeeze; urgency=low
* Add sd-publish-all.
diff --git a/scripts/missing-journal-person-create b/scripts/missing-journal-person-create
index 9468cfa..afddfde 100755
--- a/scripts/missing-journal-person-create
+++ b/scripts/missing-journal-person-create
@@ -3,7 +3,7 @@
use strict;
use warnings;
-open(INPUT, "<", "/srv/http/journal/index.html");
+open(INPUT, "<", "/srv/http/journal/journal/index.html");
while (<INPUT>) {
if (/^<li><span class="createlink">.*page=people%2F([^&]*).*\n$/) {
s//$1/;
diff --git a/scripts/missing-journal-tag-create b/scripts/missing-journal-tag-create
index 7e7d3d1..9360cab 100755
--- a/scripts/missing-journal-tag-create
+++ b/scripts/missing-journal-tag-create
@@ -3,7 +3,7 @@
use strict;
use warnings;
-open(INPUT, "<", "/srv/http/journal/index.html");
+open(INPUT, "<", "/srv/http/journal/journal/index.html");
while (<INPUT>) {
if (/^<li><span class="createlink">.*page=%2Ftag%2F([^&]*)&amp;from=notes%2F.*\n$/) {
s//$1/;