From: mako Date: Tue, 4 Sep 2007 17:18:40 +0000 (+0000) Subject: updated cron in svn to pull from svn and not cvs X-Git-Url: https://git.deb.at/?p=deb%2Fhackedgotchi.git;a=commitdiff_plain;h=97789d4f7b93c48ef839a41b8f4442e4b6a1fdc8 updated cron in svn to pull from svn and not cvs git-svn-id: svn+ssh://svn.debian.org/svn/planet-debian/trunk@813 c2f067bf-98e0-425f-9c98-e76020cfa380 --- diff --git a/cron/10cvs b/cron/10cvs deleted file mode 100755 index 7b0ab78..0000000 --- a/cron/10cvs +++ /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 index 0000000..a6c3ac2 --- /dev/null +++ b/cron/10svn @@ -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