Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
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
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
slapos
Commits
026d566f
Commit
026d566f
authored
Mar 18, 2020
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
XXX several wrong local changes
parent
1912c20d
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
21 additions
and
14 deletions
+21
-14
component/apache-php/buildout.cfg
component/apache-php/buildout.cfg
+7
-6
component/cloudooo/buildout.cfg
component/cloudooo/buildout.cfg
+1
-1
component/redis/buildout.cfg
component/redis/buildout.cfg
+4
-2
component/userhosts/buildout.cfg
component/userhosts/buildout.cfg
+1
-0
software/cloudooo/software.cfg
software/cloudooo/software.cfg
+2
-1
software/erp5/software.cfg
software/erp5/software.cfg
+0
-1
software/neoppod/software-common.cfg
software/neoppod/software-common.cfg
+1
-0
software/nextcloud/software.cfg
software/nextcloud/software.cfg
+2
-2
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+3
-1
No files found.
component/apache-php/buildout.cfg
View file @
026d566f
...
...
@@ -23,6 +23,7 @@ extends =
../imagemagick/buildout.cfg
../icu/buildout.cfg
../openssl/buildout.cfg
../binutils/buildout.cfg
[php-redis]
recipe = slapos.recipe.cmmi
...
...
@@ -64,8 +65,8 @@ shared = false
[apache-php]
recipe = slapos.recipe.cmmi
url = https://www.php.net/distributions/php-7.3.
6
.tar.bz2
md5sum =
bde9a912fb311182cd460dad1abbc247
url = https://www.php.net/distributions/php-7.3.
15
.tar.bz2
md5sum =
04c7d233c4d55bb37036aef6c0d0c615
configure-options =
--prefix=${buildout:parts-directory}/${:_buildout_section_name_}
--with-apxs2=${apache:location}/bin/apxs
...
...
@@ -110,7 +111,7 @@ configure-options =
environment =
PKG_CONFIG_PATH=${libxml2:location}/lib/pkgconfig:${openssl:location}/lib/pkgconfig:${libzip:location}/lib/pkgconfig
PATH=${pkgconfig:location}/bin:${bzip2:location}/bin:${libxml2:location}/bin:%(PATH)s
PATH=${pkgconfig:location}/bin:${bzip2:location}/bin:${libxml2:location}/bin:
${binutils:location}/bin:
%(PATH)s
CPPFLAGS=-I${libzip:location}/include
LDFLAGS=-L${bzip2:location}/lib -Wl,-rpath -Wl,${bzip2:location}/lib -Wl,-rpath -Wl,${curl:location}/lib -L${libtool:location}/lib -Wl,-rpath -Wl,${libtool:location}/lib -L${mariadb:location}/lib -Wl,-rpath -Wl,${mariadb:location}/lib -L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -L${libmcrypt:location}/lib -Wl,-rpath -Wl,${libmcrypt:location}/libblkid -L${libzip:location}/lib -Wl,-rpath -Wl,${libzip:location}/lib -L${argon2:location}/lib/x86_64-linux-gnu -Wl,-rpath -Wl,${argon2:location}/lib/x86_64-linux-gnu
TMPDIR=${buildout:parts-directory}/${:_buildout_section_name_}
...
...
component/cloudooo/buildout.cfg
View file @
026d566f
...
...
@@ -13,7 +13,7 @@ setup = ${cloudooo-repository:location}
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/nexedi/cloudooo.git
branch = master
git-executable = ${git:location}/bin/git
#
git-executable = ${git:location}/bin/git
revision = 67e233f25845335aaf191e80abae53733d1f2579
[cloudooo]
...
...
component/redis/buildout.cfg
View file @
026d566f
...
...
@@ -12,6 +12,7 @@ extends =
[redis28]
recipe = slapos.recipe.cmmi
shared = true
url = http://download.redis.io/releases/redis-2.8.24.tar.gz
md5sum = 7b6eb6e4ccc050c351df8ae83c55a035
configure-command = true
...
...
@@ -19,6 +20,7 @@ prefix =
make-options =
PREFIX=${buildout:parts-directory}/${:_buildout_section_name_}
V=1
LDFLAGS="-g -no-pie"
make-targets =
install
test
...
...
component/userhosts/buildout.cfg
View file @
026d566f
...
...
@@ -16,3 +16,4 @@ repository = https://lab.nexedi.com/nexedi/userhosts.git
revision = 1d3b463e7856db6e674a06258c0840206e6a7b72
git-executable = ${git:location}/bin/git
location = ${buildout:parts-directory}/userhosts
ignore-cloning-submodules = true
software/cloudooo/software.cfg
View file @
026d566f
[buildout]
extends =
software-common.cfg
../../component/fish-shell/buildout.cfg
parts =
${cloudooo-buildout:parts}
template-cloudooo
fish-shell
[cloudooo-software-parameter-dict]
publish-url-name = cloudooo
...
...
software/erp5/software.cfg
View file @
026d566f
[buildout]
extends =
../../stack/erp5/buildout.cfg
software/neoppod/software-common.cfg
View file @
026d566f
...
...
@@ -31,6 +31,7 @@ parts =
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/nexedi/neoppod.git
git-executable = ${git:location}/bin/git
ignore-cloning-submodules = true
[neoppod-setup-env]
PATH = ${git:location}/bin:%(PATH)s
...
...
software/nextcloud/software.cfg
View file @
026d566f
stack/erp5/buildout.cfg
View file @
026d566f
...
...
@@ -311,9 +311,11 @@ jupyter-enable-default = false
[erp5]
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/nexedi/erp5.git
#repository = https://lab.nexedi.com/nexedi/erp5.git
repository = https://github.com/nexedi/erp5.git
branch = master
git-executable = ${git:location}/bin/git
ignore-cloning-submodules = true
[testrunner]
# XXX: Workaround for fact ERP5Type is not an distribution and does not
...
...
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