Signed-off-by: Joerg Jaspert <joerg@debian.org>
suite=stable
suitename=wheezy
pusuite=proposed-updates
-oldrev=7.1
-newrev=7.2
+oldrev=7.2
+newrev=7.3
export SCRIPTVARS=/srv/ftp-master.debian.org/dak/config/debian/vars
. $SCRIPTVARS
. "${configdir}/common"
dak cruft-report -s ${suite}
- and then check if they have a d-i update. if so, bash:
# set dioldver to "empty" if there is no old to remove
-diver=20130613+deb7u1
+diver=20130613+deb7u1+b1
dak copy-installer -s ${pusuite} -d ${suite} ${diver}
-dioldver=20130613
+dioldver=20130613+deb7u1
cd $ftpdir/dists/${suite}/main
if [ "${dioldver}" != "empty" ]; then
for iarch in $(dak admin s-a list-arch ${suite}); do