提交 fbafa2ea 编写于 作者: J Joerg Jaspert

Changes from 8.7

上级 d3e957d0
......@@ -9,7 +9,7 @@ TRY THE NEW pointrelease SCRIPT INSTEAD!
- sudo to dak
- bash:
suitename=jessie
newrev=8.6
newrev=8.7
export SCRIPTVARS=/srv/ftp-master.debian.org/dak/config/debian/vars
. $SCRIPTVARS
......@@ -99,11 +99,11 @@ fi
# $EDITOR ${ftpdir}/dists/${suite}/ChangeLog
- and then check if they have a d-i update. if so, bash:
diver=20150422+deb8u4+b1
diver=20150422+deb8u4+b2
dak copy-installer -s ${pusuite} -d ${suite} ${diver}
# set dioldver to "empty" if there is no old to remove
dioldver=20150422+deb8u4
dioldver=20150422+deb8u4+b1
if [ "${dioldver}" != "empty" ]; then
cd $ftpdir/dists/${suite}/main
for iarch in $(dak admin s-a list-arch ${suite}); do
......@@ -210,6 +210,12 @@ while :; do
done
echo "Done"
wget --ca-directory=/etc/ssl/ca-debian https://release.debian.org/proposed-updates/8/8.7/Release-${newrev}.gpg
cat Release-${newrev}.gpg >> ${ftpdir}/dists/${suite}/Release.gpg
cd ${ftpdir}/dists/${suite}
gpg --no-default-keyring --keyring /usr/share/keyrings/debian-archive-keyring.gpg --trust-model=always --verify Release.gpg Release
- Check if a mirror push is needed or next dinstall is enough. for a push, bash:
cd
${configdir}/cronscript mirror
......@@ -42,7 +42,7 @@ suite="${1}"
source="${ftpdir}/dists/${suite}"
target="sync-release:/srv/ftp-master.debian.org/tmp-release/"
rsync -aH -B8192 \
rsync -avH --progress -B8192 \
--exclude "/*/installer-*" \
--timeout 3600 \
-e 'ssh -o ConnectTimeout=30 -o SetupTimeout=30' \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册