Remove self-reference to git repository from profiles

parent 3dafae0a
...@@ -20,12 +20,12 @@ md5sum = bc2168205d404421729cc3b040d6fe15 ...@@ -20,12 +20,12 @@ md5sum = bc2168205d404421729cc3b040d6fe15
[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 = http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/lamp-mayoro:/software/fluxbb/configure-fluxbb.py url = ${:_profile_base_location_}/configure-fluxbb.py
filename = configure-fluxbb.py filename = configure-fluxbb.py
[application-template] [application-template]
recipe = slapos.recipe.download recipe = slapos.recipe.download
url = http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/lamp-mayoro:/software/fluxbb/template/config.inc.php.in url = ${:_profile_base_location_}/template/config.inc.php.in
filename = template.in filename = template.in
mode = 0644 mode = 0644
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
......
...@@ -15,7 +15,7 @@ extends = ...@@ -15,7 +15,7 @@ extends =
[lifetype-patch] [lifetype-patch]
recipe = slapos.recipe.download recipe = slapos.recipe.download
url = http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/lamp-mayoro:/software/lifetype/lifetype_for_mysql5.patch url = ${:_profile_base_location_}/lifetype_for_mysql5.patch
md5sum = c52bea61ea452b9f3caa82426a5819e5 md5sum = c52bea61ea452b9f3caa82426a5819e5
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
filename = lifetype_for_mysql5.patch filename = lifetype_for_mysql5.patch
......
...@@ -15,7 +15,7 @@ extends = ...@@ -15,7 +15,7 @@ extends =
[phpbms-patch] [phpbms-patch]
recipe = slapos.recipe.download recipe = slapos.recipe.download
url = http://git.erp5.org/gitweb/slapos.git/blob_plain/8ee03078582ccc2410836ea90e30959d216480bc:/software/phpbms/phpbms_for_mysql5.patch url = ${:_profile_base_location_}/phpbms_for_mysql5.patch
md5sum = ddf323ac00e9e486cea8b8cc4277e065 md5sum = ddf323ac00e9e486cea8b8cc4277e065
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
filename = phpbms_for_mysql5.patch filename = phpbms_for_mysql5.patch
...@@ -33,7 +33,7 @@ cmds= patch -d ${application:location} -p1 < ${phpbms-patch:location}/${phpbms-p ...@@ -33,7 +33,7 @@ cmds= patch -d ${application:location} -p1 < ${phpbms-patch:location}/${phpbms-p
[application-template] [application-template]
recipe = slapos.recipe.download recipe = slapos.recipe.download
url = http://git.erp5.org/gitweb/slapos.git/blob_plain/8ee03078582ccc2410836ea90e30959d216480bc:/software/phpbms/template/settings.php.in url = ${:_profile_base_location_}/template/settings.php.in
filename = template.in filename = template.in
mode = 0644 mode = 0644
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
......
...@@ -15,18 +15,18 @@ extends = ...@@ -15,18 +15,18 @@ extends =
[application] [application]
recipe = slapos.recipe.build:download-unpacked recipe = slapos.recipe.build:download-unpacked
url = http://garr.dl.sourceforge.net/project/phpfin/phpfin/phpfinV1.00%20Free/phpfinfree1_0.zip url = http://garr.dl.sourceforge.net/project/phpfin/phpfin/phpfinV1.00%20Free/phpfinfree1_0.zip
md5sum = 06f5ef5205c492e38ecbb6159f5417e4 md5sum = 06f5ef5205c492e38ecbb6159f5417e4
[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 = http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/lamp-mayoro:/software/phpfin/configure-phpfin.py url = ${:_profile_base_location_}/configure-phpfin.py
filename = configure-phpfin.py filename = configure-phpfin.py
download-only = True download-only = True
[application-template] [application-template]
recipe = slapos.recipe.download recipe = slapos.recipe.download
url = http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/lamp-mayoro:/software/phpfin/template/connection.inc.in url = ${:_profile_base_location_}/template/connection.inc.in
#md5sum = Student may put here md5sum of this file, this is good idea #md5sum = Student may put here md5sum of this file, this is good idea
download-only = True download-only = True
filename = template.in filename = template.in
......
...@@ -18,7 +18,7 @@ md5sum = 94fe615f61fbb5ef0fcbf60a44ac5093 ...@@ -18,7 +18,7 @@ md5sum = 94fe615f61fbb5ef0fcbf60a44ac5093
[application-template] [application-template]
recipe = slapos.recipe.download recipe = slapos.recipe.download
url = http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/lamp-mayoro:/software/phpip/template/database.php.in url = ${:_profile_base_location_}/template/database.php.in
#md5sum = Student may put here md5sum of this file, this is good idea #md5sum = Student may put here md5sum of this file, this is good idea
download-only = True download-only = True
filename = template.in filename = template.in
......
...@@ -15,7 +15,7 @@ extends = ...@@ -15,7 +15,7 @@ extends =
[pixelpost-patch] [pixelpost-patch]
recipe = slapos.recipe.download recipe = slapos.recipe.download
url = http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/lamp-mayoro:/software/pixelpost/pixelpost_for_mysql5.patch url = ${:_profile_base_location_}/pixelpost_for_mysql5.patch
md5sum = 100883ebbe4973883a710996b91f5d23 md5sum = 100883ebbe4973883a710996b91f5d23
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
filename = pixelpost_for_mysql5.patch filename = pixelpost_for_mysql5.patch
......
...@@ -10,8 +10,7 @@ parts = ...@@ -10,8 +10,7 @@ parts =
downloadcache-workaround downloadcache-workaround
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
[application] [application]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
......
...@@ -18,7 +18,7 @@ md5sum = 37880217917367eb2d4a0a33c4a7fb65 ...@@ -18,7 +18,7 @@ md5sum = 37880217917367eb2d4a0a33c4a7fb65
[application-template] [application-template]
recipe = slapos.recipe.download recipe = slapos.recipe.download
url = http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/lamp-mayoro:/software/xellplan/template/sfx.php.in url = ${:_profile_base_location_}/template/sfx.php.in
filename = template.in filename = template.in
mode = 0644 mode = 0644
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
......
...@@ -20,7 +20,7 @@ md5sum = bc453d665605f954f1497586ccd6d267 ...@@ -20,7 +20,7 @@ md5sum = bc453d665605f954f1497586ccd6d267
[configure-script] [configure-script]
recipe = slapos.recipe.download recipe = slapos.recipe.download
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
url = http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/lamp-mayoro:/software/zikula/configure-zikula.py url = ${:_profile_base_location_}/configure-zikula.py
md5sum = c4d5f87d8f02cad3f20e679160195f48 md5sum = c4d5f87d8f02cad3f20e679160195f48
filename = configure-zikula.py filename = configure-zikula.py
mode = 0744 mode = 0744
......
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