diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-04-13 16:10:44 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-04-13 16:10:44 +0200 |
| commit | 37fff00bab8c39bd52d02239c241cf4d6b1c72a3 (patch) | |
| tree | cca40b5c2725829323b01f08234998e48a5073d6 /DistUpgrade | |
| parent | f3f7ea7021572b48116c9f81664573175c663b45 (diff) | |
| download | python-apt-37fff00bab8c39bd52d02239c241cf4d6b1c72a3.tar.gz | |
* releaeannouncement typo fixed
Diffstat (limited to 'DistUpgrade')
| -rw-r--r-- | DistUpgrade/ReleaseAnnouncement | 48 | ||||
| -rwxr-xr-x | DistUpgrade/build-dist.sh | 2 |
2 files changed, 49 insertions, 1 deletions
diff --git a/DistUpgrade/ReleaseAnnouncement b/DistUpgrade/ReleaseAnnouncement new file mode 100644 index 00000000..b34d1e76 --- /dev/null +++ b/DistUpgrade/ReleaseAnnouncement @@ -0,0 +1,48 @@ +The Ubuntu team is proud to announce a test version of Ubuntu 6.04. + +* THIS IS A DEVELOPMENT SNAPSHOT * + +Ubuntu is a Linux distribution for your desktop or server, with a +fast and easy install, regular releases, a tight selection of +excellent packages installed by default, every other package you can +imagine available from the network, a commitment to security updates +for 18 months after each release and professional technical support +from many companies around the world. + + +Feedback and Helping +-------------------- + +If you would like to help shape Ubuntu, take a look at the list of +ways you can participate at + + http://www.ubuntu.com/community/participate/ + +Your comments, bug reports, patches and suggestions will help ensure +that our next release is the best release of Ubuntu ever. Please +report bugs through Launchpad: + + http://launchpad.net/distros/ubuntu/+bugs + +If you have a question, or if you think you may have found a bug but +aren't sure, first try asking on the #ubuntu IRC channel on Freenode, +on the Ubuntu Users mailing list, or on the Ubuntu forums: + + http://lists.ubuntu.com/mailman/listinfo/ubuntu-users + http://www.ubuntuforums.org/ + + +More Information +---------------- + +You can find out more about Ubuntu on our website, IRC channel and wiki. +If you're new to Ubuntu, please visit: + + http://www.ubuntu.com/ + + +To sign up for future Ubuntu announcements, please subscribe to Ubuntu's +very low volume announcement list at: + + http://lists.ubuntu.com/mailman/listinfo/ubuntu-announce + diff --git a/DistUpgrade/build-dist.sh b/DistUpgrade/build-dist.sh index f48c4e39..fd06fede 100755 --- a/DistUpgrade/build-dist.sh +++ b/DistUpgrade/build-dist.sh @@ -11,7 +11,7 @@ TARGETDIR=../dist-upgrade-build SOURCEDIR=`pwd` DIST=dapper MAINTAINER="Michael Vogt <michael.vogt@ubuntu.com>" -NOTES=ReleaseAnouncement +NOTES=ReleaseAnnouncement version=$(date +%Y%m%d.%H%M) # create targetdir |
