]> git.decadent.org.uk Git - dak.git/commitdiff
Note 7.3, just for the fun
authorJoerg Jaspert <joerg@debian.org>
Sat, 14 Dec 2013 11:20:17 +0000 (12:20 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sat, 14 Dec 2013 11:20:17 +0000 (12:20 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
docs/README.stable-point-release

index 47667d6743881d54441d6e52057adf9d4fd02317..2b82733034916881caf808e7895e6c81a7f4b559 100644 (file)
@@ -6,8 +6,8 @@ Rough Guide to doing Stable Point Releases in Debian
 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"
@@ -47,9 +47,9 @@ Note: unstable first, then testing
 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