Hello community,

here is the log from the commit of package velum for openSUSE:Factory checked 
in at 2018-02-27 16:59:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/velum (Old)
 and      /work/SRC/openSUSE:Factory/.velum.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "velum"

Tue Feb 27 16:59:53 2018 rev:9 rq:580512 
version:3.0.0+dev+git_r659_6ac641fcbeac276b2a74c5797714694a5f9e21df

Changes:
--------
--- /work/SRC/openSUSE:Factory/velum/velum.changes      2018-02-26 
23:27:20.661603177 +0100
+++ /work/SRC/openSUSE:Factory/.velum.new/velum.changes 2018-02-27 
17:00:12.847150694 +0100
@@ -1,0 +2,12 @@
+Tue Feb 27 09:06:35 UTC 2018 - [email protected]
+
+- Commit b74718c by Maximilian Meister [email protected]
+ disable codeclimate check that rubocop already does
+ 
+ this is one example of overlapping checks that are performed by rubocop and
+ therefore can be disabled, otherwise it shows up on the github status always
+ 
+ Signed-off-by: Maximilian Meister <[email protected]>
+
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ velum.spec ++++++
--- /var/tmp/diff_new_pack.GuUQHr/_old  2018-02-27 17:00:14.227100834 +0100
+++ /var/tmp/diff_new_pack.GuUQHr/_new  2018-02-27 17:00:14.231100690 +0100
@@ -23,7 +23,7 @@
 # Version:      1.0.0
 # %%define branch 1.0.0
 
-Version:        3.0.0+dev+git_r657_5ff58ad3ec6b1b88d02799820e6e06af020d24b9
+Version:        3.0.0+dev+git_r659_6ac641fcbeac276b2a74c5797714694a5f9e21df
 Release:        0
 %define branch master
 Summary:        Dashboard for CaasP
@@ -96,7 +96,7 @@
 %description
 velum is the dashboard for CaasP to manage and deploy kubernetes clusters on 
top of MicroOS
 
-This package has been built with commit 
5ff58ad3ec6b1b88d02799820e6e06af020d24b9 from branch master on date Mon, 26 Feb 
2018 14:28:11 +0000
+This package has been built with commit 
6ac641fcbeac276b2a74c5797714694a5f9e21df from branch master on date Tue, 27 Feb 
2018 09:05:58 +0000
 
 %prep
 %setup -q -n velum-%{branch}

++++++ master.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/velum-master/.codeclimate.yml 
new/velum-master/.codeclimate.yml
--- old/velum-master/.codeclimate.yml   2018-02-26 15:27:28.000000000 +0100
+++ new/velum-master/.codeclimate.yml   2018-02-27 10:05:48.000000000 +0100
@@ -2,3 +2,7 @@
 engines:
   rubocop:
     enabled: false
+checks:
+  # disable checks already done by rubocop
+  method-complexity:
+    enabled: false


Reply via email to