Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
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
Guillaume Hervier
slapos.package
Commits
fd225231
Commit
fd225231
authored
Nov 05, 2016
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playbook: Fix up flex setup (solve aarch64)
parent
61d78883
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
7 deletions
+9
-7
obs/slapos/debian/changelog
obs/slapos/debian/changelog
+6
-0
obs/slapos/release_configuration.sh
obs/slapos/release_configuration.sh
+1
-1
obs/slapos/slapos-node/slapos/buildout.cfg.in
obs/slapos/slapos-node/slapos/buildout.cfg.in
+2
-6
No files found.
obs/slapos/debian/changelog
View file @
fd225231
slapos-node (1.3.18+1.0.42+2) unstable; urgency=low
* New version of slapos (1.3.18+1.0.42+2)
-- Rafael Monnerat <rafael@nexedi.com> Fri, 04 Nov 2016 18:04:09 +0100
slapos-node (1.3.18+1.0.42+1) unstable; urgency=low
slapos-node (1.3.18+1.0.42+1) unstable; urgency=low
* New version of slapos (1.3.18+1.0.42+1)
* New version of slapos (1.3.18+1.0.42+1)
...
...
obs/slapos/release_configuration.sh
View file @
fd225231
...
@@ -7,7 +7,7 @@ VERSION=1.3.18
...
@@ -7,7 +7,7 @@ VERSION=1.3.18
# Edit for release
# Edit for release
RECIPE_VERSION
=
1.0.42
RECIPE_VERSION
=
1.0.42
# Edit for release
# Edit for release
RELEASE
=
1
RELEASE
=
2
CURRENT_DIRECTORY
=
"
$(
pwd
)
"
CURRENT_DIRECTORY
=
"
$(
pwd
)
"
# Development Section
# Development Section
...
...
obs/slapos/slapos-node/slapos/buildout.cfg.in
View file @
fd225231
...
@@ -58,14 +58,12 @@ environment +=
...
@@ -58,14 +58,12 @@ environment +=
[dbus-python]
[dbus-python]
pre-configure =
pre-configure =
sed -i 's#!/opt/slapos/parts/python2.7/bin/python2.7#!${python2.7:location}/bin/python2.7#' ${python2.7:location}/bin/python-config
sed -i 's#/opt/slapos/parts/dbus/lib/libdbus-1.la#${dbus:location}/lib/libdbus-1.la#' ${dbus-glib:location}/lib/libdbus-glib-1.la
sed -i 's#/opt/slapos/parts/dbus/lib/libdbus-1.la#${dbus:location}/lib/libdbus-1.la#' ${dbus-glib:location}/lib/libdbus-glib-1.la
environment +=
environment +=
LD_LIBRARY_PATH=${dbus:location}/lib
LD_LIBRARY_PATH=${dbus:location}/lib
LDFLAGS=-L${glib:location}/lib -Wl,-rpath=${glib:location}/lib -L${dbus:location}/lib -Wl,-rpath=${dbus:location}/lib
LDFLAGS=-L${glib:location}/lib -Wl,-rpath=${glib:location}/lib -L${dbus:location}/lib -Wl,-rpath=${dbus:location}/lib
post-install =
post-install =
sed -i 's#${dbus:location}/lib/libdbus-1.la#/opt/slapos/parts/dbus/lib/libdbus-1.la#' ${dbus-glib:location}/lib/libdbus-glib-1.la
sed -i 's#${dbus:location}/lib/libdbus-1.la#/opt/slapos/parts/dbus/lib/libdbus-1.la#' ${dbus-glib:location}/lib/libdbus-glib-1.la
sed -i 's#!${python2.7:location}/bin/python2.7#!/opt/slapos/parts/python2.7/bin/python2.7#' ${python2.7:location}/bin/python-config
[openssl]
[openssl]
# HTTPS is not work on debian 6 where the package is originally
# HTTPS is not work on debian 6 where the package is originally
...
@@ -122,10 +120,8 @@ configure-options =
...
@@ -122,10 +120,8 @@ configure-options =
--enable-rpath
--enable-rpath
[flex]
[flex]
url = http://downloads.sourceforge.net/project/flex/flex/flex-2.5.35/flex-2.5.35.tar.gz
environment +=
md5sum = 201d3f38758d95436cbc64903386de0b
BISON_PKGDATADIR=${bison:location}/share/bison/
environment =
M4=${m4:location}/bin/m4
[versions]
[versions]
cliff = 1.4.5
cliff = 1.4.5
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