On Thursday, June 16, 2011 12:43:01 PM Lennart Poettering wrote:
> On Thu, 16.06.11 11:58, Andreas Jaeger ([email protected]) wrote:
> > > > > VERSION_ID -- usually plain version numbers have no spaces like
> > > > > 3.4beta7, or 3.4-rc3 to make it easy to use it in scripts or create
> > > > > simple
On Thu, 16.06.11 11:58, Andreas Jaeger ([email protected]) wrote:
> > > > VERSION_ID -- usually plain version numbers have no spaces like
> > > > 3.4beta7, or 3.4-rc3 to make it easy to use it in scripts or create
> > > > simple-to-handle filenames from it -- but I guess it should all work.
> > >
>
On Wednesday, June 15, 2011 09:08:20 PM Lennart Poettering wrote:
> On Mon, 30.05.11 15:00, Andreas Jaeger ([email protected]) wrote:
> > On Monday, May 30, 2011 14:54:54 Kay Sievers wrote:
> > > On Mon, May 30, 2011 at 10:20, Andreas Jaeger wrote:
> > > > Looking at the os-release information, I wo
On Mon, 30.05.11 15:00, Andreas Jaeger ([email protected]) wrote:
>
> On Monday, May 30, 2011 14:54:54 Kay Sievers wrote:
> > On Mon, May 30, 2011 at 10:20, Andreas Jaeger wrote:
> > > Looking at the os-release information, I wonder how to encode in the best
> > > way the Beta or Milestone version
On Monday, May 30, 2011 14:54:54 Kay Sievers wrote:
> On Mon, May 30, 2011 at 10:20, Andreas Jaeger wrote:
> > Looking at the os-release information, I wonder how to encode in the best
> > way the Beta or Milestone versions of a product, e.g. "openSUSE 12.1
> > Milestone 1"
> >
> > Is this one ad
On Mon, May 30, 2011 at 10:20, Andreas Jaeger wrote:
>
> Looking at the os-release information, I wonder how to encode in the best way
> the Beta or Milestone versions of a product, e.g. "openSUSE 12.1 Milestone 1"
>
> Is this one added as part of version? e.g.:
> VERSION="12.1 Milestone 1 (Codena
Looking at the os-release information, I wonder how to encode in the best way
the Beta or Milestone versions of a product, e.g. "openSUSE 12.1 Milestone 1"
Is this one added as part of version? e.g.:
VERSION="12.1 Milestone 1 (Codename)"
VERSION_ID="12.1 milestone 1"
Or is there some other logi