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
Léo-Paul Géneau
slapos
Commits
d38e96d5
Commit
d38e96d5
authored
Dec 26, 2021
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
consul, packer, phantomjs: enable shared
parent
f78ac6fd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
component/consul/buildout.cfg
component/consul/buildout.cfg
+1
-0
component/packer/buildout.cfg
component/packer/buildout.cfg
+1
-0
component/phantomjs/buildout.cfg
component/phantomjs/buildout.cfg
+1
-0
No files found.
component/consul/buildout.cfg
View file @
d38e96d5
...
@@ -4,6 +4,7 @@ parts =
...
@@ -4,6 +4,7 @@ parts =
[consul]
[consul]
recipe = slapos.recipe.build:download-unpacked
recipe = slapos.recipe.build:download-unpacked
shared = true
version = 0.8.3
version = 0.8.3
url = https://releases.hashicorp.com/consul/${:version}/consul_${:version}_${:_url}.zip
url = https://releases.hashicorp.com/consul/${:version}/consul_${:version}_${:_url}.zip
...
...
component/packer/buildout.cfg
View file @
d38e96d5
...
@@ -4,6 +4,7 @@ parts =
...
@@ -4,6 +4,7 @@ parts =
[packer]
[packer]
recipe = slapos.recipe.build:download-unpacked
recipe = slapos.recipe.build:download-unpacked
shared = true
version = 0.7.5
version = 0.7.5
url = https://releases.hashicorp.com/packer/${:version}/packer_${:version}_${:_url}.zip
url = https://releases.hashicorp.com/packer/${:version}/packer_${:version}_${:_url}.zip
...
...
component/phantomjs/buildout.cfg
View file @
d38e96d5
...
@@ -7,6 +7,7 @@ parts =
...
@@ -7,6 +7,7 @@ parts =
[phantomjs]
[phantomjs]
recipe = slapos.recipe.build
recipe = slapos.recipe.build
shared = true
slapos_promise =
slapos_promise =
file:phantomjs-slapos
file:phantomjs-slapos
...
...
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