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

Oldstable byebye

Signed-off-by: NJoerg Jaspert <joerg@debian.org>
上级 c4d7af40
......@@ -15,18 +15,6 @@ Default
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"
{
FileList "/org/security.debian.org/dak-database/dists/stable_updates/$(SECTION)_binary-$(ARCH).list";
......
......@@ -2,10 +2,9 @@
#
# 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_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
set -e
......
......@@ -25,7 +25,6 @@ Dinstall
BXANotify "false";
QueueBuildSuites
{
oldstable;
stable;
testing;
};
......@@ -112,41 +111,6 @@ Suite
// Priority determines which suite is used for the Maintainers file
// 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
{
Components
......@@ -219,7 +183,6 @@ Suite
SuiteMappings
{
"silent-map oldstable-security oldstable";
"silent-map stable-security stable";
// JT - FIXME, hackorama
// "silent-map testing-security stable";
......@@ -403,7 +366,6 @@ Location
Archive "security";
Suites
{
Oldstable;
Stable;
Testing;
};
......
......@@ -14,7 +14,7 @@ uploadhost=ftp-master.debian.org
uploaddir=/pub/UploadQueue/
components="main non-free contrib"
suites="oldstable stable testing"
suites="stable testing"
override_types="deb dsc udeb"
PATH=$masterdir:$PATH
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册