From 22a6d9dca32f886632997e1386ffed736fb1c7f6 Mon Sep 17 00:00:00 2001
From: Per Jonsson <poj@lysator.liu.se>
Date: Tue, 3 Jun 2008 20:46:37 +0000
Subject: [PATCH] Move lyscvs and lsvn.

* fetch-backup-work: lyscvs and lsvn comes from plantagenet, not
  stalingrad.
---
 ChangeLog         | 6 ++++++
 fetch-backup-work | 8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4551d0e..28566c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-06-03  Per Jonsson  <poj@lysator.liu.se>
+
+	Move lyscvs and lsvn. 
+	* fetch-backup-work: lyscvs and lsvn comes from plantagenet,
+	not stalingrad.
+
 2008-06-02  Per Cederqvist  <ceder@ingate.com>
 
 	Don't start work when requested to stop.
diff --git a/fetch-backup-work b/fetch-backup-work
index 5de372f..98623cf 100755
--- a/fetch-backup-work
+++ b/fetch-backup-work
@@ -5,16 +5,16 @@ NT=$TASKS.tmp
 
 rm -f $NT
 
-ssh stalingrad ls -1 /svnroot \
+ssh plantagenet ls -1 /svnroot \
  | sort \
  | awk '$1 == "lost+found" { next }
-        {print "lsvn", $1, "stalingrad /svnroot/" $1}' \
+        {print "lsvn", $1, "plantagenet /svnroot/" $1}' \
 >> $NT
 
-ssh stalingrad ls -1 /cvsroot \
+ssh plantagenet ls -1 /cvsroot \
  | sort \
  | awk '$1 == "lost+found" { next }
-        {print "lyscvs", $1, "stalingrad /cvsroot/" $1}' \
+        {print "lyscvs", $1, "plantagenet /cvsroot/" $1}' \
 >> $NT
 
 ssh uhumhummy ls -1 /lysator/lyswww/users/common \
-- 
GitLab