svn commit: lorikeet r311 - in trunk/heimdal: .

abartlet at samba.org abartlet at samba.org
Fri May 20 13:25:52 GMT 2005


Author: abartlet
Date: 2005-05-20 13:25:50 +0000 (Fri, 20 May 2005)
New Revision: 311

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=311

Log:
emergency measure to ensure that the autogen script isn't being run on
the build farm master, until we can stop the generated files changing
without the source tree changing.  (Causing the build hosts to rebuild
constantly).


Modified:
   trunk/heimdal/autogen.sh


Changeset:
Modified: trunk/heimdal/autogen.sh
===================================================================
--- trunk/heimdal/autogen.sh	2005-05-20 11:55:26 UTC (rev 310)
+++ trunk/heimdal/autogen.sh	2005-05-20 13:25:50 UTC (rev 311)
@@ -1,3 +1,6 @@
+#!/bin/sh
+exit 0;
+
 rm -rf autom4*.cache
 autoreconf -i
 rm -rf autom4*.cache



More information about the samba-cvs mailing list