Templates für ffhh und ffhh-sued
(cherry picked from commit f508264c84ba4a839b0e48c3945328ecf32b4414)
This commit is contained in:
parent
4ba875f5cd
commit
6e8ed79937
12 changed files with 294 additions and 387 deletions
17
template/site.mk.erb
Normal file
17
template/site.mk.erb
Normal file
|
@ -0,0 +1,17 @@
|
|||
GLUON_SITE_PACKAGES :=<% gluon_site_packages.each do | p | -%>
|
||||
<%= " " + p -%>
|
||||
<% end -%>
|
||||
|
||||
DEFAULT_GLUON_RELEASE := <%= gluon_release %>
|
||||
|
||||
# Allow overriding the release number from the command line
|
||||
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
||||
|
||||
GLUON_PRIORITY ?= 0
|
||||
|
||||
# Region code required for some images; supported values: us eu
|
||||
GLUON_REGION ?= eu
|
||||
|
||||
GLUON_ATH10K_MESH ?= <%= gluon_ath10k_mesh %>
|
||||
|
||||
GLUON_LANGS ?= en de
|
Loading…
Add table
Add a link
Reference in a new issue