提交 aaebcc59 编写于 作者: J Joerg Jaspert

Remove overridecodename from dak.conf

Signed-off-by: NJoerg Jaspert <joerg@debian.org>
上级 ee794150
......@@ -189,7 +189,6 @@ Suite
non-free;
};
OverrideCodeName "lenny-backports";
Priority "7";
NotAutomatic "yes";
};
......@@ -204,7 +203,6 @@ Suite
non-free;
};
OverrideCodeName "squeeze-backports";
Priority "7";
NotAutomatic "yes";
};
......
......@@ -195,7 +195,6 @@ Suite
contrib;
non-free;
};
OverrideCodeName "lenny";
Priority "5";
ChangeLogBase "dists/stable/";
};
......@@ -211,7 +210,6 @@ Suite
CopyChanges "dists/proposed-updates/";
CopyDotDak "/srv/ftp-master.debian.org/queue/proposed-updates/";
CommentsDir "/srv/ftp-master.debian.org/queue/p-u-new/COMMENTS/";
OverrideCodeName "lenny";
OverrideSuite "stable";
ValidTime 604800; // 7 days
Priority "4";
......@@ -243,7 +241,6 @@ Suite
contrib;
non-free;
};
OverrideCodeName "squeeze";
ValidTime 604800; // 7 days
Priority "5";
};
......@@ -256,7 +253,6 @@ Suite
contrib;
non-free;
};
OverrideCodeName "squeeze";
OverrideSuite "testing";
ValidTime 604800; // 7 days
Priority "6";
......@@ -289,7 +285,6 @@ Suite
contrib;
non-free;
};
OverrideCodeName "squeeze";
OverrideSuite "testing";
ValidTime 604800; // 7 days
NotAutomatic "yes";
......@@ -317,7 +312,6 @@ Suite
contrib;
non-free;
};
OverrideCodeName "sid";
ValidTime 604800; // 7 days
Priority "7";
VersionChecks
......@@ -342,7 +336,6 @@ Suite
non-free;
};
NotAutomatic "yes";
OverrideCodeName "sid";
OverrideSuite "unstable";
ValidTime 604800; // 7 days
Priority "0";
......
......@@ -120,7 +120,7 @@ def main ():
continue
sys.stderr.write("Processing %s...\n" % (suite.suite_name))
override_suite = cnf["Suite::%s::OverrideCodeName" % (suite_name)]
override_suite = suite.overridecodename
for component_name in cnf.SubTree("Component").List():
component = get_component(component_name, session)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册