gnome-live r11 - trunk/dev-kit/build-system
- From: kvandine svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-live r11 - trunk/dev-kit/build-system
- Date: Sun, 20 Jan 2008 03:46:43 +0000 (GMT)
Author: kvandine
Date: Sun Jan 20 03:46:43 2008
New Revision: 11
URL: http://svn.gnome.org/viewvc/gnome-live?rev=11&view=rev
Log:
Added cron script
Added:
trunk/dev-kit/build-system/cron.sh (contents, props changed)
trunk/dev-kit/build-system/crontab
Added: trunk/dev-kit/build-system/cron.sh
==============================================================================
--- (empty file)
+++ trunk/dev-kit/build-system/cron.sh Sun Jan 20 03:46:43 2008
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+cd $HOME/src/gnome-live/dev-kit/build-system
+./refresh-gnome update
+./refresh-gnome build
+./refresh-gnome bump
Added: trunk/dev-kit/build-system/crontab
==============================================================================
--- (empty file)
+++ trunk/dev-kit/build-system/crontab Sun Jan 20 03:46:43 2008
@@ -0,0 +1,6 @@
+SHELL=/bin/bash
+PATH=/sbin:/bin:/usr/sbin:/usr/bin
+MAILTO=ken
+HOME=/home/ken
+
+0 0 * * * $HOME/src/gnome-live/dev-kit/build-system/cron.sh
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]