]> git.decadent.org.uk Git - dak.git/commitdiff
And one more path
authorJoerg Jaspert <joerg@debian.org>
Sat, 3 Jul 2010 15:43:28 +0000 (17:43 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sat, 3 Jul 2010 15:43:28 +0000 (17:43 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
daklib/dbconn.py

index ea11a1454724cd0f77aef276e89cb01c8e1b3642..559dbf17a98340169319bc06dddbf3e1d32dae0b 100755 (executable)
@@ -441,8 +441,8 @@ MINIMAL_APT_CONF="""
 Dir
 {
    ArchiveDir "%(archivepath)s";
-   OverrideDir "/srv/ftp.debian.org/scripts/override/";
-   CacheDir "/srv/ftp.debian.org/database/";
+   OverrideDir "/srv/ftp-master.debian.org/scripts/override/";
+   CacheDir "/srv/ftp-master.debian.org/database/";
 };
 
 Default
@@ -1511,7 +1511,7 @@ def get_location(location, component=None, archive=None, session=None):
     and archive
 
     @type location: string
-    @param location: the path of the location, e.g. I{/srv/ftp.debian.org/ftp/pool/}
+    @param location: the path of the location, e.g. I{/srv/ftp-master.debian.org/ftp/pool/}
 
     @type component: string
     @param component: the component name (if None, no restriction applied)