Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2018-06-20 15:35:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-release-tools"

Wed Jun 20 15:35:19 2018 rev:104 rq:617942 version:20180620.78e8212

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
    2018-06-19 12:00:56.372100239 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
       2018-06-20 15:35:37.452785625 +0200
@@ -1,0 +2,59 @@
+Wed Jun 20 08:06:39 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180620.78e8212:
+  * requestfinder: make devel project configurable
+  * ttm: Do not put openqa comment if dryrun
+  * ttm: Set snapshot number for Leap 15.0 Ports
+  * ttm: Use openSUSE Leap 15.0 AArch64 not Ports
+
+-------------------------------------------------------------------
+Tue Jun 19 04:38:53 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180619.67121e2:
+  * systemd/metrics-access.timer: skip Monday to avoid conflict with 
metrics.timer.
+  * Output Attribute metrics (not well tested)
+  * Catch 404 in metrics
+  * Fix test cases
+  * Don't store empty config attribute and propose migration
+  * Catch 404 for attributes (python3 way)
+  * Read lock attribute from remote config
+  * Migrate SUSE config into attributes
+  * Make remote-config mandatory
+  * Move config into an OBS attribute
+
+-------------------------------------------------------------------
+Tue Jun 19 03:32:07 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180618.d41cbda:
+  * metrics/access: add summary README.md.
+  * dist: package metrics/access tool and related.
+  * metrics/grafana: add access dashboard and data source.
+  * metrics/access: initial aggregate script.
+  * metrics/access: initial ingest script.
+
+-------------------------------------------------------------------
+Mon Jun 18 05:12:52 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180618.18c2ba3:
+  * Make norelease the default for SLE
+
+-------------------------------------------------------------------
+Mon Jun 18 04:38:58 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180618.b646e55:
+  * Generate an unsorted.group if configured
+
+-------------------------------------------------------------------
+Fri Jun 15 15:45:50 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180615.b05d559:
+  * request_splitter: gcc8 is the default compiler now
+
+-------------------------------------------------------------------
+Fri Jun 15 10:06:58 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180615.3f7ae41:
+  * Run ttm by systemd timer to prevent mem leaks
+  * TTM: Remove project-base option
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20180614.3b99137.obscpio

New:
----
  openSUSE-release-tools-20180620.78e8212.obscpio

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

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.ekJCF4/_old  2018-06-20 15:35:41.432641163 +0200
+++ /var/tmp/diff_new_pack.ekJCF4/_new  2018-06-20 15:35:41.436641018 +0200
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:           openSUSE-release-tools
-Version:        20180614.3b99137
+Version:        20180620.78e8212
 Release:        0
 Summary:        Tools to aid in staging and release work for openSUSE/SUSE
 License:        GPL-2.0-or-later AND MIT
@@ -167,6 +167,24 @@
 %description metrics
 Ingest relevant OBS and annotation data to generate insightful metrics.
 
+%package metrics-access
+Summary:        Ingest access logs to generate metrics
+Group:          Development/Tools/Other
+BuildArch:      noarch
+# Used to stream log files.
+Requires:       %{name}-metrics = %{version}
+Requires:       curl
+Requires:       php > 7
+# Used to install influxdb/influxdb-php.
+Requires:       php-composer
+# pgrep used in aggregate.php
+Requires:       procps
+# xzcat for decompressing log files.
+Requires:       xz
+
+%description metrics-access
+Ingest download.o.o Apache access logs and generate metrics.
+
 %package repo-checker
 Summary:        Repository checker service
 Group:          Development/Tools/Other
@@ -474,6 +492,7 @@
 %defattr(-,root,root,-)
 %{_bindir}/osrt-metrics
 %{_datadir}/%{source_dir}/metrics
+%exclude %{_datadir}/%{source_dir}/metrics/access
 %{_datadir}/%{source_dir}/metrics.py
 %{_datadir}/%{source_dir}/metrics_release.py
 # To avoid adding grafana as BuildRequires since it does not live in same repo.
@@ -488,6 +507,14 @@
 %{_unitdir}/osrt-metrics-release@.service
 %{_unitdir}/osrt-metrics-release@.timer
 
+%files metrics-access
+%defattr(-,root,root,-)
+%{_bindir}/osrt-metrics-access-aggregate
+%{_bindir}/osrt-metrics-access-ingest
+%{_datadir}/%{source_dir}/metrics/access
+%{_unitdir}/osrt-metrics-access.service
+%{_unitdir}/osrt-metrics-access.timer
+
 %files repo-checker
 %defattr(-,root,root,-)
 %{_bindir}/osrt-repo_checker
@@ -527,6 +554,7 @@
 %{_bindir}/osrt-totest-manager
 %{_datadir}/%{source_dir}/totest-manager.py
 %{_unitdir}/osrt-totest-manager@.service
+%{_unitdir}/osrt-totest-manager@.timer
 
 %files pkglistgen
 %defattr(-,root,root,-)

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.ekJCF4/_old  2018-06-20 15:35:41.500638694 +0200
+++ /var/tmp/diff_new_pack.ekJCF4/_new  2018-06-20 15:35:41.504638550 +0200
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param 
name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param>
-    <param 
name="changesrevision">c3df9508696dbca3b8e0835704814442ac1871dc</param>
+    <param 
name="changesrevision">78e8212654331af3fb4e4d82a8609c1550a8a351</param>
   </service>
 </servicedata>

++++++ openSUSE-release-tools-20180614.3b99137.obscpio -> 
openSUSE-release-tools-20180620.78e8212.obscpio ++++++
++++ 3905 lines of diff (skipped)

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.ekJCF4/_old  2018-06-20 15:35:42.472603414 +0200
+++ /var/tmp/diff_new_pack.ekJCF4/_new  2018-06-20 15:35:42.472603414 +0200
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20180614.3b99137
-mtime: 1528952713
-commit: 3b991374ae061d40196efdc63c88720908cc077c
+version: 20180620.78e8212
+mtime: 1529481508
+commit: 78e8212654331af3fb4e4d82a8609c1550a8a351
 


Reply via email to