summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/todo/updates_for_sbuild_0.70.0-1.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/todo/updates_for_sbuild_0.70.0-1.mdwn b/doc/todo/updates_for_sbuild_0.70.0-1.mdwn
index 35df951b..30c2694c 100644
--- a/doc/todo/updates_for_sbuild_0.70.0-1.mdwn
+++ b/doc/todo/updates_for_sbuild_0.70.0-1.mdwn
@@ -8,9 +8,9 @@ It turns out that the apt keypair is only needed if you're trying to build for s
- The code to update existing chroots will be unpleasant, because we don't want to run propellor inside the sbuild chroot so that it remains standardised (that's why we create it with sbuild-createchroot).
-2. Drop support for building for wheezy and newer, replacing the `keypairGenerated` and `keypairInsecurelyGenerated` properties with a property that ensures that the keypair directory does not exist.
+2. Drop support for building for squeeze and newer, replacing the `keypairGenerated` and `keypairInsecurelyGenerated` properties with a property that ensures that the keypair directory does not exist.
- - Wheezy is very old.
+ - Squeeze is very old.
- This will simplify and speed up chroot creation and builds.