From b25ed52fcfd3cb9c81ae4ddf924b35adb6149e89 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 26 Nov 2005 18:51:19 +0000 Subject: deal with debian source files containing subarchives git-svn-id: file:///home/lennart/svn/public/sse/trunk@71 5fbabb74-0606-0410-a5e4-b5cc6a42724e --- feed/sse_config.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'feed/sse_config.py') diff --git a/feed/sse_config.py b/feed/sse_config.py index a882fbf..bb9ca59 100644 --- a/feed/sse_config.py +++ b/feed/sse_config.py @@ -10,6 +10,14 @@ SSE_DB_USER= "sse_web" SSE_DB_PASSWORD = "xxx" SSE_DB_DATABASE = "sse" +#SSE_DEBIAN_URL_DOWNLOAD = "http://update.alturo-server.de/debian/" +#SSE_DEBIAN_URL_DOWNLOAD = "http://ftp.fr.debian.org/debian/" +SSE_DEBIAN_URL_DOWNLOAD = "http://ftp.us.debian.org/debian/" +SSE_DEBIAN_URL = "http://ftp.us.debian.org/debian/" + +SSE_DISTRIBUTION = "unstable" +SSE_RELEASE = "main" + from sse_config_local import * assert SSE_CRAWLER_ID != 0 -- cgit