diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 6d80ae38e4bfa82323398ceba27f25f94072bf5f (patch) | |
tree | 8ff7b57768c1e395e55e3c177687fb76d9d74ea3 /release/RELEASE-CHECKLIST | |
download | other-6d80ae38e4bfa82323398ceba27f25f94072bf5f.tar.gz other-6d80ae38e4bfa82323398ceba27f25f94072bf5f.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'release/RELEASE-CHECKLIST')
-rw-r--r-- | release/RELEASE-CHECKLIST | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/release/RELEASE-CHECKLIST b/release/RELEASE-CHECKLIST new file mode 100644 index 0000000..578eb84 --- /dev/null +++ b/release/RELEASE-CHECKLIST @@ -0,0 +1,80 @@ +Make the following directories: +clean sources-old sources dirty +and optionally: +test build done + +Choose version number: + * remember that RPM is stupid and considers 5.0beta1 newer than + 5.0, so always use "code versions" for the packages. Also + stuff like "-" etc is not working, so omit it + +Checkout branch: + fix the paths in versions script + use the checkout script + clean up the cache/ directory from previous builds + +Update version number + * */*.lsm + * arts/configure.in.in + * kdewebdev/quanta/src/quanta.h + * kdevelop/configure.in.in + * kdebase/konqueror/version.h + * kdebase/startkde + * kde-common/admin/cvs.sh has VERSION="3.x.x" + * kdelibs/kdecore/kdeversion.h + * kdelibs/kdecore/ksycoca.h --> ksycoca version number + * kdelibs/README + * kdenetwork/kopete/libkopete/kopeteversion.h + * bugs/template/wizard/report.html.tmpl + * bugs/bugz/wizard_config.pl + * www/areas/enterprise/bizcase/form.inc (major KDE versions only) + * for koffice: configure.in.in, lib/kofficecore/kofficeversion.h, etc. + * common and versions scripts + +Update kdepackages in kdelibs/kdeui +Run "fixuifiles" +Make sure the meinproc in path is a version of the correct branch +Use tag_all to get clean sources into "clean" directory (e.g. <releasedir>/clean/koffice) +Make tarballs using "pack <module>". Start with kde-i18n. Do kdelibs/kdebase last. +If you have to redo a tarball because of a code change and don't want to wait for meinproc to complete, + extract the old tarball inside cache/<module> before calling "pack". The docu script will + then use the version from the cache instead of regenerating it, saving a lot of time. +Upload tarballs to their final location, as 'ftprelease' user under a src/ directory. +chmod o-rwx any new dir (so that they're not yet public) +chmod g+w the new directory where packagers will put their files +create contrib/ directory and make it g+w for group "packager" +Test tarballs +md5sum *.tar.bz2 kde-i18n/*.tar.bz2 > MD5SUMS +gpg --detach-sign -a MD5SUMS (if you're bored, do it for all files) +(Note: for KOffice, MD5SUMS should be signed with --clearsign instead of --detach-sign.) +Prepare a Changelog +Inform the packagers (kde-packager at kde dot org) +Ask for/write announcement (on the kde-promo mailing-list) + +When everything is ready: + +- Make directory on the FTP site readable, so that mirrors can start getting it + Update latest and/or {koffice,kdevelop}-latest symlinks on the FTP site + +- clean up the older releases. Make sure that kdestableftp and kdeunstableftp + remain in their advertised size limits (~20 GB). Sort out older binary packages, + add compatibility links. + +- Enable syncing during the night, so that the uplink can be saturated and + does not affect interactive server load and network traffic. + +- Pre-notify sysadm@trolltech.com and sysadmin@kde.org about an upcoming release + so that they can be ready for fixing bandwidth problems, server outages or similiar. + Its not uncommon that slashdotting affects our server structure, and the right + people have to know about the release date and time to be able to react in time. + +When most of the mirrors behind http://download.kde.org have updated: +Commit announcement (after adding PHP header/footer) +Add an entry to www/index.php, www/announcements/index.php, www/info/releases.php, +www/download/index.php and www/whatiskde/project.php + +Post announcement in text to kde-announce@kde.org +Post news bit to + * dot.kde.org (editors@kdenews.org) + * freshmeat.net + * newsgroups, optionally |