Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on April 23, 2007, 05:27:08 pm

Title: The 23 April 2007 build will NOT be out.
Post by: killerbot on April 23, 2007, 05:27:08 pm
berlios still not healthy again :-(
Title: Re: The 23 April 2007 build will NOT be out.
Post by: stahta01 on April 23, 2007, 05:48:12 pm
http://monitor.berlios.de/berlios-status/index.php

Shows BerliOS is up.

Tim S
Title: Re: The 23 April 2007 build will NOT be out.
Post by: killerbot on April 23, 2007, 07:00:54 pm
well, svn still didn't work
Title: Re: The 23 April 2007 build will NOT be out.
Post by: killerbot on April 23, 2007, 07:01:25 pm
ah , now it is
Title: Re: The 23 April 2007 build will NOT be out.
Post by: Mc.Michael on April 23, 2007, 07:46:48 pm
no new build today ?
Title: Re: The 23 April 2007 build will NOT be out.
Post by: cybik on April 23, 2007, 09:24:16 pm
YAY UP!
Title: Re: The 23 April 2007 build will NOT be out.
Post by: byo on April 24, 2007, 12:00:48 am
Down again :(

Looks like they have either some really big technical problems or some DOS attacks again. I just wonder what's the reason

BYO

EDIT: Ok, up and running again
Title: Re: The 23 April 2007 build will NOT be out.
Post by: Xaviou on April 24, 2007, 07:07:35 pm
Hi all

Is there a way to automatically add the revision number into the version string of each nightly build ?

Currently, for each deb package I make, I have to rename the deb file (this is automatically done by a script I use).
But the real version number of the package is always "1.0svn".
This is not very annoying, if you install manually the package : Ubuntu tells you it is already installed with same version, but you can force it to reinstall it.

But I am trying to make a remote depot for the package. It works fine, but Ubuntu never knows that the package has been updated, because it's always 1.0svn.

It would be great if the version number could be "1.0svnxxxx".

Title: Re: The 23 April 2007 build will NOT be out.
Post by: raph on April 24, 2007, 07:19:11 pm
Have a look at the autorevision tool (src/build_tools/autorevision) in cb svn.
It parses cb's revision number.
Title: Re: The 23 April 2007 build will NOT be out.
Post by: Xaviou on April 24, 2007, 09:53:57 pm
The problem was not "How to obtain the revision number", but "How to tell the .deb builder to incorporate the number into each package".

I think I've found it : editing the "changelog" file in the /trunk/debian directory

It's currencty building the package.

I'll give feedback as soon as possible
Title: Re: The 23 April 2007 build will NOT be out.
Post by: Xaviou on April 24, 2007, 10:50:08 pm
It works !

I've modified the /trunk/debian/changelog file :

Code
file : /trunk/debian/changelog
line 1 : codeblocks (1.0svn) breezy; urgency=low
updated to
codeblocks (1.0svn3885) edgy; urgency=low

Now, the version number that appears in Synaptic is 1.0svn3885

So, when the deb file is put in the repository, Synaptic can see that there is a new version  :D
Title: Re: The 23 April 2007 build will NOT be out.
Post by: cstudent on April 25, 2007, 03:55:24 am
Thanks for that info Xaviou. I'm going to add that to my next .deb.  :)