more notes on configuration
[buildfarm-client.git] / run_cron
deleted file mode 100755 (executable)
index 278084e2cc788cea9b714351290022732744af56..0000000000000000000000000000000000000000
--- a/run_cron
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/usr/bin/env perl
-
-use 5.010;
-use strict;
-use warnings;
-use FindBin qw($Bin);
-
-chdir $Bin or die "$0: Can't chdir '$Bin': $!\n";
-
-# check if we've git available and if we've a cloned
-# client installation. FIXME: What to do, if we have
-# a 'detached' .git?
-if (-d '.git') {
-    die "$0: found .git dir, but git is not available\n"
-        if not grep { -x } map { "$_/git" } split /:/, $ENV{PATH};
-    system('git pull >/dev/null') == 0 or die $? >> 8;
-}
-
-# the process building the documentation seems to break
-# if PERL_UNICODE is set.
-delete $ENV{PERL_UNICODE};
-
-exec './run_branches', @ARGV;
-
-# vim:ts=8 et sw=4 ai si:
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..022fd6bdd555f110e10a1587e74638fa25285477
--- /dev/null
+++ b/run_cron
@@ -0,0 +1 @@
+run_branches
\ No newline at end of file