Sources "Sources";
Contents " ";
- FileList "/org/ftp.debian.org/database/dists/unstable_accepted.list";
-
BinOverride "override.sid.all3";
BinCacheDB "packages-accepted.db";
PathPrefix "";
if [ ! -e $ftpdir/Archive_Maintenance_In_Progress ]; then
cd $overridedir
- denise
+ denise &>/dev/null
rm -f override.sid.all3
for i in main contrib non-free main.debian-installer; do cat override.sid.$i >> override.sid.all3; done
cd $masterdir
- cameron
apt-ftparchive -qq generate apt.conf.buildd
cd /org/incoming.debian.org/buildd
for a in $ARCHS; do
SuiteMappings
{
"map stable proposed-updates";
+ "map stable-security proposed-updates";
"map-unreleased stable unstable";
"map-unreleased proposed-updates unstable";
"map testing woody-proposed-updates";
+ "map testing-security woody-proposed-updates";
"map-unreleased testing unstable";
"map-unreleased woody-proposed-updates unstable";
};
SuiteMappings
{
"map stable proposed-updates";
+ "map stable-security proposed-updates";
"map-unreleased stable unstable";
"map-unreleased proposed-updates unstable";
"map testing woody-proposed-updates";
+ "map testing-security woody-proposed-updates";
"map-unreleased testing unstable-";
"map-unreleased woody-proposed-updates unstable";
};
SuiteMappings
{
- "map stable-sec potato";
- "map testing-sec woody";
+ "map stable-security potato";
+ "map testing-security woody";
};
Dir
Morgue "/org/security.debian.org/morgue/";
MorgueReject "reject";
Override "/org/security.debian.org/scripts/override/";
+ AcceptedAutoBuild "/org/security.debian.org/buildd/";
Queue
{
Root "/org/security.debian.org/queue/";
New "/org/security.debian.org/queue/new/";
Reject "/org/security.debian.org/queue/reject/";
Unchecked "/org/security.debian.org/queue/unchecked/";
- AcceptedAutoBuild "/org/security.debian.org/buildd/";
};
};