From: Aaron Klingaman Date: Wed, 14 Apr 2004 16:44:52 +0000 (+0000) Subject: added PlanetLabID X-Git-Tag: chroot-breakout-hotfix-branch-point~9 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e33fb597486fb162245c1f52f629059534ac6491;p=build.git added PlanetLabID --- diff --git a/Makefile b/Makefile index dafdb769..54937a1e 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id: Makefile,v 1.24 2004/04/13 22:16:32 mlh-pl_rpm Exp $ +# $Id: Makefile,v 1.25 2004/04/14 15:36:52 alk-pl_rpm Exp $ # # Default target @@ -346,6 +346,17 @@ BootServerRequest-MODULE := BootServerRequest BootServerRequest-SPEC := BootServerRequest/PLBootServerRequest.spec ALL += BootServerRequest +# +# PlanetLabID +# + +PlanetLabID-CVSROOT := pup-node_pkgs@cvs.planet-lab.org:/cvs +PlanetLabID-INITIAL := HEAD +PlanetLabID-TAG := HEAD +PlanetLabID-MODULE := PlanetLabID +PlanetLabID-SPEC := PlanetLabID/PlanetLabID.spec +ALL += PlanetLabID + ifeq ($(findstring $(package),$(ALL)),) # Build all packages