TreeDefault
{
- Contents::Header "/org/non-us.debian.org/katie/Contents.top";
+ Contents::Header "/org/non-us.debian.org/dak/config/debian/Contents.top";
};
tree "dists/proposed-updates/non-US"
TreeDefault
{
- Contents::Header "/org/non-us.debian.org/katie/Contents.top";
+ Contents::Header "/org/non-us.debian.org/dak/config/debian/Contents.top";
};
tree "dists/stable/non-US"
#! /bin/sh
#
-# Executed daily via cron, out of troup's crontab.
+# Executed daily via cron, out of dak's crontab.
set -e
-export SCRIPTVARS=/org/non-us.debian.org/katie/vars-non-US
+export SCRIPTVARS=/org/non-us.debian.org/dak/config/debian-non-US/vars
. $SCRIPTVARS
################################################################################
if [ ! -z "$(find "$accepted" -name \*.changes -maxdepth 1 -mindepth 1)" ]; then
cd $accepted
rm -f REPORT
- kelly -pa *.changes | tee REPORT | \
+ dak process-accepted -pa *.changes | tee REPORT | \
mail -s "Non-US Install for $(date +%D)" ftpmaster@ftp-master.debian.org
chgrp debadmin REPORT
chmod 664 REPORT
else
- echo "kelly: Nothing to install."
+ echo "dak process-accepted: Nothing to install."
fi
cd $masterdir
symlinks -d -r $ftpdir
cd $masterdir
-jenna
+dak make-suite-file-list
# Generate override files
cd $overridedir
-denise
+dak make-overrides
# FIXME
rm -f override.potato.all3
for i in main contrib non-free; do cat override.potato.$i >> override.potato.all3; done
# Generate Packages and Sources files
cd $masterdir
-apt-ftparchive generate apt.conf-non-US
+apt-ftparchive generate apt.conf
# Generate Release files
-ziyi
+dak generate-releases
# Clean out old packages
-rhona
-shania
+dak clean-suites
+dak clean-queues
# Generate the Maintainers file
cd $indices
-charisma > .new-maintainers_versions
+dak make-maintainers > .new-maintainers_versions
mv -f .new-maintainers_versions Maintainers_Versions
sed -e "s/~[^ ]*\([ ]\)/\1/" < Maintainers_Versions | awk '{printf "%-20s ", $1; for (i=2; i<=NF; i++) printf "%s ", $i; printf "\n";}' > .new-maintainers
mv -f .new-maintainers Maintainers
################################################################################
# Send a report on NEW/BYHAND packages
-helena | mail -e -s "[non-US] NEW and BYHAND on $(date +%D)" ftpmaster@ftp-master.debian.org
+dak queue-report | mail -e -s "[non-US] NEW and BYHAND on $(date +%D)" ftpmaster@ftp-master.debian.org
# and one on crufty packages
-rene | mail -e -s "[non-US] rene run for $(date +%D)" ftpmaster@ftp-master.debian.org
+dak cruft-report | mail -e -s "Debian non-US cruft report for $(date +%D)" ftpmaster@ftp-master.debian.org
################################################################################
ulimit -m 90000 -d 90000 -s 10000 -v 90000
# Executed hourly via cron, out of troup's crontab.
set -e
-export SCRIPTVARS=/org/non-us.debian.org/katie/vars-non-US
+export SCRIPTVARS=/org/non-us.debian.org/dak/config/vars
. $SCRIPTVARS
cd $masterdir
-julia
+dak import-users-from-passwd
#! /bin/sh
set -e
-export SCRIPTVARS=/org/non-us.debian.org/katie/vars-non-US
+export SCRIPTVARS=/org/non-us.debian.org/dak/config/debian-non-US/vars
. $SCRIPTVARS
cd $unchecked
if [ ! -z "$changes" ]; then
echo "$timestamp": "$changes" >> $report
- jennifer -a $changes >> $report
+ dak process-unchecked -a $changes >> $report
echo "--" >> $report
else
echo "$timestamp": Nothing to do >> $report
#!/bin/sh
#
-# Run once a week via cron, out of katie's crontab.
+# Run once a week via cron, out of dak's crontab.
set -e
-export SCRIPTVARS=/org/non-us.debian.org/katie/vars-non-US
+export SCRIPTVARS=/org/non-us.debian.org/dak/config/debian-non-US/vars
. $SCRIPTVARS
################################################################################
# Clean up apt-ftparchive's databases
cd $masterdir
-apt-ftparchive -q clean apt.conf-non-US
+apt-ftparchive -q clean apt.conf
################################################################################
BugServer "bugs.debian.org";
PackagesServer "packages.debian.org";
TrackingServer "packages.qa.debian.org";
- LockFile "/org/non-us.debian.org/katie/lock";
+ LockFile "/org/non-us.debian.org/dak/lock";
Bcc "archive@ftp-master.debian.org";
GroupOverrideFilename "override.group-maint";
FutureTimeTravelGrace 28800; // 8 hours
};
};
-Lauren
+Reject-Proposed-Updates
{
StableRejector "Martin (Joey) Schulze <joey@debian.org>";
MoreInfoURL "http://people.debian.org/~joey/3.0r4/";
};
-Julia
+Import-Users-From-Passwd
{
ValidGID "800";
// Comma separated list of users who are in Postgres but not the passwd file
- KnownPostgres "udmsearch,postgres,www-data,katie,auric";
+ KnownPostgres "udmsearch,postgres,www-data,dak,auric";
};
-Shania
+Clean-Queues
{
Options
{
Days 14;
};
- MorgueSubDir "shania";
+ MorgueSubDir "queue";
};
-Catherine
+Poolize
{
Options
{
};
};
-Natalie
+Control-Overrides
{
Options
{
ComponentPosition "suffix"; // Whether the component is prepended or appended to the section name
};
-Melanie
+Rm
{
Options
{
Bcc "removed-packages@qa.debian.org";
};
-Neve
+Import-Archive
{
- ExportDir "/org/non-us.debian.org/katie/neve-files/";
+ ExportDir "/org/non-us.debian.org/dak/import-archive-files/";
};
-Rhona
+Clean-Suites
{
// How long (in seconds) dead packages are left before being killed
StayOfExecution 129600; // 1.5 days
- MorgueSubDir "rhona";
+ MorgueSubDir "pool";
};
Suite
};
Announce "debian-changes@lists.debian.org";
CopyChanges "dists/proposed-updates/";
- CopyKatie "/org/non-us.debian.org/queue/proposed-updates/";
+ CopyDotDak "/org/non-us.debian.org/queue/proposed-updates/";
Version "3.0-updates";
Origin "Debian";
Description "Debian 3.0 Proposed Updates - Not Released";
Root "/org/non-us.debian.org/ftp/";
Pool "/org/non-us.debian.org/ftp/pool/";
PoolRoot "pool/";
- Templates "/org/non-us.debian.org/katie/templates/";
+ Templates "/org/non-us.debian.org/dak/templates/";
Override "/org/non-us.debian.org/scripts/override/";
Lists "/org/non-us.debian.org/database/dists/";
Log "/org/non-us.debian.org/log/";
indices=$ftpdir/indices-non-US
archs="alpha arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sh sparc"
-masterdir=$nonushome/katie
+masterdir=$nonushome/dak/config/debian-non-US
overridedir=$nonushome/scripts/override
dbdir=$nonushome/database/
queuedir=$nonushome/queue/
{
ArchiveDir "/org/security.debian.org/ftp/";
OverrideDir "/org/security.debian.org/override/";
- CacheDir "/org/security.debian.org/katie-database/";
+ CacheDir "/org/security.debian.org/dak-database/";
};
Default
tree "dists/oldstable/updates"
{
- FileList "/org/security.debian.org/katie-database/dists/oldstable_updates/$(SECTION)_binary-$(ARCH).list";
- SourceFileList "/org/security.debian.org/katie-database/dists/oldstable_updates/$(SECTION)_source.list";
+ 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 arm hppa i386 ia64 mips mipsel m68k powerpc s390 sparc source";
BinOverride "override.woody.$(SECTION)";
tree "dists/stable/updates"
{
- FileList "/org/security.debian.org/katie-database/dists/stable_updates/$(SECTION)_binary-$(ARCH).list";
- SourceFileList "/org/security.debian.org/katie-database/dists/stable_updates/$(SECTION)_source.list";
+ FileList "/org/security.debian.org/dak-database/dists/stable_updates/$(SECTION)_binary-$(ARCH).list";
+ SourceFileList "/org/security.debian.org/dak-database/dists/stable_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)";
tree "dists/testing/updates"
{
- FileList "/org/security.debian.org/katie-database/dists/testing_updates/$(SECTION)_binary-$(ARCH).list";
- SourceFileList "/org/security.debian.org/katie-database/dists/testing_updates/$(SECTION)_source.list";
+ FileList "/org/security.debian.org/dak-database/dists/testing_updates/$(SECTION)_binary-$(ARCH).list";
+ SourceFileList "/org/security.debian.org/dak-database/dists/testing_updates/$(SECTION)_source.list";
Sections "main contrib non-free";
Architectures "alpha arm hppa i386 ia64 mips mipsel m68k powerpc s390 sparc source";
BinOverride "override.etch.$(SECTION)";
{
ArchiveDir "/org/security.debian.org/buildd/";
OverrideDir "/org/security.debian.org/override/";
- CacheDir "/org/security.debian.org/katie-database/";
+ CacheDir "/org/security.debian.org/dak-database/";
};
Default
#! /bin/bash
#
-# Executed after jennifer (merge there??)
+# Executed after cron.unchecked
ARCHS_oldstable="alpha arm hppa i386 ia64 m68k mips mipsel powerpc sparc s390"
ARCHS_stable="$ARCHS_oldstable"
SSH_SOCKET=~/.ssh/buildd.debian.org.socket
set -e
-export SCRIPTVARS=/org/security.debian.org/katie/vars-security
+export SCRIPTVARS=/org/security.debian.org/dak/config/debian-security/vars
. $SCRIPTVARS
if [ ! -e $ftpdir/Archive_Maintenance_In_Progress ]; then
-#! /bin/sh
+#!/bin/sh
#
-# Executed daily via cron, out of katie's crontab.
+# Executed daily via cron, out of dak's crontab.
set -e
-export SCRIPTVARS=/org/security.debian.org/katie/vars-security
+export SCRIPTVARS=/org/security.debian.org/dak/config/debian-security/vars
. $SCRIPTVARS
################################################################################
continue;
fi
if [ "$suite" = "unstable" ]; then
- $masterdir/natalie -q -S -t $override_type -s $suite -c updates/$component < override.$override_suite.$component$type
+ dak control-overrides -q -S -t $override_type -s $suite -c updates/$component < override.$override_suite.$component$type
fi
else
- $masterdir/natalie -q -S -t $override_type -s $suite -c updates/$component < override.$override_suite.$component$type
+ dak control-overrides -q -S -t $override_type -s $suite -c updates/$component < override.$override_suite.$component$type
fi
case $suite in
oldstable)
if [ ! "$override_type" = "udeb" ]; then
- $masterdir/natalie -q -a -t $override_type -s $suite -c updates/$component < override.sarge.$component$type
+ dak control-overrides -q -a -t $override_type -s $suite -c updates/$component < override.sarge.$component$type
fi
- $masterdir/natalie -q -a -t $override_type -s $suite -c updates/$component < override.sid.$component$type
+ dak control-overrides -q -a -t $override_type -s $suite -c updates/$component < override.sid.$component$type
;;
stable)
- $masterdir/natalie -q -a -t $override_type -s $suite -c updates/$component < override.sid.$component$type
+ dak control-overrides -q -a -t $override_type -s $suite -c updates/$component < override.sid.$component$type
;;
testing)
- $masterdir/natalie -q -a -t $override_type -s $suite -c updates/$component < override.sid.$component$type
+ dak control-overrides -q -a -t $override_type -s $suite -c updates/$component < override.sid.$component$type
;;
*) echo "Unknown suite type ($suite)"; exit 1;;
esac
################################################################################
cd $masterdir
-shania
-rhona
-apt-ftparchive -q clean apt.conf-security
-apt-ftparchive -q clean apt.conf.buildd-security
+dak clean-queues
+dak clean-suites
+apt-ftparchive -q clean apt.conf
+apt-ftparchive -q clean apt.conf.buildd
symlinks -d -r $ftpdir
-pg_dump obscurity > /org/security.debian.org/katie-backup/dump_$(date +%Y.%m.%d-%H:%M:%S)
+pg_dump obscurity > /org/security.debian.org/dak-backup/dump_$(date +%Y.%m.%d-%H:%M:%S)
# Vacuum the database
set +e
#! /bin/sh
set -e
-export SCRIPTVARS=/org/security.debian.org/katie/vars-security
+export SCRIPTVARS=/org/security.debian.org/dak/config/debian-security/vars
. $SCRIPTVARS
cd $unchecked
fi;
echo "$timestamp": "$changes" >> $report
-jennifer -a $changes >> $report
+dak process-unchecked -a $changes >> $report
echo "--" >> $report
sh $masterdir/cron.buildd-security
MyDistribution "Debian"; // Used in emails
BugServer "bugs.debian.org";
PackagesServer "packages.debian.org";
- LockFile "/org/security.debian.org/katie/lock";
+ LockFile "/org/security.debian.org/dak/lock";
Bcc "archive@ftp-master.debian.org";
// GroupOverrideFilename "override.group-maint";
FutureTimeTravelGrace 28800; // 8 hours
SecurityQueueBuild "true";
DefaultSuite "Testing";
SuiteSuffix "updates";
- OverrideMaintainer "katie@security.debian.org";
+ OverrideMaintainer "dak@security.debian.org";
StableDislocationSupport "false";
LegacyStableHasNoSections "false";
};
-Julia
+Import-Users-From-Passwd
{
ValidGID "800";
// Comma separated list of users who are in Postgres but not the passwd file
- KnownPostgres "postgres,katie,www-data,udmsearch";
+ KnownPostgres "postgres,dak,www-data,udmsearch";
};
-Helena
+Queue-Report
{
Directories
{
};
};
-Shania
+Clean-Queues
{
Options
{
Days 14;
};
- MorgueSubDir "shania";
+ MorgueSubDir "queue";
};
-Melanie
+Rm
{
Options
{
};
MyEmailAddress "Debian Archive Maintenance <ftpmaster@ftp-master.debian.org>";
- LogFile "/org/security.debian.org/katie-log/removals.txt";
+ LogFile "/org/security.debian.org/dak-log/removals.txt";
};
-Neve
+Init-Archive
{
- ExportDir "/org/security.debian.org/katie/neve-files/";
+ ExportDir "/org/security.debian.org/dak/import-archive-files/";
};
-Rhona
+Clean-Suites
{
// How long (in seconds) dead packages are left before being killed
StayOfExecution 129600; // 1.5 days
QueueBuildStayOfExecution 86400; // 24 hours
- MorgueSubDir "rhona";
+ MorgueSubDir "pool";
OverrideFilename "override.source-only";
};
-Amber
+Security-Install
{
ComponentMappings
{
Suite
{
// Priority determines which suite is used for the Maintainers file
- // as generated by charisma (highest wins).
+ // as generated by 'dak make-maintainers' (highest wins).
Oldstable
{
s390;
sparc;
};
- Announce "katie@security.debian.org";
+ Announce "dak@security.debian.org";
Version "3.0";
Origin "Debian";
Label "Debian-Security";
Description "Debian 3.0 Security Updates";
CodeName "woody";
OverrideCodeName "woody";
- CopyKatie "/org/security.debian.org/queue/done/";
+ CopyDotDak "/org/security.debian.org/queue/done/";
};
Stable
s390;
sparc;
};
- Announce "katie@security.debian.org";
+ Announce "dak@security.debian.org";
Version "3.1";
Origin "Debian";
Label "Debian-Security";
Description "Debian 3.1 Security Updates";
CodeName "sarge";
OverrideCodeName "sarge";
- CopyKatie "/org/security.debian.org/queue/done/";
+ CopyDotDak "/org/security.debian.org/queue/done/";
};
Testing
s390;
sparc;
};
- Announce "katie@security.debian.org";
+ Announce "dak@security.debian.org";
Version "x.y";
Origin "Debian";
Label "Debian-Security";
Description "Debian x.y Security Updates";
CodeName "etch";
OverrideCodeName "etch";
- CopyKatie "/org/security.debian.org/queue/done/";
+ CopyDotDak "/org/security.debian.org/queue/done/";
};
};
{
Root "/org/security.debian.org/ftp/";
Pool "/org/security.debian.org/ftp/pool/";
- Katie "/org/security.debian.org/katie/";
- Templates "/org/security.debian.org/katie/templates/";
+ Dak "/org/security.debian.org/dak/";
+ Templates "/org/security.debian.org/dak/templates/";
PoolRoot "pool/";
Override "/org/security.debian.org/override/";
Lock "/org/security.debian.org/lock/";
- Lists "/org/security.debian.org/katie-database/dists/";
- Log "/org/security.debian.org/katie-log/";
+ Lists "/org/security.debian.org/dak-database/dists/";
+ Log "/org/security.debian.org/dak-log/";
Morgue "/org/security.debian.org/morgue/";
MorgueReject "reject";
Override "/org/security.debian.org/scripts/override/";
base=/org/security.debian.org
ftpdir=$base/ftp/
-masterdir=$base/katie/
+masterdir=$base/dak/config/debian-security/
overridedir=$base/override
queuedir=$base/queue/
unchecked=$queuedir/unchecked/
TreeDefault
{
- Contents::Header "/org/ftp.debian.org/katie/Contents.top";
+ Contents::Header "/org/ftp.debian.org/dak/config/debian/Contents.top";
};
tree "dists/proposed-updates"
TreeDefault
{
- Contents::Header "/org/ftp.debian.org/katie/Contents.top";
+ Contents::Header "/org/ftp.debian.org/dak/config/debian/Contents.top";
};
tree "dists/stable"
#! /bin/sh
#
-# Executed hourly via cron, out of katie's crontab.
+# Executed as part of cron.unchecked
ARCHS="alpha arm hppa i386 ia64 m68k mips mipsel powerpc sparc s390"
set -e
-export SCRIPTVARS=/org/ftp.debian.org/katie/vars
+export SCRIPTVARS=/org/ftp.debian.org/dak/config/debian/vars
. $SCRIPTVARS
LOCKFILE="/org/wanna-build/tmp/DB_Maintenance_In_Progress"
#! /bin/sh
#
-# Executed daily via cron, out of katie's crontab.
+# Executed daily via cron, out of dak's crontab.
set -e
-export SCRIPTVARS=/org/ftp.debian.org/katie/vars
+export SCRIPTVARS=/org/ftp.debian.org/dak/config/debian/vars
. $SCRIPTVARS
################################################################################
lockfile $LOCKAC
cd $accepted
rm -f REPORT
-kelly -pa *.changes | tee REPORT | \
+dak process-unchecked -pa *.changes | tee REPORT | \
mail -s "Install for $(date +%D)" ftpmaster@ftp-master.debian.org
chgrp debadmin REPORT
chmod 664 REPORT
cd $masterdir
-cindy
+dak check-overrides
rm -f $LOCKAC
symlinks -d -r $ftpdir
cd $masterdir
-jenna
+dak make-suite-file-list
# Update fingerprints
-# [JT - disabled, emilie currently can ask questions]
-#emilie
+# [JT - disabled, dak import-ldap-fingerprints currently can ask questions]
+#dak import-ldap-fingerprints
# Generate override files
cd $overridedir
-denise
+dak make-overrides
# Update task overrides for testing and unstable
# [JT 2004-02-04 disabled; copying in by hand for now]
cd $masterdir
apt-ftparchive generate apt.conf
# Generate *.diff/ incremental updates
-tiffani
+dak generate-index-diffs
# Generate Release files
-ziyi
+dak generate-releases
# Clean out old packages
-rhona
-shania
+dak clean-suites
+dak clean-queues
# Needs to be rebuilt, as files have moved. Due to unaccepts, we need to
# update this before wanna-build is updated.
################################################################################
# Send a report on NEW/BYHAND packages
-helena | mail -e -s "NEW and BYHAND on $(date +%D)" ftpmaster@ftp-master.debian.org
+dak queue-report | mail -e -s "NEW and BYHAND on $(date +%D)" ftpmaster@ftp-master.debian.org
# and one on crufty packages
-rene | tee $webdir/rene-daily.txt | mail -e -s "rene run for $(date +%D)" ftpmaster@ftp-master.debian.org
+dak cruft-report | tee $webdir/cruft-report-daily.txt | mail -e -s "Debian archive cruft report for $(date +%D)" ftpmaster@ftp-master.debian.org
################################################################################
-# Run billie
+# Run mirror-split
-#time billie
+#time dak mirror-split
################################################################################
run-parts --report /org/ftp.debian.org/scripts/distmnt
echo Daily cron scripts successful.
-# Stats pr0n
+# Stats pr0n
cd $masterdir
update-ftpstats $base/log/* > $base/misc/ftpstats.data
R --slave --vanilla < $base/misc/ftpstats.R
# Executed hourly via cron, out of troup's crontab.
set -e
-export SCRIPTVARS=/org/ftp.debian.org/katie/vars
+export SCRIPTVARS=/org/ftp.debian.org/dak/config/debian/vars
. $SCRIPTVARS
cd $masterdir
-julia
-helena -n > $webdir/new.html
+dak import-users-from-passwd
+dak queue-report -n > $webdir/new.html
#!/bin/sh
#
-# Run at the beginning of the month via cron, out of katie's crontab.
+# Run at the beginning of the month via cron, out of dak's crontab.
set -e
-export SCRIPTVARS=/org/ftp.debian.org/katie/vars
+export SCRIPTVARS=/org/ftp.debian.org/dak/config/debian/vars
. $SCRIPTVARS
################################################################################
#! /bin/sh
set -e
-export SCRIPTVARS=/org/ftp.debian.org/katie/vars
+export SCRIPTVARS=/org/ftp.debian.org/dak/config/debian/vars
. $SCRIPTVARS
LOCKFILE="$lockdir/unchecked.lock"
if [ ! -z "$changes" ]; then
echo "$timestamp": "$changes" >> $report
- jennifer -a $changes >> $report
+ dak process-unchecked -a $changes >> $report
echo "--" >> $report
if lockfile -r3 $NOTICE; then
LOCKDAILY="YES"
psql projectb -A -t -q -c "SELECT filename FROM queue_build WHERE queue = 0 AND suite = 5 AND in_queue = true AND filename ~ 'd(sc|eb)$'" > $dbdir/dists/unstable_accepted.list
cd $overridedir
- denise &>/dev/null
+ dak make-overrides &>/dev/null
rm -f override.sid.all3 override.sid.all3.src
for i in main contrib non-free main.debian-installer; do
cat override.sid.$i >> override.sid.all3
echo "$timestamp": Nothing to do >> $report
fi
fi
-
#!/bin/sh
#
-# Run once a week via cron, out of katie's crontab.
+# Run once a week via cron, out of dak's crontab.
set -e
-export SCRIPTVARS=/org/ftp.debian.org/katie/vars
+export SCRIPTVARS=/org/ftp.debian.org/dak/config/debian/vars
. $SCRIPTVARS
################################################################################
};
};
-Tiffani
+Generate-Index-Diffs
{
Options
{
};
};
-Alicia
+Override
{
MyEmailAddress "Debian FTP Masters <ftpmaster@ftp-master.debian.org>";
};
-Billie
+Mirror-Split
{
FTPPath "/org/ftp.debian.org/ftp";
TreeRootPath "/org/ftp.debian.org/scratch/dsilvers/treeroots";
};
};
-Julia
+Import-Users-From-Passwd
{
ValidGID "800";
// Comma separated list of users who are in Postgres but not the passwd file
- KnownPostgres "postgres,katie";
+ KnownPostgres "postgres,dak";
};
-Shania
+Clean-Queues
{
Options
{
Days 14;
};
- MorgueSubDir "shania";
+ MorgueSubDir "queues";
};
-Natalie
+Control-Overrides
{
Options
{
ComponentPosition "prefix"; // Whether the component is prepended or appended to the section name
};
-Melanie
+Rm
{
Options
{
Bcc "removed-packages@qa.debian.org";
};
-Neve
+Import-Archive
{
- ExportDir "/org/ftp.debian.org/katie/neve-files/";
+ ExportDir "/org/ftp.debian.org/dak/import-archive-files/";
};
-Lauren
+Reject-Proposed-Updates
{
StableRejector "Martin (Joey) Schulze <joey@debian.org>";
MoreInfoURL "http://people.debian.org/~joey/3.1r2/";
};
-Emilie
+Import-LDAP-Fingerprints
{
LDAPDn "ou=users,dc=debian,dc=org";
LDAPServer "db.debian.org";
KeyServer "wwwkeys.eu.pgp.net";
};
-Rhona
+Clean-Suites
{
// How long (in seconds) dead packages are left before being killed
StayOfExecution 129600; // 1.5 days
QueueBuildStayOfExecution 86400; // 24 hours
- MorgueSubDir "rhona";
+ MorgueSubDir "pool";
};
-Lisa
+Process-New
{
AcceptedLockFile "/org/ftp.debian.org/lock/unchecked.lock";
};
-Cindy
+Check-Overrides
{
OverrideSuites
{
};
Announce "debian-changes@lists.debian.org";
CopyChanges "dists/proposed-updates/";
- CopyKatie "/org/ftp.debian.org/queue/proposed-updates/";
+ CopyDotDak "/org/ftp.debian.org/queue/proposed-updates/";
Version "3.1-updates";
Origin "Debian";
Description "Debian 3.1 Proposed Updates - Not Released";
{
Root "/org/ftp.debian.org/ftp/";
Pool "/org/ftp.debian.org/ftp/pool/";
- Templates "/org/ftp.debian.org/katie/templates/";
+ Templates "/org/ftp.debian.org/dak/templates/";
PoolRoot "pool/";
Lists "/org/ftp.debian.org/database/dists/";
Log "/org/ftp.debian.org/log/";
archs="alpha arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sh sparc"
scriptdir=$base/scripts
-masterdir=$base/katie/
+masterdir=$base/dak/
dbdir=$base/database/
lockdir=$base/lock/
overridedir=$scriptdir/override
-// Example /etc/katie/katie.conf
+// Example /etc/dak/dak.conf
Config
{
// FQDN hostname
- auric.debian.org
+ raff.debian.org
{
// Optional hostname as it appears in the database (if it differs
// from the FQDN hostname).
DatbaseHostname "ftp-master";
- // Optional filename of katie's config file; if not present, this
- // file is assumed to contain katie config info.
- KatieConfig "/org/ftp.debian.org/katie/katie.conf";
+ // Optional filename of dak's config file; if not present, this
+ // file is assumed to contain dak config info.
+ DakConfig "/org/ftp.debian.org/dak/config/debian/dak.conf";
// Optional filename of apt-ftparchive's config file; if not
// present, the file is assumed to be 'apt.conf' in the same
// directory as this file.
- AptConfig "/org/ftp.debian.org/katie/apt.conf";
+ AptConfig "/org/ftp.debian.org/dak/config/debian/apt.conf";
}
}