Change separator from + to ~ between version and "exp"

This commit is contained in:
Daniel Frank 2018-02-04 02:07:19 +01:00
parent 656fa92f2f
commit 9fd3468455

View file

@ -4,7 +4,7 @@ gluon_branch = "stable"
gluon_release = "0.9.0"
# 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_release += "~exp" + Time.new.strftime("%Y%m%d") if gluon_branch == "experimental"
gluon_targets = %w(
ar71xx-generic