Skip to content

Commit

Permalink
factory is 12.1 now
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed May 31, 2011
1 parent 8dba0b8 commit 40b9656
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions app/controllers/main_controller.rb
Expand Up @@ -104,22 +104,22 @@ def set_release(release)
@medium = "dvd"
elsif release == "developer"
@isos = {}
@directory = "http://download.opensuse.org/distribution/11.4-RC2"
@isos["lang-32"] = "Addon-Lang-Build0012-i586"
@isos["lang-64"] = "Addon-Lang-Build0012-x86_64"
@isos["nonoss"] = "Addon-NonOss-BiArch-Build0012-i586-x86_64"
@isos["kde-64"] = "KDE-LiveCD-Build0012-x86_64"
@isos["kde-32"] = "KDE-LiveCD-Build0012-i686"
@isos["gnome-64"] = "GNOME-LiveCD-Build0012-x86_64"
@isos["gnome-32"] = "GNOME-LiveCD-Build0012-i686"
@isos["dvd-64"] = "DVD-Build0012-x86_64"
@isos["dvd-32"] = "DVD-Build0012-i586"
@isos["net-32"] = "NET-Build0012-i586"
@isos["net-64"] = "NET-Build0012-x86_64"

@releasenotes = "http://www.suse.de/relnotes/i386/openSUSE/11.4/RELEASE-NOTES.en.html"
@releasename = "openSUSE 11.4 RC 2"
@repourl = "http://download.opensuse.org/distribution/11.4"
@directory = "http://download.opensuse.org/distribution/12.1-Milestone1"
@isos["lang-32"] = "Addon-Lang-Build0032-i586"
@isos["lang-64"] = "Addon-Lang-Build0032-x86_64"
@isos["nonoss"] = "Addon-NonOss-BiArch-Build0032-i586-x86_64"
@isos["kde-64"] = "KDE-LiveCD-Build0032-x86_64"
@isos["kde-32"] = "KDE-LiveCD-Build0032-i686"
@isos["gnome-64"] = "GNOME-LiveCD-Build0032-x86_64"
@isos["gnome-32"] = "GNOME-LiveCD-Build0032-i686"
@isos["dvd-64"] = "DVD-Build0032-x86_64"
@isos["dvd-32"] = "DVD-Build0032-i586"
@isos["net-32"] = "NET-Build0032-i586"
@isos["net-64"] = "NET-Build0032-x86_64"

@releasenotes = "http://www.suse.de/relnotes/i386/openSUSE/12.1/RELEASE-NOTES.en.html"
@releasename = "openSUSE 11.4 Milestone 1"
@repourl = "http://download.opensuse.org/distribution/12.1"
@medium = "dvd"
end
@release = release
Expand All @@ -137,7 +137,7 @@ def redirectit(release)


def developer
#redirectit("developer")
redirectit("developer") and return
flash.now[:warn] = _("We currently don't have a Factory Snapshot that is more recent than our last openSUSE release. <br/>" +
"Please check <a href='http://en.opensuse.org/Portal:Factory'>http://en.opensuse.org/Portal:Factory</a> for more information.")
@exclude_debug = true
Expand Down

0 comments on commit 40b9656

Please sign in to comment.