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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Matevz Golob
slapos
Commits
5d8ddfd4
Commit
5d8ddfd4
authored
Dec 03, 2016
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build-rina: re-enable build of hellorina SR
- version up: setuptools 30.1.0 - revert commit
1d0a8073
parent
560b4207
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
6 deletions
+10
-6
software/build-rina/build.cfg
software/build-rina/build.cfg
+0
-5
software/build-rina/software.cfg
software/build-rina/software.cfg
+1
-1
software/hellorina/software.cfg
software/hellorina/software.cfg
+9
-0
No files found.
software/build-rina/build.cfg
View file @
5d8ddfd4
...
@@ -109,9 +109,6 @@ install =
...
@@ -109,9 +109,6 @@ install =
extends = /mnt/slapos/software/hellorina/software.cfg
extends = /mnt/slapos/software/hellorina/software.cfg
develop = /mnt/slapos
develop = /mnt/slapos
download-cache = /mnt/download-cache
download-cache = /mnt/download-cache
# Required for recent buildout.
extensions -=
buildout-versions
[slapos-cookbook-develop]
[slapos-cookbook-develop]
recipe =
recipe =
setup =
setup =
...
@@ -121,10 +118,8 @@ install =
...
@@ -121,10 +118,8 @@ install =
[versions]
[versions]
slapos.cookbook =
slapos.cookbook =
EOF
EOF
:||{ # https://github.com/pypa/setuptools/pull/846
python -S /mnt/buildout/bin/buildout bootstrap
python -S /mnt/buildout/bin/buildout bootstrap
MAKEFLAGS=-j${:smp} bin/buildout
MAKEFLAGS=-j${:smp} bin/buildout
}
arch=`dpkg-architecture -qDEB_HOST_ARCH`
arch=`dpkg-architecture -qDEB_HOST_ARCH`
sudo sh -c "/mnt/slapos.package/playbook/roles/rina/gen-ipcm-conf
sudo sh -c "/mnt/slapos.package/playbook/roles/rina/gen-ipcm-conf
...
...
software/build-rina/software.cfg
View file @
5d8ddfd4
...
@@ -79,6 +79,6 @@ packages +=
...
@@ -79,6 +79,6 @@ packages +=
dh-autoreconf pkg-config doxygen maven xmlto
dh-autoreconf pkg-config doxygen maven xmlto
[versions]
[versions]
setuptools =
28.8
.0
setuptools =
30.1
.0
zc.buildout = 2.5.2+slapos005
zc.buildout = 2.5.2+slapos005
zc.recipe.egg = 2.0.3+slapos002
zc.recipe.egg = 2.0.3+slapos002
software/hellorina/software.cfg
View file @
5d8ddfd4
...
@@ -6,6 +6,10 @@ parts =
...
@@ -6,6 +6,10 @@ parts =
slapos-cookbook
slapos-cookbook
template
template
# Required for recent buildout.
extensions -=
buildout-versions
[template]
[template]
recipe = slapos.recipe.template:jinja2
recipe = slapos.recipe.template:jinja2
template = ${:_profile_base_location_}/instance.cfg.in
template = ${:_profile_base_location_}/instance.cfg.in
...
@@ -40,3 +44,8 @@ recipe = slapos.recipe.build:download
...
@@ -40,3 +44,8 @@ recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/${:_buildout_section_name_}
url = ${:_profile_base_location_}/${:_buildout_section_name_}
mode = 755
mode = 755
md5sum = 78b77a6bda9958f547f7d89b747731e3
md5sum = 78b77a6bda9958f547f7d89b747731e3
[versions]
setuptools = 30.1.0
zc.buildout = 2.5.2+slapos005
zc.recipe.egg = 2.0.3+slapos002
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