Track request for nextcloud snap

Can we get two tracks for the nextcloud snap, please? One for version 11, and another for version 12.

kyrofa http://forum.snapcraft.io/u/kyrofa
May 26

Can we get two tracks for the nextcloud snap, please? One for version 11,
and another for version 12.

Tracks created for the nextcloud.nextcloud snap.

Enjoy!

These are just 11 and 12 I assume? Is there any regex limiting the versions I put in there?

kyrofa http://forum.snapcraft.io/u/kyrofa
May 26

These are just 11 and 12 I assume? Is there any regex limiting the
versions I put in there?

I did not setup any regex as guardrail but I’m happy to do so, just let me
know which regex you would like.

Something like ‘^11.\d+’ (and same for 12) would work?

No need for the guardrails, just checking. Thanks @natalia!

@kyrofa Sounds like a good idea to have them, though? I mean, it can’t possibly hurt to just ensure that the version going in is what it should be.

@natalia Note that the dot needs to be escaped as well. Do we need other expressions to be fixed?

@niemeyer I did escape the dot when writing the email, the forum did some
unwanted transformation with the text I sent (using gmail).

See screenshot:

@natalia Huh, strange! :confused:

Hmm… yeah, the backslash has a special meaning in Markdown. Unfortunate indeed.

The raw message above still has the backslash.

\\ => \ \. => . \- => -

etc. :worried:

Somewhat offtopic - when composing regular expressions in Markdown, use the “show preview” thing on the lower right corner of the compose window. The preview will show you exactly how the Markdown will be rendered. This is very handy when discussing guardrail regexes, which is something we’re bound to do often.

We found this the hard way with a “I’m sure you meant this regex” - “no, you’re missing something, I meant this” - “that’s still wrong, you mean this” exchange here.