Author Topic: The 23 April 2007 build will NOT be out.  (Read 9782 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5493
The 23 April 2007 build will NOT be out.
« on: April 23, 2007, 05:27:08 pm »
berlios still not healthy again :-(

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: The 23 April 2007 build will NOT be out.
« Reply #1 on: April 23, 2007, 05:48:12 pm »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5493
Re: The 23 April 2007 build will NOT be out.
« Reply #2 on: April 23, 2007, 07:00:54 pm »
well, svn still didn't work

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5493
Re: The 23 April 2007 build will NOT be out.
« Reply #3 on: April 23, 2007, 07:01:25 pm »
ah , now it is

Offline Mc.Michael

  • Multiple posting newcomer
  • *
  • Posts: 17
Re: The 23 April 2007 build will NOT be out.
« Reply #4 on: April 23, 2007, 07:46:48 pm »
no new build today ?

cybik

  • Guest
Re: The 23 April 2007 build will NOT be out.
« Reply #5 on: April 23, 2007, 09:24:16 pm »
YAY UP!

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
Re: The 23 April 2007 build will NOT be out.
« Reply #6 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
« Last Edit: April 24, 2007, 12:25:01 am by byo »

Offline Xaviou

  • Regular
  • ***
  • Posts: 404
    • X@v's wxStuff
Re: The 23 April 2007 build will NOT be out.
« Reply #7 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".

The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline raph

  • Almost regular
  • **
  • Posts: 242
Re: The 23 April 2007 build will NOT be out.
« Reply #8 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.

Offline Xaviou

  • Regular
  • ***
  • Posts: 404
    • X@v's wxStuff
Re: The 23 April 2007 build will NOT be out.
« Reply #9 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
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline Xaviou

  • Regular
  • ***
  • Posts: 404
    • X@v's wxStuff
Re: The 23 April 2007 build will NOT be out.
« Reply #10 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
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 23 April 2007 build will NOT be out.
« Reply #11 on: April 25, 2007, 03:55:24 am »
Thanks for that info Xaviou. I'm going to add that to my next .deb.  :)