From a3c64f9dcd0e7f482aee78b494040eb577a251a6 Mon Sep 17 00:00:00 2001 From: Max Lin Date: Tue, 12 Feb 2019 18:03:07 +0800 Subject: [PATCH] compare_pkglist: update version to Leap 15.1 and SLE15 SP1 --- compare_pkglist.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compare_pkglist.py b/compare_pkglist.py index f4b0ebbe..63a32124 100755 --- a/compare_pkglist.py +++ b/compare_pkglist.py @@ -17,8 +17,8 @@ import osc.core from osc import oscerr -OPENSUSE = 'openSUSE:Leap:15.0' -SLE = 'SUSE:SLE-15:GA' +OPENSUSE = 'openSUSE:Leap:15.1' +SLE = 'SUSE:SLE-15-SP1:GA' makeurl = osc.core.makeurl http_GET = osc.core.http_GET