rrdtool versioning in trunk

View: New views
10 Messages — Rating Filter:   Alert me  

rrdtool versioning in trunk

by Bernard Li-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi:

Since rrdtool 1.3.0 has already been released, shouldn't the version
number for trunk be bumped?  It still says 1.3.0 in both trunk and the
snapshot from the downloads area.

Thanks,

Bernard

_______________________________________________
rrd-developers mailing list
rrd-developers@...
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers

Re: rrdtool versioning in trunk

by Tobi Oetiker :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Bernard,

release system rrdtool-release only bumps the version number when a
new version is released ...

how would you do it ?

cheers
tobi



Yesterday Bernard Li wrote:

> Hi:
>
> Since rrdtool 1.3.0 has already been released, shouldn't the version
> number for trunk be bumped?  It still says 1.3.0 in both trunk and the
> snapshot from the downloads area.
>
> Thanks,
>
> Bernard
>
> _______________________________________________
> rrd-developers mailing list
> rrd-developers@...
> https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers
>
>

--
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
http://it.oetiker.ch tobi@... ++41 62 775 9902 / sb: -9900

_______________________________________________
rrd-developers mailing list
rrd-developers@...
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers

Re: rrdtool versioning in trunk

by Bernard Li-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Tobias:

On Mon, Jul 21, 2008 at 10:43 PM, Tobias Oetiker <tobi@...> wrote:

> release system rrdtool-release only bumps the version number when a
> new version is released ...
>
> how would you do it ?

Looking at the revision log for configure.ac:

http://oss.oetiker.ch/rrdtool-trac/log/trunk/program/configure.ac

It seems that prior to a release, you have numbers like 1.2.999XXXXX
so couldn't we at least update trunk to be 1.3.999XXXXX or something
like that?

In that case when I build RPMs from trunk for testing, I could
differentiate between that and the actual 1.3.0 release.

Thanks,

Bernard

_______________________________________________
rrd-developers mailing list
rrd-developers@...
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers

Re: rrdtool versioning in trunk

by Tobi Oetiker :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Bernhard,

do you mean for this to be in the snapshot only or also in the
repository ?

cheers
tobi

Today Bernard Li wrote:

> Hi Tobias:
>
> On Mon, Jul 21, 2008 at 10:43 PM, Tobias Oetiker <tobi@...> wrote:
>
> > release system rrdtool-release only bumps the version number when a
> > new version is released ...
> >
> > how would you do it ?
>
> Looking at the revision log for configure.ac:
>
> http://oss.oetiker.ch/rrdtool-trac/log/trunk/program/configure.ac
>
> It seems that prior to a release, you have numbers like 1.2.999XXXXX
> so couldn't we at least update trunk to be 1.3.999XXXXX or something
> like that?
>
> In that case when I build RPMs from trunk for testing, I could
> differentiate between that and the actual 1.3.0 release.
>
> Thanks,
>
> Bernard
>
>

--
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
http://it.oetiker.ch tobi@... ++41 62 775 9902 / sb: -9900

_______________________________________________
rrd-developers mailing list
rrd-developers@...
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers

Re: rrdtool versioning in trunk

by Bernard Li-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Tobias:

On Tue, Jul 22, 2008 at 10:48 AM, Tobias Oetiker <tobi@...> wrote:

> Hi Bernhard,

It's Bernard, no "h" there :P

> do you mean for this to be in the snapshot only or also in the
> repository ?

Ideally both.  I am trying to test out Florian's accelerator daemon
and needed to patch against code from trunk.  However, I don't have
the tools to boostrap so if you could just change the snapshots so
they are built with this "newer" version number, it would be good
enough for me.  But others might prefer if this is changed in both
places...

Thanks,

Bernard

_______________________________________________
rrd-developers mailing list
rrd-developers@...
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers

Parent Message unknown Re: rrdtool versioning in trunk

by Tobi Oetiker :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Bernhard,


ok, now we have the following in snapshots:

the 1.2 branche snapshot is appended with the svn revision

rrdtool-1.2.27.001445

and the trunk snapshot is called

rrdtool-1.3.99908072311
              (yymmddhh)

cheers
tobi



Yesterday Bernard Li wrote:

> Hi Tobias:
>
> On Tue, Jul 22, 2008 at 11:36 AM, Tobias Oetiker <tobi@...> wrote:
>
> > I think I can do the snapshots. for trunk this is a bit dycier
> > since altering all the files every day and tagging them with a new
> > version seems rather crass to me ...
>
> Actually now that I've think about it, if you just do the snapshots
> that would be sufficient.  I just realized that if I have the correct
> versions of the bootstrap tools, I could just modify configure.ac with
> the version number I want and bootstrap rrdtool.
>
> Thanks a lot,
>
> Bernard
>
>

--
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
http://it.oetiker.ch tobi@... ++41 62 775 9902 / sb: -9900

_______________________________________________
rrd-developers mailing list
rrd-developers@...
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers

Re: rrdtool versioning in trunk

by Tobi Oetiker :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

sorry s/har/ar/

--
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
http://it.oetiker.ch tobi@... ++41 62 775 9902 / sb: -9900

_______________________________________________
rrd-developers mailing list
rrd-developers@...
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers

Re: rrdtool versioning in trunk

by Bernard Li-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Tobi:

On Wed, Jul 23, 2008 at 3:14 AM, Tobias Oetiker <tobi@...> wrote:

> sorry s/har/ar/

:-)

Thanks for updating the version numbers in the snapshots, I'll give those a try.

Cheers,

Bernard

_______________________________________________
rrd-developers mailing list
rrd-developers@...
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers

Re: rrdtool versioning in trunk / Accelerator daemon

by Florian Forster-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Bernard,

On Wed, Jul 23, 2008 at 10:34:59AM -0700, Bernard Li wrote:
> Thanks for updating the version numbers in the snapshots, I'll give
> those a try.

due to the versioning changes two hunks of the patch didn't apply
cleanly anymore. I've just updated the patch so it applies against the
current trunk (revision 1453).

Regards,
-octo

P. S.: The patch now includes the change to `updatev', so this command
       will refuse to do any work if the `RRDCACHED_ADDRESS' environment
       variable is set.
--
Florian octo Forster
Hacker in training
GnuPG: 0x91523C3D
http://verplant.org/


_______________________________________________
rrd-developers mailing list
rrd-developers@...
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers

signature.asc (196 bytes) Download Attachment

Re: rrdtool versioning in trunk / Accelerator daemon

by Bernard Li-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Florian:

On Wed, Jul 23, 2008 at 11:45 PM, Florian Forster
<rrdtool@...> wrote:

> due to the versioning changes two hunks of the patch didn't apply
> cleanly anymore. I've just updated the patch so it applies against the
> current trunk (revision 1453).
>
> Regards,
> -octo
>
> P. S.: The patch now includes the change to `updatev', so this command
>       will refuse to do any work if the `RRDCACHED_ADDRESS' environment
>       variable is set.

Thanks for the fix, however, due to the issues I am having with
MakeMakefile, I still couldn't successfully build from trunk.  Please
see my post from yesterday.

If you have any tips, please let me know.

Cheers,

Bernard

_______________________________________________
rrd-developers mailing list
rrd-developers@...
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers