On Thu, May 31, 2018 at 10:54 AM, Christophe Fergeau <cfergeau@xxxxxxxxxx> wrote: > On Sat, May 26, 2018 at 10:29:43PM +0200, Fabiano Fidêncio wrote: >> The regex to match unknown openSUSE prereleases is becoming >> bigger and harder to read. >> >> Basically, what it's doing is: >> >> (15\.[1-9]|(1[6-9]|[23]|[5-9])[0-9]\.[0-9]|4[3-9]\.[0-9]) >> --------- ----- ---------------- ---- ------------- >> | | | | | >> v v v | v >> 15.1+ 16 20, 30, 50 - 90 v 43.0+ >> .0, .1, ..., .9 >> >> I'm desconsidering both the 13.x series or older and 42.x series as >> those are not going to have new releases anymore. > > "desconsidering"? Dropping? I'll change it to "Dropping" before pushing. > Note that > https://en.opensuse.org/openSUSE:Roadmap does not entirely closes the > door on another 42.x release "There are currently no plans to release an > openSUSE Leap 42.4 aligned with the next service pack of SLE 12", but > that's close enough. > Are they really going to release 43.x in parallel to/after 15.x? No, they have no intention to release 43.x. I've talked to Richard Brown about this during openSUSE conference last weekend and explanation he gave me is that they're moving back to a number that would match SLES. The whole 42.x series was in order to totally distinguish between the old base they had with the new shiny system that Leap was supposed to be. So, they're now following 15.x ... if at some point SLES will have a 16.x opensuse 16.x will come to the playground as well. > > Christophe > >> >> Also, (DVD|NET|Kubic) was introduced as this is the naming chosen for >> DVD or NET installation or whether it's a Kubic DVD installation. >> >> Signed-off-by: Fabiano Fidêncio <fabiano@xxxxxxxxxxxx> >> --- >> data/os/opensuse.org/opensuse-unknown.xml.in | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/data/os/opensuse.org/opensuse-unknown.xml.in b/data/os/opensuse.org/opensuse-unknown.xml.in >> index 06ae67a..6a8a3b2 100644 >> --- a/data/os/opensuse.org/opensuse-unknown.xml.in >> +++ b/data/os/opensuse.org/opensuse-unknown.xml.in >> @@ -14,7 +14,7 @@ >> >> <media arch="x86_64"> >> <iso> >> - <volume-id>openSUSE-Leap-([1-9][4-9]\.[0-9]+|13\.[3-9])-DVD-x86_64</volume-id> >> + <volume-id>openSUSE-Leap-(15\.[1-9]|(1[6-9]|[23]|[5-9])[0-9]\.[0-9]|4[3-9]\.[0-9])-(DVD|NET|Kubic)-x86_64*</volume-id> >> <system-id>LINUX</system-id> >> <publisher-id>SUSE LINUX GmbH</publisher-id> >> </iso> >> -- >> 2.14.3 >> >> _______________________________________________ >> Libosinfo mailing list >> Libosinfo@xxxxxxxxxx >> https://www.redhat.com/mailman/listinfo/libosinfo -- Fabiano Fidêncio _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo