]> git.donarmstrong.com Git - dak.git/commitdiff
README.stable-point-release: Update for 7.7
authorAnsgar Burchardt <ansgar@debian.org>
Sun, 19 Oct 2014 08:56:48 +0000 (10:56 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Sun, 19 Oct 2014 08:56:48 +0000 (10:56 +0200)
Add copy & paste snippets for propups.

docs/README.stable-point-release

index 1d26a519dcffadfb3ce471814b5d56be26a1737e..e395adf9ccb028373936743b890e0fabfde599fd 100644 (file)
@@ -6,8 +6,8 @@ Rough Guide to doing Stable Point Releases in Debian
 suite=stable
 suitename=wheezy
 pusuite=proposed-updates
-oldrev=7.5
-newrev=7.6
+oldrev=7.6
+newrev=7.7
 export SCRIPTVARS=/srv/ftp-master.debian.org/dak/config/debian/vars
 . $SCRIPTVARS
 . "${configdir}/common"
@@ -43,14 +43,17 @@ cp /srv/release.debian.org/www/${suitename}/${newrev%%.*}/${newrev}/${suitename}
 dak control-suite --add ${suitename}-r0 < ${suitename}-r0-additions.cs
 
 - sync with stable RM if there is any propup needed. do it, if so:
-like, cat /srv/release.debian.org/www/squeeze/6.0/6.0.4/propup.unstable | dak control-suite --add unstable
-Note: unstable first, then testing
+cp /srv/release.debian.org/www/${suitename}/${newrev%%.*}/${newrev}/propups.unstable .
+dak control-suite --force --add unstable <propups.unstable
+cp /srv/release.debian.org/www/${suitename}/${newrev%%.*}/${newrev}/propups.testing .
+dak control-suite --force --add testing <propups.testing
+
 - ask rms if they have RMs to do.
 - 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+deb7u2+b1
+diver=20130613+deb7u2+b3
 dak copy-installer -s ${pusuite} -d ${suite} ${diver}
-dioldver=20130613+deb7u1+b2
+dioldver=20130613+deb7u2+b1
 cd $ftpdir/dists/${suite}/main
 if [ "${dioldver}" != "empty" ]; then
     for iarch in $(dak admin s-a list-arch ${suite}); do