Browse code

Remove temporary openSUSE-42.2 workaround

We required initially 42.2 test updates to be enabled as the
liberasurecode-devel update wasn't released. It is now released
so we can stop pulling that part in.

Change-Id: I4e514e317da8a95809593a49c6dce619bc4c021f

Dirk Mueller authored on 2017/06/07 06:28:26
Showing 1 changed files
... ...
@@ -60,14 +60,6 @@ export_proxy_variables
60 60
 # Install Packages
61 61
 # ================
62 62
 
63
-if [[ "${DISTRO}" == "opensuse-42.2" ]]; then
64
-    # temporary workaround until https://bugzilla.suse.com/show_bug.cgi?id=1041161 is fixed
65
-    sudo zypper ar -f http://download.opensuse.org/update/leap/42.2-test/ leap42.2-test-updates
66
-    sudo zypper --non-interactive --gpg-auto-import-keys --no-gpg-checks ref
67
-    sudo zypper --non-interactive install liberasurecode-devel
68
-    sudo zypper rr leap42.2-test-updates
69
-fi
70
-
71 63
 # Install package requirements
72 64
 PACKAGES=$(get_packages general,$ENABLED_SERVICES)
73 65
 PACKAGES="$PACKAGES $(get_plugin_packages)"