http://bugzilla.novell.com/show_bug.cgi?id=548987
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=548987#c2 --- Comment #2 from Andrew Jorgensen <[email protected]> 2009-11-02 11:04:16 MST --- Okay here's the workaround in my build script (30 seconds instead of a minute): #!/bin/bash sudo /usr/sbin/sntp -P no -r time.novell.com curl --silent --location "http://build.mono-project.com/DownloadLatestFile.aspx?lane=monkeywrench&filename=MonkeyWrench.zip" | zcat > MonkeyWrench.zip unzip -o -q MonkeyWrench.zip START=$(date +%s) END=$START while [ "$END" -lt "$(expr $START + 30)" ]; do START=$(date +%s) mono MonkeyWrench.Builder.exe END=$(date +%s) done -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
