From: Thierry Parmentelat Date: Mon, 16 Apr 2007 12:55:26 +0000 (+0000) Subject: web pages now packaged separately in the plcwww rmp package X-Git-Tag: 4.2-rc2~625 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2ee5b3e3409f2ae744de1e351e779f54b33173ce;p=build.git web pages now packaged separately in the plcwww rmp package --- diff --git a/onelab-tags.mk b/onelab-tags.mk index ad84a21b..a4db5e28 100644 --- a/onelab-tags.mk +++ b/onelab-tags.mk @@ -52,6 +52,9 @@ new_plc_api-SVNPATH := svn+ssh://build@svn.one-lab.org/svn/new_plc_api/trunk vserver-reference-TAG := planetlab-4_0-branch bootmanager-SVNPATH := svn+ssh://build@svn.one-lab.org/svn/bootmanager/trunk bootcd-SVNPATH := svn+ssh://build@svn.one-lab.org/svn/bootcd/trunk -myplc-SVNPATH := svn+ssh://build@svn.one-lab.org/svn/myplc/trunk +# xxx-ambiguous-xxx +plcwww-SVNPATH := svn+ssh://build@svn.one-lab.org/svn/new_plc_www/trunk new_plc_www-SVNPATH := svn+ssh://build@svn.one-lab.org/svn/new_plc_www/trunk +# end +myplc-SVNPATH := svn+ssh://build@svn.one-lab.org/svn/myplc/trunk plc/scripts-TAG := planetlab-4_0-branch diff --git a/onelab.mk b/onelab.mk index 7357debc..90a62f1a 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.18 2007/03/19 09:18:54 thierry Exp $ +# $Id: onelab.mk,v 1.19 2007/03/19 13:26:55 thierry Exp $ # # @@ -348,6 +348,14 @@ ALL += bootcd # bootcd requires current packages bootcd: $(filter-out bootcd,$(ALL)) +# +# plcwww +# + +plcwww-MODULE := new_plc_www +plcwww-SPEC := plcwww.spec +ALL += plcwww + # # MyPLC #