]> git.decadent.org.uk Git - dak.git/commitdiff
updates
authorJoerg Jaspert <joerg@debian.org>
Sat, 19 Mar 2011 14:04:59 +0000 (15:04 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sat, 19 Mar 2011 14:04:59 +0000 (15:04 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
docs/README.stable-point-release

index 868ac96f3d8fc2941034ac44308f9c5732bec1e9..b3c8bde675d537db0a265c83e531bcd9c27f85e4 100644 (file)
@@ -11,6 +11,7 @@ o ask rms if they have RMs to do.
 o If you installed a debian-installer upload; migrate the relevant
   installer-*/$release directory from proposed-updates to stable.
   (Including potentially removing older versions)
+  dak copy-installer helps
 o Update version number in README, README.html and dists/README
 o Update the 'Debian<n>.<n>r<n>' symlink in dists/
 o Clean up dists/stable/ChangeLog (add header, basically)
@@ -44,10 +45,9 @@ o if so:
    sudo -H -u archvsync /home/archvsync/runmirrors > ~dak/runmirrors.log 2>&1 &
 
 
-
 begin;
-update suite set version = '5.0.8' where suite_name = 'stable';
-update suite set description = 'Debian 5.0.8 Released 22 Januar 2011' where suite_name = 'stable';
+update suite set version = '6.0.1' where suite_name = 'stable';
+update suite set description = 'Debian 6.0.1 Released 19 March 2011' where suite_name = 'stable';
 
 ------------------------------------------------------------------------
 Old doc: