[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [releaseme] plasma: plasma 5.14 beta
From:       Jonathan Riddell <null () kde ! org>
Date:       2018-09-13 18:21:53
Message-ID: E1g0WFV-0000R4-Ob () code ! kde ! org
[Download RAW message or body]

Git commit 31579ac9c3f0b96a7738ff5f88308b68adcd303f by Jonathan Riddell.
Committed on 13/09/2018 at 18:21.
Pushed by jriddell into branch 'master'.

plasma 5.14 beta

M  +3    -3    plasma/README
M  +9    -9    plasma/VERSIONS.inc
M  +1    -1    plasma/lib/plasma-tag-test.rb
M  +1    -1    plasma/plasma-tag-test-test
M  +1    -1    plasma/plasma-update-versions

https://commits.kde.org/releaseme/31579ac9c3f0b96a7738ff5f88308b68adcd303f

diff --git a/plasma/README b/plasma/README
index 00098a9..31c57ae 100644
--- a/plasma/README
+++ b/plasma/README
@@ -3,9 +3,9 @@
  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/
+ https://build.kde.org/job/Plasma/view/Everything%20-%20kf5-qt5/
 or for a stable version
- https://build.kde.org/view/branchGroup%20stable-kf5-qt5/
+ https://build.kde.org/job/Plasma/view/Everything%20-%20stable-kf5-qt5/
 check for build failures on neon CI:
  http://build.neon.kde.org/
 or for a stable version
@@ -36,7 +36,7 @@ on beta tar day branch:
   Update build.kde.org CI \
https://community.kde.org/Infrastructure/Continuous_Integration_System#Updating_builds_on_switching_the_.22stable.22_branch
                
     Increse kde:kde-build-metadata/logical-module-structure top use new branch \
                Plasma/5.x and build that branch in build.kde.org
     Trigger build.kde.org to update build setups to latest kde-build-metadata info:
-      https://build.kde.org/view/CI%20Management/job/DSL%20Job%20Seed/
+      https://build.kde.org/job/Administration/job/DSL%20Job%20Seed/
     When above has completed start global rebuild
       https://build.kde.org/view/CI%20Management/job/Global%20Rebuild%20Plasma%20kf5-qt5%20SUSEQt5.10/
                
       https://build.kde.org/view/CI%20Management/job/Global%20Rebuild%20Plasma%20kf5-qt5%20FreeBSDQt5.10/
                
diff --git a/plasma/VERSIONS.inc b/plasma/VERSIONS.inc
index f087fa9..6059b0e 100644
--- a/plasma/VERSIONS.inc
+++ b/plasma/VERSIONS.inc
@@ -2,16 +2,16 @@ LANG=en_GB.UTF-8
 LANGUAGE=en
 LC_ALL=en_GB.UTF-8
 
-VERSION=5.13.5
-SHORT_VERSION=5.13
-OLD_VERSION=5.13.4
-ORIGIN=stable  # git branch as set in projects.k.o, set to trunk or stable
-FTPSTABLE=stable  # set to unstable or stable
+VERSION=5.13.90
+SHORT_VERSION=5.14
+OLD_VERSION=5.13.5
+ORIGIN=trunk  # git branch as set in projects.k.o, set to trunk or stable
+FTPSTABLE=unstable  # set to unstable or stable
 OLD_FTPSTABLE=stable  # set to unstable or stable of previous release
-BRANCH=Plasma/5.13 # set to master or Plasma/5.x
-MINOR_RELEASE_MONTH=June # for announcement, when was 5.x.0 released
+BRANCH=master # set to master or Plasma/5.x
+MINOR_RELEASE_MONTH=September # for announcement, when was 5.x.0 released
 
-RELEASETYPE=Bugfix # for changelog, set to Beta, Feature or Bugfix
+RELEASETYPE=Beta # 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/ @@ -23,7 +23,7 \
@@ PLASMA_CLONES="/home/jr/src/kde/"                       # a directory containing  
 SCRATCH_SERVER=embra:tmp/
 
-RELEASEDATE="Tue, 4 Sep 2018" # usually  `LC_ALL=C date "+%A, %d %B %Y" --date="next \
Tue"` +RELEASEDATE="Thu, 13 September 2018" # usually  `LC_ALL=C date "+%A, %d %B %Y" \
--date="next Tue"`  RELEASEMONTH="September" # usually `LC_ALL=C date "+%B" \
--date="next Tue"`  TIMESINCELASTRELEASE="a month's" # in sentence 'This release adds \
a TIMESINCELASTRELEASE worth of new'  
diff --git a/plasma/lib/plasma-tag-test.rb b/plasma/lib/plasma-tag-test.rb
index 91b6462..ae8eaaa 100755
--- a/plasma/lib/plasma-tag-test.rb
+++ b/plasma/lib/plasma-tag-test.rb
@@ -12,7 +12,7 @@ class PlasmaTagTest
     plasma_versions = PlasmaVersion.new
     @version = plasma_versions.version
     Dir.chdir(plasma_versions.plasma_clones)
-    @version = '5.13.4'
+    @version = '5.13.90'
   end
 
   def grab_git_repos
diff --git a/plasma/plasma-tag-test-test b/plasma/plasma-tag-test-test
index cdadfa2..69478ee 100755
--- a/plasma/plasma-tag-test-test
+++ b/plasma/plasma-tag-test-test
@@ -12,7 +12,7 @@ class PlasmaTagTestTest < Test::Unit::TestCase
   # end
 
   def test_version
-    assert_equal '5.13.2', @tagTest.version, 'Version not set.'
+    assert_equal '5.13.90', @tagTest.version, 'Version not set.'
   end
 
   def test_git_repos
diff --git a/plasma/plasma-update-versions b/plasma/plasma-update-versions
index b2a6282..b42c74e 100755
--- a/plasma/plasma-update-versions
+++ b/plasma/plasma-update-versions
@@ -7,7 +7,7 @@ set -xe
 . VERSIONS.inc
 
 # echo for updating version in master after branch override versions here
-# VERSION=5.13.80
+VERSION=5.14.80
 
 WORKSPACE=`cat git-repositories-for-release`
 echo "updating versions for $WORKSPACE"


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic