[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#62529: IRC



<Kamion> Keybuk: might be worth going over queue/done to check whether any sourceful uploads in the last <whatever> have been versioned .0.x
<Kamion> oh, .0.x doesn't work, binNMUs of sourceful NMUs are .1.x etc.

<Kamion> MU 1.0-2, sourceful NMU 1.0-2.1, binNMU 1.0-2.1.1
<Kamion> because -2.0.1 would be less than -2.1 and -2.1.0.1 would be excessively long?

<Kamion> also, katie supports .<whatever>.<whatever>
<Kamion> re_bin_only_nmu_of_mu = re.compile("\.\d+\.\d+$");
<Kamion> re_bin_only_nmu_of_nmu = re.compile("\.\d+$");

<aj> Keybuk: feel free to make up your own magic, like .recN, or .0.N$ or something different
<aj> Keybuk: we can always just REJECT anything that doesn't match the magic

<aj> .0+1?
<aj> ajt@newraff:~/queue/done$ find | grep -- '-.*\.0+1_' | wc -l
<aj>       0

<aj> "rc+\d" doesn't match anything, so foo_1.0-1.rc+1 would work too
<Keybuk> "rc" ?
<aj> +rc1 matches release candidates otoh
<aj> ReCompile
<Keybuk> yeah I read "rc" as "Release Candidate"
<aj> rb+1 for rebuild, maybe
<aj> +rb\d works too
<Keybuk> I like the +<something>\d+ form ... foo_1.0-1.1+rebuild3 ... kinda reads as "and 3 rebuilds"




Reply to: