diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-11-26 18:51:19 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-11-26 18:51:19 +0000 |
commit | b25ed52fcfd3cb9c81ae4ddf924b35adb6149e89 (patch) | |
tree | 1f455323a285774257f8ad9157af86ce016fc4ec /feed/sse_config.py | |
parent | 122016ccea9857c0099edbd3bd78b73d30304e34 (diff) |
deal with debian source files containing subarchives
git-svn-id: file:///home/lennart/svn/public/sse/trunk@71 5fbabb74-0606-0410-a5e4-b5cc6a42724e
Diffstat (limited to 'feed/sse_config.py')
-rw-r--r-- | feed/sse_config.py | 8 |
1 files changed, 8 insertions, 0 deletions
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 |