diff --git a/tools/builder-cronjob b/tools/builder-cronjob new file mode 100755 index 0000000000000000000000000000000000000000..dcfa451d705dd4a4ada4621aa6c86accce9294f5 --- /dev/null +++ b/tools/builder-cronjob @@ -0,0 +1,17 @@ +#!/bin/sh +# +# Copyright (C) 2006 Brian Brazil +# Copyright (C) 2012 Karl Goetz +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# + +# Update our bzr checkout +/srv/builder/tools/update_builder.sh + +# Run cronwrapper to update builder +/srv/builder/tools/cronwrapper /srv/logs/update_gnewsense cd /srv/builder/ && linux32 ./do-update && ./push-repo +