Page 1 of 1

SPADS repository has moved

Posted: 11 Aug 2009, 21:45
by V1ntage

Re: SPADS AutoHost beta release

Posted: 14 Aug 2009, 00:02
by Drezil
Link in the first post is dead for me ..

anyone still having a tar around for the current spring version? i would like to give this bot a try :D

Re: SPADS AutoHost beta release

Posted: 14 Aug 2009, 02:13
by Neddie

Re: SPADS AutoHost beta release

Posted: 16 Aug 2009, 18:56
by microflea

Re: SPADS AutoHost beta release

Posted: 16 Aug 2009, 20:28
by [oxnull]Lupus
Installer downloads from planetspring and it's dead now. So installer is useless i think.
Wait for bibim to sort out hosting problems.

Re: SPADS AutoHost beta release

Posted: 17 Aug 2009, 02:27
by bibim
SPADS repository should be back online at "planetspads.free.fr" instead of "planetspring.free.fr". I have updated the installer link in the first post.

Currently, all SPADS autohosts no longer auto-update because they don't know where to get the files. So you have to download and run manually the new updater like this:

Linux/UNIX:

Code: Select all

cd <yourSpadsInstallDir>
wget http://planetspads.free.fr/spads/repository/update_0.3a.pl
chmod +x update_0.3a.pl
./update_0.3a.pl <release> -a
Windows:

Code: Select all

cd <yourSpadsInstallDir>
wget http://planetspads.free.fr/spads/repository/update_0.3a.pl
perl update_0.3a.pl <release> -A
Where <release> is your actual SPADS release (stable, testing, or unstable)

You can then restart your autohosts manually, or wait for them to detect that their files changed and auto-restart by themselves.