Commit beab87b9 authored by Mohamadou Mbengue's avatar Mohamadou Mbengue

update configure script path and use relative paths for extends

parent 43401a61
...@@ -11,11 +11,11 @@ parts = ...@@ -11,11 +11,11 @@ parts =
configure-script configure-script
extends = extends =
http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/lamp:/stack/lamp.cfg?js=1 ../../stack/lamp.cfg
http://git.erp5.org/gitweb/slapos.git/blob_plain/HEAD:/stack/shacache-client.cfg ../../stack/shacache-client.cfg
[application] [application]
recipe = hexagonit.recipe.download recipe = slapos.recipe.build:download-unpacked
url = http://www.freeglobes.net/freeglobes-03.01.2009.zip url = http://www.freeglobes.net/freeglobes-03.01.2009.zip
md5sum = 80e373c4a23fab7506d6e00a3ec11473 md5sum = 80e373c4a23fab7506d6e00a3ec11473
#If provided tarball does not contain top directory, option shall be changed to false #If provided tarball does not contain top directory, option shall be changed to false
...@@ -24,7 +24,7 @@ strip-top-level-dir = true ...@@ -24,7 +24,7 @@ strip-top-level-dir = true
[configure-script] [configure-script]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
location = ${buildout:parts-directory}/${:_buildout_section_name_} 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 md5sum = 30d9bbcd410f35afc58c7b9ad101b1ec
filename = configure-freeglobes.py filename = configure-freeglobes.py
download-only = True download-only = True
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment