提交 a925017a 编写于 作者: J James Troup

sync

上级 660b1949
#!/bin/sh
#
# Run at the beginning of the month via cron, out of katie's crontab.
set -e
export SCRIPTVARS=/org/ftp.debian.org/katie/vars
. $SCRIPTVARS
################################################################################
DATE=`date -d yesterday +%y%m`
cd /org/ftp.debian.org/mail/archive
if [ -f mail ]; then
mv mail mail-$DATE
sleep 20
gzip -9 mail-$DATE
chgrp debadmin mail-$DATE.gz
chmod 660 mail-$DATE.gz
fi;
################################################################################
......@@ -26,7 +26,7 @@ Dinstall
PackagesServer "packages.debian.org";
NewAckList "/org/ftp.debian.org/katie/log";
LockFile "/org/ftp.debian.org/katie/lock";
Bcc "troup@auric.debian.org";
Bcc "archive@ftp-master.debian.org";
GroupOverrideFilename "override.group-maint";
};
......
......@@ -26,7 +26,7 @@ Dinstall
PackagesServer "packages.debian.org";
NewAckList "/org/non-us.debian.org/katie/log";
LockFile "/org/non-us.debian.org/katie/lock";
Bcc "troup@auric.debian.org";
Bcc "archive@ftp-master.debian.org";
GroupOverrideFilename "override.group-maint";
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册