Hello community,

here is the log from the commit of package caasp-cli for openSUSE:Factory 
checked in at 2018-05-16 18:43:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/caasp-cli (Old)
 and      /work/SRC/openSUSE:Factory/.caasp-cli.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "caasp-cli"

Wed May 16 18:43:57 2018 rev:5 rq:609131 version:3.0.0+20180515.git_r38_8943b1e

Changes:
--------
--- /work/SRC/openSUSE:Factory/caasp-cli/caasp-cli.changes      2018-05-11 
09:17:57.219214097 +0200
+++ /work/SRC/openSUSE:Factory/.caasp-cli.new/caasp-cli.changes 2018-05-16 
18:45:00.623885288 +0200
@@ -1,0 +2,7 @@
+Tue May 15 03:00:13 UTC 2018 - containers-bugow...@suse.de
+
+- Commit 8943b1e by Kiall Mac Innes ki...@macinnes.ie
+ Add Housekeeping Job
+
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ caasp-cli.spec ++++++
--- /var/tmp/diff_new_pack.QeaTOU/_old  2018-05-16 18:45:02.783807232 +0200
+++ /var/tmp/diff_new_pack.QeaTOU/_new  2018-05-16 18:45:02.787807087 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           caasp-cli
-Version:        3.0.0+20180509.git_r37_ac6784a
+Version:        3.0.0+20180515.git_r38_8943b1e
 Release:        0
 Summary:        CLI for interacting with SUSE CaaS Platform Clusters
 License:        Apache-2.0

++++++ master.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/caasp-cli-master/Jenkinsfile.housekeeping 
new/caasp-cli-master/Jenkinsfile.housekeeping
--- old/caasp-cli-master/Jenkinsfile.housekeeping       1970-01-01 
01:00:00.000000000 +0100
+++ new/caasp-cli-master/Jenkinsfile.housekeeping       2018-05-15 
05:01:17.000000000 +0200
@@ -0,0 +1,5 @@
+def targetBranch = env.getEnvironment().get('CHANGE_TARGET', env.BRANCH_NAME)
+
+library "kubic-jenkins-library@${targetBranch}"
+
+coreKubicProjectHousekeeping()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/caasp-cli-master/vendor/k8s.io/client-go/pkg/version/base.go 
new/caasp-cli-master/vendor/k8s.io/client-go/pkg/version/base.go
--- old/caasp-cli-master/vendor/k8s.io/client-go/pkg/version/base.go    
2018-05-09 11:48:01.000000000 +0200
+++ new/caasp-cli-master/vendor/k8s.io/client-go/pkg/version/base.go    
2018-05-15 05:01:17.000000000 +0200
@@ -51,8 +51,8 @@
        // semantic version is a git hash, but the version itself is no
        // longer the direct output of "git describe", but a slight
        // translation to be semver compliant.
-       gitVersion   string = "v1.7.3-beta.0+ac6784a"
-       gitCommit    string = "ac6784ac230b721f03fe3e513fc57364cb436150"    // 
sha1 from git, output of $(git rev-parse HEAD)
+       gitVersion   string = "v1.7.3-beta.0+8943b1e"
+       gitCommit    string = "8943b1edb3d40c530396a217acbcc7841c2f091d"    // 
sha1 from git, output of $(git rev-parse HEAD)
        gitTreeState string = "not a git tree" // state of git tree, either 
"clean" or "dirty"
 
        buildDate string = "1970-01-01T00:00:00Z" // build date in ISO8601 
format, output of $(date -u +'%Y-%m-%dT%H:%M:%SZ')


Reply via email to