diff --git a/plasma/README b/plasma/README index 08b2bec..9e70c07 100644 --- a/plasma/README +++ b/plasma/README @@ -1,62 +1,62 @@ 1 week before beta tar day: ask for changes to highlight on plasma-devel and ask for screenshots of them on make an errata page and ask people to add bugs https://community.kde.org/Plasma/5.1_Errata check for build failures on CI: https://build.kde.org/user/jriddell/my-views/view/Plasma/ or for a stable version https://build.kde.org/view/branchGroup%20stable-kf5-qt5/ check for build failures on neon CI: http://build.neon.kde.org/ or for a stable version http://build.neon.kde.org/view/1%20stable%20%E2%9A%9B%20git%20stable/ Check for critical bugs: -https://bugs.kde.org/buglist.cgi?bug_severity=critical&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=ASSIGNED&bug_status=REOPENED&known_name=Plasma5-All-Critical&list_id=1364199&product=Breeze&product=kde-cli-tools&product=kde-gtk-config&product=kded-appmenu&product=kdeplasma-addons&product=kfontview&product=khelpcenter&product=khotkeys&product=kinfocenter&product=kio-extras&product=klipper&product=kmenuedit&product=knetattach&product=krunner&product=ksmserver&product=ksplash&product=ksshaskpass&product=kstart&product=ksysguard&product=kwin&product=kwrited&product=Discover&product=Plasma%20Workspace%20Wallpapers&product=plasma-mediacenter&product=plasma-nm&product=plasmashell&product=Powerdevil&product=systemsettings&product=Touchpad-KCM&product=user-manager&query_based_on=Plasma5-All-Critical&query_format=advanced +https://bugs.kde.org/buglist.cgi?bug_severity=critical&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=ASSIGNED&bug_status=REOPENED&known_name=Plasma5-All-Critical&list_id=1364199&product=Breeze&product=kde-cli-tools&product=kde-gtk-config&product=kded-appmenu&product=kdeplasma-addons&product=kfontview&product=khelpcenter&product=khotkeys&product=kinfocenter&product=kio-extras&product=klipper&product=kmenuedit&product=knetattach&product=krunner&product=ksmserver&product=ksplash&product=ksshaskpass&product=Plasma%20Vault&product=kstart&product=ksysguard&product=kwin&product=kwrited&product=Discover&product=Plasma%20Workspace%20Wallpapers&product=plasma-mediacenter&product=plasma-nm&product=plasmashell&product=Powerdevil&product=systemsettings&product=Touchpad-KCM&product=user-manager&query_based_on=Plasma5-All-Critical&query_format=advanced on tar day tar: update VERSIONS.inc run ./plasma-git-repos to update list of things to package in git-repositories-for-release run ./plasma-update-versions (ensure it is using the right branches) run ./plasma-tars script to make tars run ./plasma-upload check tmp-tests output for important differences run ./plasma-update-1-tar as needed for problems/late updates # TODO make this print out git log changes [upload to upload.kde.org and tell sysadmins to make tars available to packagers if you don't have permission] on beta tar day branch: on a new 5.x release make branches Plasma/5.x after making the tars: run ./plasma-branch edit ./plasma-update-versions to override versions to set 5.x.90 and run it for master Update kde:kde-build-metadata/logical-module-structure top use new branch Plasma/5.x and build that branch in build.kde.org ping tosky and kde-i18n-doc@kde.org list to branch messages and docmessages and update repo-metadata Update https://community.kde.org/Plasma/Live_Images on tar day prepare: run ./plasma-changelog (manually edit file after) Run ./update-web-svn run ./plasma-webpages and check over output opened in firefox on feature release make an errata page and ask people to add bugs https://community.kde.org/Plasma/5.1_Errata run optipng on any new images run ./plasma-add-bugzilla-versions to update bugzilla version numbers (needs curl installed and may need bugzilla-cookies.inc updated) tell release-team@kde.org, plasma-devel@kde.org tell vdg on forum about announce and get feedback on release day launch: ./plasma-tag to push tags ./update-web-svn ./plasma-release this will open tabs in firefox and kate: check the web pages are good, e-mail out the texts, post the social media bits check if www/images/teaser teaser image needs an update [tell a KDE neon person to update forks/base-files and neon/settings to show new version before making ISOs] for feature release schedule a kickoff meeting for next feature release for scheduling and feature planning for beta releases also copy announce to 5.x.0 page and ask for translations TODO: remove apt from plasma-release update-web-svn has hardcoded paths src/www check .sig matches the key in VERSION test gpg works with agent before running plasma-tag test tag has been pushed pkgdiff output https://lvc.github.io/pkgdiff/ \ No newline at end of file diff --git a/plasma/VERSIONS.inc b/plasma/VERSIONS.inc index 03f0c78..71f3c7a 100644 --- a/plasma/VERSIONS.inc +++ b/plasma/VERSIONS.inc @@ -1,32 +1,32 @@ LANG=en_US.UTF-8 LANGUAGE=en LC_ALL=en_US.UTF-8 -VERSION=5.10.95 +VERSION=5.11.0 SHORT_VERSION=5.11 OLD_VERSION=5.10.5 -ORIGIN=trunk # git branch as set in projects.k.o, set to trunk or stable -FTPSTABLE=unstable # set to unstable or stable +ORIGIN=stable # git branch as set in projects.k.o, set to trunk or stable +FTPSTABLE=stable # set to unstable or stable OLD_FTPSTABLE=stable # set to unstable or stable of previous release -BRANCH=master # set to master or Plasma/5.x -MINOR_RELEASE_MONTH=September # for announcement, when was 5.x.0 released +BRANCH=Plasma/5.11 # set to master or Plasma/5.x +MINOR_RELEASE_MONTH=October # for announcement, when was 5.x.0 released -RELEASETYPE=Beta # for changelog, set to Beta, Feature or Bugfix +RELEASETYPE=Feature # for changelog, set to Beta, Feature or Bugfix INFOCHECKOUT="/home/jr/src/www/www/info" # svn+ssh://svn@svn.kde.org/home/kde/trunk/www/sites/www/info/ ANNOUNCECHECKOUT="/home/jr/src/www/www/announcements" # svn+ssh://svn@svn.kde.org/home/kde/trunk/www/sites/www/announcements/ L10NSCRIPTSCHECKOUT="/home/jr/src/www/l10n-kde4/scripts" # svn+ssh://svn@svn.kde.org/home/kde/trunk/l10n-kde4/scripts/ WWWCHECKOUT="/home/jr/src/www/www" # svn+ssh://svn@svn.kde.org/home/kde/trunk/www/sites/www/ UPLOADSERVER="ftpadmin@racnoss.kde.org" #UPLOADSERVER="weegie" -RELEASEDATE="Thursday, 13 September 2017" # usually `LC_ALL=C date "+%A, %d %B %Y" --date="next Tue"` -RELEASEMONTH="September" # usually `LC_ALL=C date "+%B" --date="next Tue"` +RELEASEDATE="Tuesday, 10 October 2017" # usually `LC_ALL=C date "+%A, %d %B %Y" --date="next Tue"` +RELEASEMONTH="October" # usually `LC_ALL=C date "+%B" --date="next Tue"` TIMESINCELASTRELEASE="a month's" # in sentence 'This release adds TIMESINCELASTRELEASE worth of new' SCRATCH_SERVER=embra:tmp/ # somewhere to scp QA and tag files to YOUTUBEID="VtdTC2Mh070" # The video ID used in URL for youtube GPG_KEY=0xEC94D18F7F05997E RELEASE_DUDE="Jonathan Riddell"