changeset 1380:6ea45e5e39f5

Clean up cronjob.sh (buildall.sh sets host to i686, FORK=1 is server-specific so shouldn't be hardwired in, and pulling from a script that's in the repository you're pulling is just icky.)
author Rob Landley <rob@landley.net>
date Thu, 16 Jun 2011 08:36:42 -0500
parents ddbd48ced0d7
children 415a3f9465b6
files more/cronjob.sh
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/more/cronjob.sh	Thu Jun 16 07:41:10 2011 -0500
+++ b/more/cronjob.sh	Thu Jun 16 08:36:42 2011 -0500
@@ -39,10 +39,6 @@
 
 # build base repo
 
-export FORK=1
-export CROSS_COMPILER_HOST=i686
-hg pull -u
-
 build_snapshot()
 {
   if [ -z "$USE_UNSTABLE" ]