Commit 667c0c81 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

cleanup find-links.

parent c9bf00fe
[buildout] [buildout]
parts = parts =
hookbox hookbox
find-links =
http://www.nexedi.org/static/packages/source/
versions = versions versions = versions
[versions] [versions]
......
...@@ -6,7 +6,6 @@ extends = ...@@ -6,7 +6,6 @@ extends =
../zlib/buildout.cfg ../zlib/buildout.cfg
parts = kumo parts = kumo
find-links = http://www.nexedi.org/static/packages/source/
[kumo] [kumo]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
......
...@@ -6,9 +6,6 @@ extends = ...@@ -6,9 +6,6 @@ extends =
parts = parts =
libreoffice-bin libreoffice-bin
find-links =
http://www.nexedi.org/static/packages/source/
[libreoffice-bin] [libreoffice-bin]
recipe = slapos.recipe.build recipe = slapos.recipe.build
# here, two %s are used, first one is for directory name (eg. x86_64), and second one is for filename (eg. x86-64). # here, two %s are used, first one is for directory name (eg. x86_64), and second one is for filename (eg. x86-64).
......
[buildout] [buildout]
parts = messagepack parts = messagepack
find-links = http://www.nexedi.org/static/packages/source/
[messagepack] [messagepack]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
......
[buildout] [buildout]
parts = parts =
openoffice-bin openoffice-bin
find-links =
http://www.nexedi.org/static/packages/source/
[openoffice-bin] [openoffice-bin]
# XXX: This section and recipe have to be reviewed against using # XXX: This section and recipe have to be reviewed against using
......
...@@ -15,9 +15,6 @@ extends = ...@@ -15,9 +15,6 @@ extends =
parts = w3-validator parts = w3-validator
find-links =
http://www.nexedi.org/static/packages/source/
versions = versions versions = versions
[versions] [versions]
......
[buildout] [buildout]
find-links += http://dist.repoze.org
http://www.nexedi.org/static/packages/source/
extends = extends =
../../stack/slapos.cfg ../../stack/slapos.cfg
../../component/git/buildout.cfg ../../component/git/buildout.cfg
......
...@@ -18,8 +18,6 @@ parts = ...@@ -18,8 +18,6 @@ parts =
eggs eggs
instance-recipe-egg instance-recipe-egg
find-links += http://www.nexedi.org/static/packages/source/
[instance-recipe] [instance-recipe]
egg = slapos.cookbook egg = slapos.cookbook
module = kumofs module = kumofs
......
...@@ -3,12 +3,6 @@ ...@@ -3,12 +3,6 @@
develop = develop =
${:parts-directory}/slapos.cookbook-repository ${:parts-directory}/slapos.cookbook-repository
find-links =
http://www.nexedi.org/static/packages/source/slapos.buildout/
http://www.nexedi.org/static/packages/source/hexagonit.recipe.download/
http://dist.repoze.org
http://www.nexedi.org/static/packages/source/
extends = extends =
../../stack/slapos.cfg ../../stack/slapos.cfg
../../component/dash/buildout.cfg ../../component/dash/buildout.cfg
......
[buildout] [buildout]
find-links = find-links =
http://www.nexedi.org/static/packages/source/slapos.buildout/
http://www.nexedi.org/static/packages/source/hexagonit.recipe.download/
http://dist.repoze.org
http://www.nexedi.org/static/packages/source/
http://www.owlfish.com/software/wsgiutils/download.html http://www.owlfish.com/software/wsgiutils/download.html
# Separate from site eggs # Separate from site eggs
......
...@@ -5,11 +5,7 @@ develop = ...@@ -5,11 +5,7 @@ develop =
${:parts-directory}/cloudooo-repository ${:parts-directory}/cloudooo-repository
find-links = find-links =
http://www.nexedi.org/static/packages/source/slapos.buildout/ http://www.owlfish.com/software/wsgiutils/download.html
http://www.nexedi.org/static/packages/source/hexagonit.recipe.download/
http://dist.repoze.org
http://www.nexedi.org/static/packages/source/
http://www.owlfish.com/software/wsgiutils/download.html
extends = extends =
# Exact version of Zope # Exact version of Zope
......
...@@ -29,9 +29,10 @@ exec-sitecustomize = false ...@@ -29,9 +29,10 @@ exec-sitecustomize = false
# Add location for modified non-official slapos.buildout # Add location for modified non-official slapos.buildout
find-links += find-links +=
http://www.nexedi.org/static/packages/source/slapos.buildout/ http://dist.repoze.org
http://www.nexedi.org/static/packages/source/ http://www.nexedi.org/static/packages/source/
http://www.nexedi.org/static/packages/source/hexagonit.recipe.download/ http://www.nexedi.org/static/packages/source/hexagonit.recipe.download/
http://www.nexedi.org/static/packages/source/slapos.buildout/
# Use only quite well working sites. # Use only quite well working sites.
allow-hosts += allow-hosts +=
......
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