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

Changes from 8.7

上级 d3e957d0
...@@ -9,7 +9,7 @@ TRY THE NEW pointrelease SCRIPT INSTEAD! ...@@ -9,7 +9,7 @@ TRY THE NEW pointrelease SCRIPT INSTEAD!
- sudo to dak - sudo to dak
- bash: - bash:
suitename=jessie suitename=jessie
newrev=8.6 newrev=8.7
export SCRIPTVARS=/srv/ftp-master.debian.org/dak/config/debian/vars export SCRIPTVARS=/srv/ftp-master.debian.org/dak/config/debian/vars
. $SCRIPTVARS . $SCRIPTVARS
...@@ -99,11 +99,11 @@ fi ...@@ -99,11 +99,11 @@ fi
# $EDITOR ${ftpdir}/dists/${suite}/ChangeLog # $EDITOR ${ftpdir}/dists/${suite}/ChangeLog
- and then check if they have a d-i update. if so, bash: - 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} dak copy-installer -s ${pusuite} -d ${suite} ${diver}
# set dioldver to "empty" if there is no old to remove # set dioldver to "empty" if there is no old to remove
dioldver=20150422+deb8u4 dioldver=20150422+deb8u4+b1
if [ "${dioldver}" != "empty" ]; then if [ "${dioldver}" != "empty" ]; then
cd $ftpdir/dists/${suite}/main cd $ftpdir/dists/${suite}/main
for iarch in $(dak admin s-a list-arch ${suite}); do for iarch in $(dak admin s-a list-arch ${suite}); do
...@@ -210,6 +210,12 @@ while :; do ...@@ -210,6 +210,12 @@ while :; do
done done
echo "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: - Check if a mirror push is needed or next dinstall is enough. for a push, bash:
cd cd
${configdir}/cronscript mirror ${configdir}/cronscript mirror
...@@ -42,7 +42,7 @@ suite="${1}" ...@@ -42,7 +42,7 @@ suite="${1}"
source="${ftpdir}/dists/${suite}" source="${ftpdir}/dists/${suite}"
target="sync-release:/srv/ftp-master.debian.org/tmp-release/" target="sync-release:/srv/ftp-master.debian.org/tmp-release/"
rsync -aH -B8192 \ rsync -avH --progress -B8192 \
--exclude "/*/installer-*" \ --exclude "/*/installer-*" \
--timeout 3600 \ --timeout 3600 \
-e 'ssh -o ConnectTimeout=30 -o SetupTimeout=30' \ -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.
先完成此消息的编辑!
想要评论请 注册