bump version to 0.8.5 experimental and some more build system updates
This commit is contained in:
parent
ebddb7d986
commit
3f89fe6df3
5 changed files with 92 additions and 12 deletions
|
@ -1,7 +1,18 @@
|
|||
<%
|
||||
#gluon_release = "0.8.4+exp" + Time.new.strftime("%Y%m%d")
|
||||
gluon_release = "0.8.4"
|
||||
gluon_branch = "stable"
|
||||
#gluon_branch = "stable"
|
||||
gluon_branch = "experimental"
|
||||
gluon_release = "0.8.5"
|
||||
|
||||
# Add the +exp and current date if this is an experimental release
|
||||
gluon_release += "+exp" + Time.new.strftime("%Y%m%d") if gluon_branch == "experimental"
|
||||
|
||||
gluon_targets = %w(
|
||||
ar71xx-generic
|
||||
ar71xx-nand
|
||||
mpc85xx-generic
|
||||
x86-generic
|
||||
x86-64
|
||||
)
|
||||
|
||||
gluon_site_packages = %w(
|
||||
gluon-autoupdater
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue