Skip to content

Commit

Permalink
Add 42.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lnussel committed Mar 1, 2017
1 parent 216c4f1 commit 606deba
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/controllers/main_controller.rb
Expand Up @@ -167,16 +167,16 @@ def set_release(release)

elsif release == "developer" || release == "423"
@isos = {}
@directory = "http://download.opensuse.org/distribution/leap/42.2-RC2"
@directory = "http://download.opensuse.org/distribution/leap/42.3"
@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.2-DVD-x86_64-Build0272-Media"
@isos["net-64"] = "Leap-42.2-NET-x86_64-Build0272-Media"
@isos["dvd-64"] = "Leap-42.3-DVD-x86_64-Current"
@isos["net-64"] = "Leap-42.3-NET-x86_64-Current"

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

Please sign in to comment.