Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openSUSE-release-tools for openSUSE:Factory checked in at 2022-05-13 23:03:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old) and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools" Fri May 13 23:03:16 2022 rev:429 rq:976981 version:20220512.551f2f3e Changes: -------- --- /work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes 2022-05-12 22:58:44.512666421 +0200 +++ /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1538/openSUSE-release-tools.changes 2022-05-13 23:03:20.443132440 +0200 @@ -1,0 +2,17 @@ +Thu May 12 07:30:21 UTC 2022 - opensuse-releaset...@opensuse.org + +- Update to version 20220512.551f2f3e: + * Fix packages released to containers repo + * Add annotations to the dashboard + * Add annotation datasources + * Add annotations for Leap 15.4 + * Update product pattern for Leap 15.4 + * Recreate the database on each run + +------------------------------------------------------------------- +Wed May 11 09:06:33 UTC 2022 - opensuse-releaset...@opensuse.org + +- Update to version 20220511.d5ce68f7: + * dashboard: Add openSUSE:Leap:Micro:5.2:Images + +------------------------------------------------------------------- Old: ---- openSUSE-release-tools-20220510.47294604.obscpio New: ---- openSUSE-release-tools-20220512.551f2f3e.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openSUSE-release-tools.spec ++++++ --- /var/tmp/diff_new_pack.VdN6Pz/_old 2022-05-13 23:03:21.167133107 +0200 +++ /var/tmp/diff_new_pack.VdN6Pz/_new 2022-05-13 23:03:21.171133110 +0200 @@ -20,7 +20,7 @@ %define source_dir openSUSE-release-tools %define announcer_filename factory-package-news Name: openSUSE-release-tools -Version: 20220510.47294604 +Version: 20220512.551f2f3e Release: 0 Summary: Tools to aid in staging and release work for openSUSE/SUSE License: GPL-2.0-or-later AND MIT ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.VdN6Pz/_old 2022-05-13 23:03:21.207133143 +0200 +++ /var/tmp/diff_new_pack.VdN6Pz/_new 2022-05-13 23:03:21.211133147 +0200 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param> - <param name="changesrevision">f020a6255f20e8e92999e79415a584058ffa829a</param> + <param name="changesrevision">551f2f3e593282d6f3787ef2f3be56cf22fae5b6</param> </service> </servicedata> ++++++ openSUSE-release-tools-20220510.47294604.obscpio -> openSUSE-release-tools-20220512.551f2f3e.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20220510.47294604/dashboard/generate.py new/openSUSE-release-tools-20220512.551f2f3e/dashboard/generate.py --- old/openSUSE-release-tools-20220510.47294604/dashboard/generate.py 2022-05-10 17:46:46.000000000 +0200 +++ new/openSUSE-release-tools-20220512.551f2f3e/dashboard/generate.py 2022-05-12 09:28:47.000000000 +0200 @@ -172,7 +172,9 @@ else: fetcher.add('openSUSE:Leap:Micro:5.2', nick='Leap:Micro:5.2', download_url='https://download.opensuse.org/distribution/leap-micro/5.2/product/iso', - openqa_group='openSUSE Leap Micro 5.2', openqa_version='5.2', openqa_groupid=94) + openqa_group='openSUSE Leap Micro 5.2', openqa_version='5.2', openqa_groupid=95) + fetcher.add('openSUSE:Leap:Micro:5.2:Images', nick='Leap:Micro:5.2:Images', + openqa_group='openSUSE Leap Micro 5.2 Image', openqa_version='5.2', openqa_groupid=94) fetcher.add('openSUSE:Leap:15.4', nick='Leap:15.4', download_url='https://download.opensuse.org/distribution/leap/15.4/iso', openqa_group='openSUSE Leap 15', openqa_version='15.4', openqa_groupid=50) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20220510.47294604/gocd/sp4.target.gocd.yaml new/openSUSE-release-tools-20220512.551f2f3e/gocd/sp4.target.gocd.yaml --- old/openSUSE-release-tools-20220510.47294604/gocd/sp4.target.gocd.yaml 2022-05-10 17:46:46.000000000 +0200 +++ new/openSUSE-release-tools-20220512.551f2f3e/gocd/sp4.target.gocd.yaml 2022-05-12 09:28:47.000000000 +0200 @@ -84,7 +84,10 @@ tasks: - script: |- set -e - osc -A https://api.suse.de release SUSE:SLE-15-SP4:GA -r containerfile + CONTAINERS=$(osc -A https://api.suse.de ls SUSE:SLE-15-SP4:GA | grep "^\(cdi\|virt\)-.*-container") + for container in $CONTAINERS; do + osc -A https://api.suse.de release --target-project=SUSE:SLE-15-SP4:GA:TEST --target-repository=containers -r containerfile SUSE:SLE-15-SP4:GA $container + done osc -A https://api.suse.de release --target-project=SUSE:SLE-15-SP4:GA:TEST --target-repository=containers -r images SUSE:SLE-15-SP4:GA sles15-image PRODUCTS=$(osc -A https://api.suse.de ls SUSE:SLE-15-SP4:GA | grep "^SLES15-SP4" | grep -v release) for product in kiwi-templates-Minimal 000product $PRODUCTS; do @@ -169,7 +172,10 @@ tasks: - script: |- set -e - osc -A https://api.suse.de release SUSE:SLE-15-SP4:GA -r containerfile + CONTAINERS=$(osc -A https://api.suse.de ls SUSE:SLE-15-SP4:GA | grep "^\(cdi\|virt\)-.*-container") + for container in $CONTAINERS; do + osc -A https://api.suse.de release --target-project=SUSE:SLE-15-SP4:GA:TEST --target-repository=containers -r containerfile SUSE:SLE-15-SP4:GA $container + done osc -A https://api.suse.de release --target-project=SUSE:SLE-15-SP4:GA:TEST --target-repository=containers -r images SUSE:SLE-15-SP4:GA sles15-image PRODUCTS=$(osc -A https://api.suse.de ls SUSE:SLE-15-SP4:GA | grep "^SLES15-SP4" | grep -v release) for product in kiwi-templates-Minimal 000product $PRODUCTS; do diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20220510.47294604/metrics/access/aggregate.php new/openSUSE-release-tools-20220512.551f2f3e/metrics/access/aggregate.php --- old/openSUSE-release-tools-20220510.47294604/metrics/access/aggregate.php 2022-05-10 17:46:46.000000000 +0200 +++ new/openSUSE-release-tools-20220512.551f2f3e/metrics/access/aggregate.php 2022-05-12 09:28:47.000000000 +0200 @@ -11,7 +11,7 @@ const VHOST = 'download.opensuse.org'; const FILENAME = 'download.opensuse.org-%s-access_log.xz'; const IPV6_PREFIX = 'ipv6.'; -const PRODUCT_PATTERN = '/^(10\.[2-3]|11\.[0-4]|12\.[1-3]|13\.[1-2]|42\.[1-3]|15\.[0-3]|tumbleweed)$/'; +const PRODUCT_PATTERN = '/^(10\.[2-3]|11\.[0-4]|12\.[1-3]|13\.[1-2]|42\.[1-3]|15\.[0-4]|tumbleweed)$/'; $begin = new DateTime(); // Skip the current day since the logs are incomplete and not compressed yet. @@ -443,6 +443,8 @@ if (!$database) { $database = InfluxDB\Client::fromDSN('influxdb://0.0.0.0:8086/osrt_access'); + $database->drop(); + $database->create(); } if (!$database->writePoints($points, Database::PRECISION_SECONDS)) die('failed to write points'); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20220510.47294604/metrics/annotation/openSUSE:Leap:15.3.yaml new/openSUSE-release-tools-20220512.551f2f3e/metrics/annotation/openSUSE:Leap:15.3.yaml --- old/openSUSE-release-tools-20220510.47294604/metrics/annotation/openSUSE:Leap:15.3.yaml 2022-05-10 17:46:46.000000000 +0200 +++ new/openSUSE-release-tools-20220512.551f2f3e/metrics/annotation/openSUSE:Leap:15.3.yaml 2022-05-12 09:28:47.000000000 +0200 @@ -1,4 +1,4 @@ 2021-02-17: "Beta phase" 2021-06-02: "RC phase (package freeze)" -2020-06-30: "Final submission deadline" +2021-06-30: "Final submission deadline" 2021-07-07: "Final release" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20220510.47294604/metrics/annotation/openSUSE:Leap:15.4.yaml new/openSUSE-release-tools-20220512.551f2f3e/metrics/annotation/openSUSE:Leap:15.4.yaml --- old/openSUSE-release-tools-20220510.47294604/metrics/annotation/openSUSE:Leap:15.4.yaml 1970-01-01 01:00:00.000000000 +0100 +++ new/openSUSE-release-tools-20220512.551f2f3e/metrics/annotation/openSUSE:Leap:15.4.yaml 2022-05-12 09:28:47.000000000 +0200 @@ -0,0 +1,4 @@ +2022-03-02: "Beta phase" +2022-04-20: "RC phase (package freeze)" +2022-05-11: "Final submission deadline" +2022-06-08: "Final release" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20220510.47294604/metrics/grafana/access.json new/openSUSE-release-tools-20220512.551f2f3e/metrics/grafana/access.json --- old/openSUSE-release-tools-20220510.47294604/metrics/grafana/access.json 2022-05-10 17:46:46.000000000 +0200 +++ new/openSUSE-release-tools-20220512.551f2f3e/metrics/grafana/access.json 2022-05-12 09:28:47.000000000 +0200 @@ -47,6 +47,22 @@ "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" + }, + { + "name": "openSUSE:Leap:15.3", + "label": "openSUSE:Leap:15.3", + "description": "", + "type": "datasource", + "pluginId": "influxdb", + "pluginName": "InfluxDB" + }, + { + "name": "openSUSE:Leap:15.4", + "label": "openSUSE:Leap:15.4", + "description": "", + "type": "datasource", + "pluginId": "influxdb", + "pluginName": "InfluxDB" } ], "__requires": [ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20220510.47294604/metrics/grafana/provisioning/datasources.yaml new/openSUSE-release-tools-20220512.551f2f3e/metrics/grafana/provisioning/datasources.yaml --- old/openSUSE-release-tools-20220510.47294604/metrics/grafana/provisioning/datasources.yaml 2022-05-10 17:46:46.000000000 +0200 +++ new/openSUSE-release-tools-20220512.551f2f3e/metrics/grafana/provisioning/datasources.yaml 2022-05-12 09:28:47.000000000 +0200 @@ -7,6 +7,18 @@ access: proxy database: openSUSE:Factory +- name: openSUSE:Leap:15.4 + type: influxdb + url: http://localhost:8086 + access: proxy + database: openSUSE:Leap:15.4 + +- name: openSUSE:Leap:15.3 + type: influxdb + url: http://localhost:8086 + access: proxy + database: openSUSE:Leap:15.3 + - name: openSUSE:Leap:15.2 type: influxdb url: http://localhost:8086 ++++++ openSUSE-release-tools.obsinfo ++++++ --- /var/tmp/diff_new_pack.VdN6Pz/_old 2022-05-13 23:03:22.047133916 +0200 +++ /var/tmp/diff_new_pack.VdN6Pz/_new 2022-05-13 23:03:22.051133920 +0200 @@ -1,5 +1,5 @@ name: openSUSE-release-tools -version: 20220510.47294604 -mtime: 1652197606 -commit: 472946043453c308b54f602167ae8050a3ff38a3 +version: 20220512.551f2f3e +mtime: 1652340527 +commit: 551f2f3e593282d6f3787ef2f3be56cf22fae5b6