Commit f214b3de authored by Antoine Catton's avatar Antoine Catton

Adding necessary eggs and gems for gitlab

parent 6820f0ae
...@@ -5,10 +5,15 @@ extends = ...@@ -5,10 +5,15 @@ extends =
../../component/perl/buildout.cfg ../../component/perl/buildout.cfg
../../component/git/buildout.cfg ../../component/git/buildout.cfg
../../component/pwgen/buildout.cfg ../../component/pwgen/buildout.cfg
../../component/nginx/buildout.cfg
../../component/ruby/buildout.cfg
../../component/icu/buildout.cfg
../../stack/slapos.cfg ../../stack/slapos.cfg
parts = parts =
apache apache
nginx
ruby
perl perl
git git
gitweb gitweb
...@@ -16,6 +21,8 @@ parts = ...@@ -16,6 +21,8 @@ parts =
template template
template-gitrepo template-gitrepo
collective-recipe-cmd collective-recipe-cmd
ruby-gems
python-eggs
[template] [template]
recipe = slapos.recipe.template recipe = slapos.recipe.template
...@@ -61,6 +68,21 @@ recipe = zc.recipe.egg ...@@ -61,6 +68,21 @@ recipe = zc.recipe.egg
eggs = eggs =
collective.recipe.cmd collective.recipe.cmd
[ruby-gems]
recipe = rubygemsrecipe
ruby-executable = ${ruby:location}/bin/ruby
gems =
charlock_holmes==0.6.8
bundler
gem-options = --with-icu-lib=${icu:location}/lib/ --with-icu-dir=${icu:location}/
environment =
LDFLAGS = -L${icu:location}/lib -Wl,-rpath=${icu:location}/lib
CFLAGS = -I${icu:location}/include
[python-eggs]
recipe = zc.recipe.egg
eggs =
pygments
[version] [version]
slapos.cookbook = 0.64.2 slapos.cookbook = 0.64.2
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