From: Aaron Klingaman Date: Mon, 12 Apr 2004 14:31:57 +0000 (+0000) Subject: added PlanetLabKeys X-Git-Tag: chroot-breakout-hotfix-branch-point~26 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c16cf16083407f8fffe93e0db47865d21492e256;p=build.git added PlanetLabKeys --- diff --git a/Makefile b/Makefile index c995feb0..dc8da6a3 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.10 2004/04/12 14:03:16 alk-pl_rpm Exp $ +# $Id: Makefile,v 1.11 2004/04/12 14:12:41 alk-pl_rpm Exp $ # # Default target @@ -199,6 +199,17 @@ PlanetLabConf-MODULE := PlanetLabConf PlanetLabConf-SPEC := PlanetLabConf/PlanetLabConf.spec ALL += PlanetLabConf +# +# PlanetLabKeys +# + +PlanetLabKeys-CVSROOT := pup-node_pkgs@cvs.planet-lab.org:/cvs +PlanetLabKeys-INITIAL := PLANETLABKEYS_0_1_R_3 +PlanetLabKeys-TAG := PLANETLABKEYS_0_1_R_3 +PlanetLabKeys-MODULE := PlanetLabKeys +PlanetLabKeys-SPEC := PlanetLabKeys/PlanetLabKeys.spec +ALL += PlanetLabKeys + ifeq ($(findstring $(package),$(ALL)),) # Build all packages