From beab87b97679a97b97113969eca8bbe771225859 Mon Sep 17 00:00:00 2001 From: Mohamadou Mbengue <mmbengue@gmail.com> Date: Fri, 6 Apr 2012 16:53:25 +0200 Subject: [PATCH] update configure script path and use relative paths for extends --- software/freeglobes/software.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/software/freeglobes/software.cfg b/software/freeglobes/software.cfg index 0f48914a2..6d7875f6b 100644 --- a/software/freeglobes/software.cfg +++ b/software/freeglobes/software.cfg @@ -11,11 +11,11 @@ parts = configure-script extends = - http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/lamp:/stack/lamp.cfg?js=1 - http://git.erp5.org/gitweb/slapos.git/blob_plain/HEAD:/stack/shacache-client.cfg + ../../stack/lamp.cfg + ../../stack/shacache-client.cfg [application] -recipe = hexagonit.recipe.download +recipe = slapos.recipe.build:download-unpacked url = http://www.freeglobes.net/freeglobes-03.01.2009.zip md5sum = 80e373c4a23fab7506d6e00a3ec11473 #If provided tarball does not contain top directory, option shall be changed to false @@ -24,7 +24,7 @@ strip-top-level-dir = true [configure-script] recipe = hexagonit.recipe.download location = ${buildout:parts-directory}/${:_buildout_section_name_} -url = https://gitorious.org/~mmbengue/slapos/mohamadous-slapos/blobs/raw/master/software/freeglobes/configure-freeglobes.py +url = ${:_profile_base_location_}/configure-freeglobes.py md5sum = 30d9bbcd410f35afc58c7b9ad101b1ec filename = configure-freeglobes.py download-only = True -- 2.30.9