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
Kwabena Antwi-Boasiako
slapos
Commits
6a196a11
Commit
6a196a11
authored
Oct 18, 2017
by
Gabriel Monnerat
Committed by
eteri
Oct 23, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
caddy: install caddy dependencies
parent
6d7df7d6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
software/caddy/software.cfg
software/caddy/software.cfg
+3
-2
No files found.
software/caddy/software.cfg
View file @
6a196a11
...
@@ -29,8 +29,9 @@ bin = ${:directory}/bin
...
@@ -29,8 +29,9 @@ bin = ${:directory}/bin
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
path = ${caddy-repository:location}
path = ${caddy-repository:location}
go = ${golang19:location}/bin/go
go = ${golang19:location}/bin/go
make-targets = cd ${:path} && ${:go} get -v
configure-command = cd ${:path}/caddy && ${:go} get -v
make-binary = echo "START 1" && cd ${:path} && pwd && ${:go} get -v && echo "END"
make-targets =
make-binary = cd ${:path}/caddy && ${:go} install -v
environment =
environment =
PATH=${pkgconfig:location}/bin:${golang19:location}/bin:${buildout:bin-directory}:%(PATH)s
PATH=${pkgconfig:location}/bin:${golang19:location}/bin:${buildout:bin-directory}:%(PATH)s
GOPATH=${gopath:directory}
GOPATH=${gopath:directory}
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