]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
install-deps.sh: openSUSE-release/sles-release/sled-release are always present 6134/head
authorNathan Cutler <ncutler@suse.com>
Thu, 1 Oct 2015 14:04:26 +0000 (16:04 +0200)
committerNathan Cutler <ncutler@suse.com>
Thu, 1 Oct 2015 14:04:26 +0000 (16:04 +0200)
http://tracker.ceph.com/issues/13318 Fixes: #13318

Signed-off-by: Nathan Cutler <ncutler@suse.com>
install-deps.sh

index 5ad41c69cd989f38ab877dfc113dafbe1991acfa..1bebf09b08bda04eec853f71c77b75b00be6f1f6 100755 (executable)
@@ -28,7 +28,7 @@ if type apt-get > /dev/null 2>&1 ; then
 fi
 
 if type zypper > /dev/null 2>&1 ; then
-    $SUDO zypper --gpg-auto-import-keys --non-interactive install openSUSE-release lsb-release
+    $SUDO zypper --gpg-auto-import-keys --non-interactive install lsb-release
 fi
 
 case $(lsb_release -si) in