reverts to TAG:=HEAD - TAG gets overridden by the wrapper script anyway
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 21 Feb 2007 11:10:03 +0000 (11:10 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 21 Feb 2007 11:10:03 +0000 (11:10 +0000)
onelab.mk

index b5c6ecc..b45b051 100644 (file)
--- a/onelab.mk
+++ b/onelab.mk
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2003-2006 The Trustees of Princeton University
 #
-# $Id: onelab.mk,v 1.8 2007/02/14 08:47:15 thierry Exp $
+# $Id: onelab.mk,v 1.9 2007/02/21 10:21:25 thierry Exp $
 #
 
 #
@@ -29,9 +29,8 @@
 #
 
 CVSROOT := :pserver:anon@cvs.planet-lab.org:/cvs
-#TAG := HEAD
-# build based on the latest release candidate
-TAG := planetlab-4_0-rc1
+# it's useless to set this here because it's overriden on the command line by nightly-build.sh
+TAG := HEAD
 
 # Check if a tag has been checked out
 ifneq ($(wildcard CVS/Root),)