summaryrefslogtreecommitdiff
path: root/cronscript
diff options
context:
space:
mode:
Diffstat (limited to 'cronscript')
-rwxr-xr-xcronscript8
1 files changed, 2 insertions, 6 deletions
diff --git a/cronscript b/cronscript
index fc96415..630bd88 100755
--- a/cronscript
+++ b/cronscript
@@ -14,18 +14,14 @@ T1=$(date +%s)
# jhbuild for cygwin
jhbuild -f jhbuildrc autobuild -c -a --report-url="http://jturney-byron:ZpeyPFuK@tinderbox.x.org/builds/rpc"
-# mesa is terrible, cannot installl what it builds, so help it out here as there's nowhere better to do this
-cp /jhbuild/checkout/mesa/mesa/lib/gallium/*.dll /jhbuild/install/bin/
-cp --no-dereference /jhbuild/checkout/mesa/mesa/lib/gallium/*.dll.a /jhbuild/install/lib/
-# likewise mesa-glut
+# mesa-glut is terrible, cannot install what it builds, so help it out here as there's nowhere better to do this
cp /jhbuild/checkout/mesa/glut/lib/*.dll /jhbuild/install/bin/
cp --no-dereference /jhbuild/checkout/mesa/glut/lib/*.dll.a /jhbuild/install/lib/
# jhbuild for mingw, if we have time
T2=$(date +%s)
DT="$(expr $T2 - $T1)"
-echo "cygwin build took $DT seconds"
-if [ $DT -lt 14400 ] ; then
+if [ $DT -lt 21600 ] ; then
jhbuild -f jhbuildrc.mingw autobuild -c -a --report-url="http://jturney-allegra:TBK1zMob@tinderbox.freedesktop.org/builds/rpc"
fi