Author Topic: The 24 October 2007 build will NOT be out.  (Read 6939 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 24 October 2007 build will NOT be out.
« on: October 24, 2007, 05:54:04 pm »
seems that berlios ftp is rather unstable at the moment

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 24 October 2007 build will NOT be out.
« Reply #1 on: October 24, 2007, 07:47:14 pm »
Nevertheless I've got svn4558 on my server:

debian-repository with nightlies (slow, because it's a home-server via dsl)

add to /etc/apt/sources.list :

for etch aka stable
Code
deb http://jens.lody.name/debian/ etch main
deb-src http://jens.lody.name/debian/ etch main

for lenny aka testing
Code
deb http://jens.lody.name/debian/ lenny main
deb-src http://jens.lody.name/debian/ lenny main

for sid aka unstable
Code
deb http://jens.lody.name/debian/ unstable main
deb-src http://jens.lody.name/debian/ unstable main

add my public-key to apt's trustdb:
Code
wget -q http://jens.lody.name/debian/jens.asc -O-  | sudo apt-key add -

build against wxWidgets 2.84 from

Code
deb http://apt.tt-solutions.com/debian/ etch main
key-import to apt's trusted keys:
Code
wget -q http://www.tt-solutions.com/vz/key.asc -O-  | sudo apt-key add -