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
Lu Xu
slapos
Commits
a1e27a22
Commit
a1e27a22
authored
Oct 02, 2015
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use zc.recipe.egg instead of obsolete z3c.recipe.scripts.
parent
10faf55c
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
7 additions
and
11 deletions
+7
-11
component/slapos/buildout.cfg
component/slapos/buildout.cfg
+1
-1
software/agent/software.cfg
software/agent/software.cfg
+1
-1
software/cdn-me/software.cfg
software/cdn-me/software.cfg
+1
-1
software/dream/software.cfg
software/dream/software.cfg
+1
-2
software/html5as/software.cfg
software/html5as/software.cfg
+0
-1
software/kvm/common.cfg
software/kvm/common.cfg
+1
-1
software/monitor/software.cfg
software/monitor/software.cfg
+1
-2
software/slaprunner/common.cfg
software/slaprunner/common.cfg
+1
-1
stack/slapos.cfg
stack/slapos.cfg
+0
-1
No files found.
component/slapos/buildout.cfg
View file @
a1e27a22
...
@@ -76,7 +76,7 @@ rpath =
...
@@ -76,7 +76,7 @@ rpath =
#############################################
#############################################
[slapos]
[slapos]
recipe = z
3c.recipe.scripts
recipe = z
c.recipe.egg
eggs =
eggs =
${lxml-python:egg}
${lxml-python:egg}
${python-cffi:egg}
${python-cffi:egg}
...
...
software/agent/software.cfg
View file @
a1e27a22
...
@@ -54,7 +54,7 @@ md5sum = 7c5c43eb98d5a11961d72fce97a8e67b
...
@@ -54,7 +54,7 @@ md5sum = 7c5c43eb98d5a11961d72fce97a8e67b
mode = 0644
mode = 0644
[script]
[script]
recipe = z
3c.recipe.scripts
recipe = z
c.recipe.egg
eggs =
eggs =
zc.buildout
zc.buildout
slapos.core
slapos.core
...
...
software/cdn-me/software.cfg
View file @
a1e27a22
...
@@ -28,7 +28,7 @@ mode = 0644
...
@@ -28,7 +28,7 @@ mode = 0644
branch = request.product
branch = request.product
[eggs]
[eggs]
recipe = z
3c.recipe.scripts
recipe = z
c.recipe.egg
eggs =
eggs =
collective.recipe.environment
collective.recipe.environment
cns.recipe.symlink
cns.recipe.symlink
...
...
software/dream/software.cfg
View file @
a1e27a22
...
@@ -25,7 +25,7 @@ initialization =
...
@@ -25,7 +25,7 @@ initialization =
${manpy:initialization}
${manpy:initialization}
[dream_interpreter]
[dream_interpreter]
recipe = z
3c.recipe.scripts
recipe = z
c.recipe.egg
eggs = ${manpy:eggs}
eggs = ${manpy:eggs}
interpreter = dream_interpreter
interpreter = dream_interpreter
initialization =
initialization =
...
@@ -59,4 +59,3 @@ zope.exceptions = 4.0.7
...
@@ -59,4 +59,3 @@ zope.exceptions = 4.0.7
zope.testing = 4.1.3
zope.testing = 4.1.3
zc.recipe.testrunner = 2.0.0
zc.recipe.testrunner = 2.0.0
zope.testrunner = 4.4.6
zope.testrunner = 4.4.6
z3c.recipe.scripts = 1.0.1
software/html5as/software.cfg
View file @
a1e27a22
...
@@ -75,7 +75,6 @@ rdiff-backup = 1.0.5
...
@@ -75,7 +75,6 @@ rdiff-backup = 1.0.5
slapos.recipe.template = 2.4.2
slapos.recipe.template = 2.4.2
slapos.toolbox = 0.40.4
slapos.toolbox = 0.40.4
smmap = 0.8.2
smmap = 0.8.2
z3c.recipe.scripts = 1.0.1
plone.recipe.command = 1.1
plone.recipe.command = 1.1
# Required by:
# Required by:
...
...
software/kvm/common.cfg
View file @
a1e27a22
...
@@ -43,7 +43,7 @@ parts =
...
@@ -43,7 +43,7 @@ parts =
#XXX-Cedric : add list of keyboard layouts (azerty/us querty/...) parameter to qemu
#XXX-Cedric : add list of keyboard layouts (azerty/us querty/...) parameter to qemu
[eggs]
[eggs]
recipe = z
3c.recipe.scripts
recipe = z
c.recipe.egg
eggs =
eggs =
${lxml-python:egg}
${lxml-python:egg}
websockify
websockify
...
...
software/monitor/software.cfg
View file @
a1e27a22
...
@@ -89,7 +89,7 @@ gems +=
...
@@ -89,7 +89,7 @@ gems +=
fluent-plugin-grep==0.3.4
fluent-plugin-grep==0.3.4
[eggs]
[eggs]
recipe = z
3c.recipe.scripts
recipe = z
c.recipe.egg
eggs =
eggs =
cns.recipe.symlink
cns.recipe.symlink
slapos.cookbook
slapos.cookbook
...
@@ -102,7 +102,6 @@ PyRSS2Gen = 1.1
...
@@ -102,7 +102,6 @@ PyRSS2Gen = 1.1
cns.recipe.symlink = 0.2.3
cns.recipe.symlink = 0.2.3
plone.recipe.command = 1.1
plone.recipe.command = 1.1
slapos.recipe.template = 2.7
slapos.recipe.template = 2.7
z3c.recipe.scripts = 1.0.1
rubygemsrecipe = 0.2.1
rubygemsrecipe = 0.2.1
pycurl = 7.19.5.1
pycurl = 7.19.5.1
...
...
software/slaprunner/common.cfg
View file @
a1e27a22
...
@@ -190,7 +190,7 @@ filename = monitor-check-webrunner-internal-instances.py
...
@@ -190,7 +190,7 @@ filename = monitor-check-webrunner-internal-instances.py
mode = 0644
mode = 0644
[eggs]
[eggs]
recipe = z
3c.recipe.scripts
recipe = z
c.recipe.egg
eggs =
eggs =
collective.recipe.environment
collective.recipe.environment
cns.recipe.symlink
cns.recipe.symlink
...
...
stack/slapos.cfg
View file @
a1e27a22
...
@@ -144,7 +144,6 @@ slapos.recipe.cmmi = 0.2
...
@@ -144,7 +144,6 @@ slapos.recipe.cmmi = 0.2
stevedore = 1.8.0
stevedore = 1.8.0
unicodecsv = 0.14.0
unicodecsv = 0.14.0
xml-marshaller = 0.9.7
xml-marshaller = 0.9.7
z3c.recipe.scripts = 1.0.1
# Required by:
# Required by:
# slapos.core==1.3.10
# slapos.core==1.3.10
...
...
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