# HG changeset patch # User Rob Landley # Date 1308231402 18000 # Node ID 6ea45e5e39f582ac8944cdce2b21fcec2a1b13c4 # Parent ddbd48ced0d7a1b50caf07924a7eaffec5b08eed 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.) diff -r ddbd48ced0d7 -r 6ea45e5e39f5 more/cronjob.sh --- 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" ]