]> git.deb.at Git - deb/hackedgotchi.git/commitdiff
updated cron in svn to pull from svn and not cvs
authormako <mako@c2f067bf-98e0-425f-9c98-e76020cfa380>
Tue, 4 Sep 2007 17:18:40 +0000 (17:18 +0000)
committermako <mako@c2f067bf-98e0-425f-9c98-e76020cfa380>
Tue, 4 Sep 2007 17:18:40 +0000 (17:18 +0000)
git-svn-id: svn+ssh://svn.debian.org/svn/planet-debian/trunk@813 c2f067bf-98e0-425f-9c98-e76020cfa380

cron/10cvs [deleted file]
cron/10svn [new file with mode: 0755]

diff --git a/cron/10cvs b/cron/10cvs
deleted file mode 100755 (executable)
index 7b0ab78..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-cd /org/planet.debian.org/config
-cvs -Q update
-
-cd /org/planet.debian.org/www/heads
-cvs -Q update
diff --git a/cron/10svn b/cron/10svn
new file mode 100755 (executable)
index 0000000..a6c3ac2
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+cd /org/planet.debian.org/config
+svn update -q
+
+cd /org/planet.debian.org/www/heads
+svn update -q