From: Aaron Klingaman Date: Mon, 12 Apr 2004 13:24:25 +0000 (+0000) Subject: added PlanetLabAccounts X-Git-Tag: chroot-breakout-hotfix-branch-point~30 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=03c0faf7af4235a25808aafe9147e179a892cf92;p=build.git added PlanetLabAccounts --- diff --git a/Makefile b/Makefile index a98bd30b..8bd614e0 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.6 2004/04/09 19:22:24 alk-pl_rpm Exp $ +# $Id: Makefile,v 1.7 2004/04/09 22:17:31 mlh-pl_rpm Exp $ # # Default target @@ -155,6 +155,17 @@ ksymoops-MODULE := ksymoops ksymoops-SPEC := ksymoops/ksymoops.spec ALL += ksymoops +# +# PlanetLabAccounts +# + +PlanetLabAccounts-CVSROOT := pup-node_pkgs@cvs.planet-lab.org:/cvs +PlanetLabAccounts-INITIAL := PLANETLABACCOUNTS_0_3_R_2 +PlanetLabAccounts-TAG := PLANETLABACCOUNTS_0_3_R_2 +PlanetLabAccounts-MODULE := PlanetLabAccounts +PlanetLabAccounts-SPEC := PlanetLabAccounts/PlanetLabAccounts.spec +ALL += PlanetLabAccounts + ifeq ($(findstring $(package),$(ALL)),) # Build all packages