Skip to content

Commit

Permalink
Merge pull request #68 from shyukri/leap422alpha2
Browse files Browse the repository at this point in the history
Switch development version to current 42.2 Alpha 2. Release notes are…
  • Loading branch information
coolo committed Jun 26, 2016
2 parents 4e9bc2e + 4d68833 commit 8150969
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/controllers/main_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -153,16 +153,16 @@ def set_release(release)

elsif release == "developer"
@isos = {}
@directory = "http://download.opensuse.org/distribution/leap/42.1-RC1"
@directory = "http://download.opensuse.org/distribution/leap/42.2-Alpha2"
@leap = true
# leap means no iso for:
# nonoss, dvd-32, net-32, rescue-XX, kde-XX, gnome-XX, lang-XX
@isos["dvd-64"] = "Leap-42.1-DVD-x86_64-Build0235-Media"
@isos["net-64"] = "Leap-42.1-NET-x86_64-Build0235-Media"
@isos["dvd-64"] = "Leap-42.2-DVD-x86_64-Build0045-Media"
@isos["net-64"] = "Leap-42.2-NET-x86_64-Build0045-Media"

@releasenotes = _("https://doc.opensuse.org/release-notes/x86_64/openSUSE/Leap/42.1/")
@releasename = "openSUSE 42.1 RC 1"
@repourl = "http://download.opensuse.org/distribution/leap/42.1"
@releasenotes = _("https://doc.opensuse.org/release-notes/x86_64/openSUSE/Leap/42.2/")
@releasename = "openSUSE 42.2 Alpha 2"
@repourl = "http://download.opensuse.org/distribution/leap/42.2"
@gpg = "22C0 7BA5 3417 8CD0 2EFE 22AA B88B 2FD4 3DBD C284"
else
flash[:warn] = _("#{release} is not a supported release.")
Expand All @@ -189,8 +189,8 @@ def redirectit(release)


def developer
#redirectit("developer")
#return
redirectit("developer")
return
flash.now[:warn] = _("There is no openSUSE release in testing phase at the moment. <br/>" +
" If you want to use bleeding edge software, please use <a href='http://en.opensuse.org/Portal:Tumbleweed'>openSUSE Tumbleweed</a>.")
@exclude_debug = true
Expand Down

0 comments on commit 8150969

Please sign in to comment.