From ec15bf8014aacb08d9eb70db508018464fc58cad Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Wed, 13 Mar 2013 20:18:50 +0000 Subject: [PATCH] [scripts] update torrent tracker URL, switch to torrents.sabayon.org --- scripts/make_torrents.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make_torrents.sh b/scripts/make_torrents.sh index b3de57a..8d8a2e8 100755 --- a/scripts/make_torrents.sh +++ b/scripts/make_torrents.sh @@ -7,7 +7,7 @@ SABAYON_MOLECULE_HOME="${SABAYON_MOLECULE_HOME:-/sabayon}" export SABAYON_MOLECULE_HOME -announce_url="http://tracker.sabayon.org/tracker.php/announce" +announce_url="http://torrents.sabayon.org:8082/announce" iso_dir="${SABAYON_MOLECULE_HOME}/iso" cd "${iso_dir}"