提交 25e143f4 编写于 作者: J Joerg Jaspert

Oldstable byebye

Signed-off-by: NJoerg Jaspert <joerg@debian.org>
上级 c4d7af40
...@@ -15,18 +15,6 @@ Default ...@@ -15,18 +15,6 @@ Default
FileMode 0664; FileMode 0664;
} }
tree "dists/oldstable/updates"
{
FileList "/org/security.debian.org/dak-database/dists/oldstable_updates/$(SECTION)_binary-$(ARCH).list";
SourceFileList "/org/security.debian.org/dak-database/dists/oldstable_updates/$(SECTION)_source.list";
Sections "main contrib non-free";
Architectures "alpha amd64 arm hppa i386 ia64 mips mipsel m68k powerpc s390 sparc source";
BinOverride "override.sarge.$(SECTION)";
ExtraOverride "override.sarge.extra.$(SECTION)";
SrcOverride "override.sarge.$(SECTION).src";
Contents " ";
};
tree "dists/stable/updates" tree "dists/stable/updates"
{ {
FileList "/org/security.debian.org/dak-database/dists/stable_updates/$(SECTION)_binary-$(ARCH).list"; FileList "/org/security.debian.org/dak-database/dists/stable_updates/$(SECTION)_binary-$(ARCH).list";
......
...@@ -2,10 +2,9 @@ ...@@ -2,10 +2,9 @@
# #
# Executed after cron.unchecked # Executed after cron.unchecked
ARCHS_oldstable="alpha arm hppa i386 ia64 m68k mips mipsel powerpc sparc s390 amd64"
ARCHS_stable="alpha amd64 arm hppa i386 ia64 mips mipsel powerpc sparc s390" ARCHS_stable="alpha amd64 arm hppa i386 ia64 mips mipsel powerpc sparc s390"
ARCHS_testing="alpha amd64 armel hppa i386 ia64 mips mipsel powerpc sparc s390" ARCHS_testing="alpha amd64 armel hppa i386 ia64 mips mipsel powerpc sparc s390"
DISTS="oldstable stable testing" DISTS="stable testing"
SSH_SOCKET=~/.ssh/buildd.debian.org.socket SSH_SOCKET=~/.ssh/buildd.debian.org.socket
set -e set -e
......
...@@ -25,7 +25,6 @@ Dinstall ...@@ -25,7 +25,6 @@ Dinstall
BXANotify "false"; BXANotify "false";
QueueBuildSuites QueueBuildSuites
{ {
oldstable;
stable; stable;
testing; testing;
}; };
...@@ -112,41 +111,6 @@ Suite ...@@ -112,41 +111,6 @@ Suite
// Priority determines which suite is used for the Maintainers file // Priority determines which suite is used for the Maintainers file
// as generated by 'dak make-maintainers' (highest wins). // as generated by 'dak make-maintainers' (highest wins).
Oldstable
{
Components
{
updates/main;
updates/contrib;
updates/non-free;
};
Architectures
{
source;
all;
alpha;
amd64;
arm;
hppa;
i386;
ia64;
m68k;
mips;
mipsel;
powerpc;
s390;
sparc;
};
Announce "dak@security.debian.org";
Version "3.1";
Origin "Debian";
Label "Debian-Security";
Description "Debian 3.1 Security Updates";
CodeName "sarge";
OverrideCodeName "sarge";
CopyDotDak "/org/security.debian.org/queue/done/";
};
Stable Stable
{ {
Components Components
...@@ -219,7 +183,6 @@ Suite ...@@ -219,7 +183,6 @@ Suite
SuiteMappings SuiteMappings
{ {
"silent-map oldstable-security oldstable";
"silent-map stable-security stable"; "silent-map stable-security stable";
// JT - FIXME, hackorama // JT - FIXME, hackorama
// "silent-map testing-security stable"; // "silent-map testing-security stable";
...@@ -403,7 +366,6 @@ Location ...@@ -403,7 +366,6 @@ Location
Archive "security"; Archive "security";
Suites Suites
{ {
Oldstable;
Stable; Stable;
Testing; Testing;
}; };
......
...@@ -14,7 +14,7 @@ uploadhost=ftp-master.debian.org ...@@ -14,7 +14,7 @@ uploadhost=ftp-master.debian.org
uploaddir=/pub/UploadQueue/ uploaddir=/pub/UploadQueue/
components="main non-free contrib" components="main non-free contrib"
suites="oldstable stable testing" suites="stable testing"
override_types="deb dsc udeb" override_types="deb dsc udeb"
PATH=$masterdir:$PATH PATH=$masterdir:$PATH
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册