compare_pkglist: update version to Leap 15.1 and SLE15 SP1

This commit is contained in:
Max Lin 2019-02-12 18:03:07 +08:00
parent 38c1c42861
commit a3c64f9dcd

View File

@ -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