aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Hart <matthew.hart@linaro.org>2015-04-08 12:58:01 +0100
committerMatt Hart <matthew.hart@linaro.org>2015-04-08 12:58:01 +0100
commitcfffc0b3633d318881a8fb45bfb0afc9c65e57e0 (patch)
tree4af53664a6b5c04808e699bb0a0134731968919b
parent4cd6c9c8a45000fa7e46cb1b0dfc461862efcdb4 (diff)
Added example cron fileHEADmaster
-rwxr-xr-xtestmanager_cron.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/testmanager_cron.sh b/testmanager_cron.sh
new file mode 100755
index 0000000..c9ba111
--- /dev/null
+++ b/testmanager_cron.sh
@@ -0,0 +1,14 @@
+#!/bin/bash
+#export WORKON_HOME=/srv/virtualenv
+#source /srv/virtualenv/qa-reports.linaro.org/bin/activate
+
+#workon roadmap.linaro.org
+
+cd /srv/qa-reports.linaro.org/project
+
+./manage.py clonerepos
+./manage.py pullrepos
+./manage.py update_running_lava_jobs
+./manage.py update_running_jenkins_builds
+./manage.py fetch_matrix_builds
+./manage.py update_bugs