summaryrefslogtreecommitdiff
path: root/DistUpgrade
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-07-31 18:22:09 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-07-31 18:22:09 +0200
commitbb6ff35e3a7f05513a3a742727577baf46f9d908 (patch)
tree811b2a9bf0e8a0b14db1be52e4c0cad0f801be43 /DistUpgrade
parent2abf677dfcbbde548ff1104410c89df8e4809ae0 (diff)
downloadpython-apt-bb6ff35e3a7f05513a3a742727577baf46f9d908.tar.gz
* edgy dist-upgrader created
Diffstat (limited to 'DistUpgrade')
-rw-r--r--DistUpgrade/DistUpgrade.cfg4
-rw-r--r--DistUpgrade/DistUpgradeControler.py4
-rw-r--r--DistUpgrade/ReleaseAnnouncement8
-rwxr-xr-xDistUpgrade/build-dist.sh2
4 files changed, 9 insertions, 9 deletions
diff --git a/DistUpgrade/DistUpgrade.cfg b/DistUpgrade/DistUpgrade.cfg
index c594f296..9d6001fb 100644
--- a/DistUpgrade/DistUpgrade.cfg
+++ b/DistUpgrade/DistUpgrade.cfg
@@ -32,8 +32,8 @@ KeyDependencies=xubuntu-artwork-usplash, xubuntu-default-settings, xfce4
BackupExt=distUpgrade
[Sources]
-From=breezy
-To=dapper
+From=dapper
+To=edgy
ValidOrigin=Ubuntu
ValidMirrors = mirrors.txt
diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py
index b6b52c72..9ad95d3f 100644
--- a/DistUpgrade/DistUpgradeControler.py
+++ b/DistUpgrade/DistUpgradeControler.py
@@ -446,7 +446,7 @@ class DistUpgradeControler(object):
# this is the core
- def dapperUpgrade(self):
+ def edgyUpgrade(self):
# sanity check (check for ubuntu-desktop, brokenCache etc)
self._view.updateStatus(_("Checking package manager"))
self._view.setStep(1)
@@ -516,6 +516,6 @@ class DistUpgradeControler(object):
subprocess.call(["reboot"])
def run(self):
- self.dapperUpgrade()
+ self.edgyUpgrade()
diff --git a/DistUpgrade/ReleaseAnnouncement b/DistUpgrade/ReleaseAnnouncement
index baa35883..2d4e03a4 100644
--- a/DistUpgrade/ReleaseAnnouncement
+++ b/DistUpgrade/ReleaseAnnouncement
@@ -1,9 +1,9 @@
-Welcome to Ubuntu 6.06 LTS
---------------------------
+Welcome to Ubuntu 6.10 'Edgy Eft'
+---------------------------------
+*WARNING: THIS IS A DEVELOPMENT SNAPSHOT*
-The Ubuntu team is proud to announce Ubuntu 6.06 LTS (Long Term
-Support).
+The Ubuntu team is proud to announce Ubuntu 6.10 'Edgy Eft'.
Ubuntu is a Linux distribution for your desktop or server, with a fast
and easy install, regular releases, a tight selection of excellent
diff --git a/DistUpgrade/build-dist.sh b/DistUpgrade/build-dist.sh
index fd06fede..4af768ef 100755
--- a/DistUpgrade/build-dist.sh
+++ b/DistUpgrade/build-dist.sh
@@ -9,7 +9,7 @@
TARGETDIR=../dist-upgrade-build
SOURCEDIR=`pwd`
-DIST=dapper
+DIST=edgy
MAINTAINER="Michael Vogt <michael.vogt@ubuntu.com>"
NOTES=ReleaseAnnouncement
version=$(date +%Y%m%d.%H%M)