On Tue, 2012-06-12 at 09:53 +0200, Petr Mladek wrote:
> On Fri, 2012-06-08 at 17:13 +0200, Thomas Klausner wrote:
> > On Fri, Jun 08, 2012 at 03:45:11PM +0200, Petr Mladek wrote:
> > > 4. Ubuntu/Debian:
> > > -----------------
> > > 
> > >   + 3.X.Y~alphaZ   - for alpha releases
> > >   + 3.X.Y~betaZ    - for beta releases
> > >   + 3.X.Y.Z        - for release candidates
> > > 
> > > I really like this solution. It seems to have everything. We just need
> > > to make sure that the tilda '~' is handled correctly and does not break
> > > some tools.
> > 
> > Why is the ~ necessary? Just do
> >     + 3.X.YalphaZ   - for alpha releases
> >     + 3.X.YbetaZ    - for beta releases
> >     + 3.X.Y.Z       - for release candidates
> 
> Good point! It works for RPM as well. The trick is that we add the .Z
> for release candidates.

Ah, I missed[*] Bjorn's point about that this is harder to parse using
sed/grep/awk. Also underscore seems to be acceptable 

OK, it seems that the best solution is:

        + 3.X.Y_alphaZ   - for alpha releases
        + 3.X.Y_betaZ    - for beta releases
        + 3.X.Y.Z        - for release candidates

If nobody is against, I would like start using it for 3.6.0-beta2 tags
and source tarballs.


Best Regards,
Petr

[*] I was removed from CC and the mail was filtered into another folder.

PS: I am going to shake my head and stop working on that many things in
parallel.

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to