summaryrefslogtreecommitdiff
path: root/DistUpgrade
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-09-27 11:15:29 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-09-27 11:15:29 +0200
commit07e2fdad893de38adf506ac29c3472a727a38b13 (patch)
tree165975d6811341d193e287a62e3f538d3413c68b /DistUpgrade
parenta1ec5a007953cdd84e0ac6a0ee24e4252b724ca8 (diff)
downloadpython-apt-07e2fdad893de38adf506ac29c3472a727a38b13.tar.gz
* DistUpgrade/cdromupgrade:
- fix missing "then" *cough* * DistUpgrade/ReleaseAnnouncement: - updated to mention the "beta" * DistUpgrade/Changelog: - updated
Diffstat (limited to 'DistUpgrade')
-rw-r--r--DistUpgrade/Changelog2
-rw-r--r--DistUpgrade/ReleaseAnnouncement2
-rwxr-xr-xDistUpgrade/cdromupgrade2
3 files changed, 4 insertions, 2 deletions
diff --git a/DistUpgrade/Changelog b/DistUpgrade/Changelog
index 4e358b0c..1bdc3080 100644
--- a/DistUpgrade/Changelog
+++ b/DistUpgrade/Changelog
@@ -1,3 +1,5 @@
+2006-09-27:
+ - embarrassing bug cdromupgrade.sh
2006-09-26:
- comment out the getRequiredBackport code because we will
not use Breaks for the dapper->edgy upgrade yet
diff --git a/DistUpgrade/ReleaseAnnouncement b/DistUpgrade/ReleaseAnnouncement
index 98eca455..6d9adb2c 100644
--- a/DistUpgrade/ReleaseAnnouncement
+++ b/DistUpgrade/ReleaseAnnouncement
@@ -1,7 +1,7 @@
Welcome to Ubuntu 6.10 'Edgy Eft'
---------------------------------
-*WARNING: THIS IS A DEVELOPMENT SNAPSHOT*
+*WARNING: THIS IS A BETA RELEASE*
The Ubuntu team is proud to announce Ubuntu 6.10 'Edgy Eft'.
diff --git a/DistUpgrade/cdromupgrade b/DistUpgrade/cdromupgrade
index 9ed8cdea..4c9d0279 100755
--- a/DistUpgrade/cdromupgrade
+++ b/DistUpgrade/cdromupgrade
@@ -26,7 +26,7 @@ fi
TMPDIR=$(mktemp -d distupgrade.XXXXXX)
cd $TMPDIR
tar xzf $fullpath/$CODENAME.tar.gz
-if [ ! -x $TMPDIR/$CODENAME ];
+if [ ! -x $TMPDIR/$CODENAME ]; then
echo "Could not find the upgrade application in the archive, exiting"
exit 1
fi