From b5dd63abc55994c889b1ff3629afc7ac9bd5fae1 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 20 Feb 2006 20:45:23 +0000 Subject: [PATCH] Adding an aggregate updater script --- update.sh.php | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 update.sh.php diff --git a/update.sh.php b/update.sh.php new file mode 100644 index 0000000..f2a35b1 --- /dev/null +++ b/update.sh.php @@ -0,0 +1,46 @@ +#!/usr/bin/php +repos->fetch_list() AS $repos) +{ + if ($repos != $argv[1]) + { + continue; + } + + $controller = new Controller($repos); + $controller->cachev->exec_build(); +} + +/*=====================================================================*\ +|| ################################################################### +|| # $HeadURL$ +|| # $Id$ +|| ################################################################### +\*=====================================================================*/ +?> \ No newline at end of file -- 2.22.5