Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos-caddy
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
Guillaume Hervier
slapos-caddy
Commits
7312f9b1
Commit
7312f9b1
authored
Oct 10, 2017
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab, helloweb: use golang version 1.9
parent
1deefe7c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
component/helloweb/buildout.cfg
component/helloweb/buildout.cfg
+1
-1
software/gitlab/software.cfg
software/gitlab/software.cfg
+3
-3
No files found.
component/helloweb/buildout.cfg
View file @
7312f9b1
...
...
@@ -89,7 +89,7 @@ input = inline:
recipe = slapos.recipe.cmmi
path = ${helloweb-repository:location}/go/
go = ${golang1
8
:location}/bin/go
go = ${golang1
9
:location}/bin/go
configure-command = :
make-binary =
make-targets= cd ${:path} &&
...
...
software/gitlab/software.cfg
View file @
7312f9b1
...
...
@@ -27,7 +27,7 @@ extends =
parts =
ruby2.1
golang1
6
golang1
9
git
postgresql92
redis28
...
...
@@ -211,7 +211,7 @@ make-targets= cd ${git2go-repository:location}
&& cp -a ${git-backup-repository:location}/contrib/gitlab-backup ${gopath:bin}
environment =
PKG_CONFIG_PATH=${openssl:location}/lib/pkgconfig:${zlib:location}/lib/pkgconfig
PATH=${cmake:location}/bin:${pkgconfig:location}/bin:${git:location}/bin:${golang1
6
:location}/bin:${buildout:bin-directory}:%(PATH)s
PATH=${cmake:location}/bin:${pkgconfig:location}/bin:${git:location}/bin:${golang1
9
:location}/bin:${buildout:bin-directory}:%(PATH)s
GOPATH=${gopath:directory}
[xnice-repository]
...
...
@@ -245,7 +245,7 @@ configure-command = :
make-targets= ${:_buildout_section_name_}
environment =
PATH=${golang1
6
:location}/bin:%(PATH)s
PATH=${golang1
9
:location}/bin:%(PATH)s
###############################
...
...
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