Commit f214b3de authored by Antoine Catton's avatar Antoine Catton

Adding necessary eggs and gems for gitlab

parent 6820f0ae
......@@ -5,10 +5,15 @@ extends =
../../component/perl/buildout.cfg
../../component/git/buildout.cfg
../../component/pwgen/buildout.cfg
../../component/nginx/buildout.cfg
../../component/ruby/buildout.cfg
../../component/icu/buildout.cfg
../../stack/slapos.cfg
parts =
apache
nginx
ruby
perl
git
gitweb
......@@ -16,6 +21,8 @@ parts =
template
template-gitrepo
collective-recipe-cmd
ruby-gems
python-eggs
[template]
recipe = slapos.recipe.template
......@@ -61,6 +68,21 @@ recipe = zc.recipe.egg
eggs =
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]
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