Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhifan huang
slapos
Commits
f214b3de
Commit
f214b3de
authored
Aug 31, 2012
by
Antoine Catton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding necessary eggs and gems for gitlab
parent
6820f0ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
software/gitrepo/software.cfg
software/gitrepo/software.cfg
+22
-0
No files found.
software/gitrepo/software.cfg
View file @
f214b3de
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment