From: Thierry Parmentelat Date: Wed, 21 Feb 2007 10:21:25 +0000 (+0000) Subject: hard-wire the local build policy for now X-Git-Tag: 4.2-rc2~645 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=742d59b1ce85440149e4de17b3ebf70a561fd4c5;p=build.git hard-wire the local build policy for now --- diff --git a/onelab.mk b/onelab.mk index 6dda46fe..b5c6ecca 100644 --- a/onelab.mk +++ b/onelab.mk @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2003-2006 The Trustees of Princeton University # -# $Id: onelab.mk,v 1.7 2007/02/09 01:16:19 thierry Exp $ +# $Id: onelab.mk,v 1.8 2007/02/14 08:47:15 thierry Exp $ # # @@ -29,7 +29,9 @@ # CVSROOT := :pserver:anon@cvs.planet-lab.org:/cvs -TAG := HEAD +#TAG := HEAD +# build based on the latest release candidate +TAG := planetlab-4_0-rc1 # Check if a tag has been checked out ifneq ($(wildcard CVS/Root),)