Skip to content
Commits on Source (4)
......@@ -220,11 +220,14 @@ if [[ ${suitename} != jessie ]]; then
fi
log "RM time"
if ${wget} -O "removallist" "${release_base}/removals.${target_suite}"; then
if ${wget} -O "removallist" "${release_base}/removals.${suitename}"; then
echo "Please check removallist file, I am going to run it as shell script when you confirm"
confirm
$EDITOR removallist
bash removallist
if [ -s removallist ]; then
hadrms=1
fi
fi
echo "Any more removals to be done?"
......
......@@ -26,7 +26,7 @@ Host dep11-sync
IdentityFile /srv/ftp-master.debian.org/s3kr1t/appstream.rsa
Host morgue-sync
Hostname stabile.debian.org
Hostname lw03.debian.org
User dak
IdentityFile /srv/ftp-master.debian.org/s3kr1t/push_morgue
......
......@@ -16,7 +16,7 @@ Host buildd
ControlPersist 60
Host morgue-sync
Hostname stabile.debian.org
Hostname lw03.debian.org
User dak
IdentityFile /srv/security-master.debian.org/s3kr1t/push_morgue
......