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 2023-07-18 22:08:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.3193 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools"
Tue Jul 18 22:08:22 2023 rev:483 rq:1099184 version:20230718.1252857
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2023-07-12 17:28:29.534976674 +0200
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.3193/openSUSE-release-tools.changes
2023-07-18 22:08:46.747208620 +0200
@@ -1,0 +2,6 @@
+Tue Jul 18 06:51:42 UTC 2023 - [email protected]
+
+- Update to version 20230718.1252857:
+ * gocd: rename alp micro to Dolomite
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20230711.3bf8fdf.obscpio
New:
----
openSUSE-release-tools-20230718.1252857.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.BfZMsY/_old 2023-07-18 22:08:48.699219533 +0200
+++ /var/tmp/diff_new_pack.BfZMsY/_new 2023-07-18 22:08:48.703219555 +0200
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20230711.3bf8fdf
+Version: 20230718.1252857
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.BfZMsY/_old 2023-07-18 22:08:48.747219801 +0200
+++ /var/tmp/diff_new_pack.BfZMsY/_new 2023-07-18 22:08:48.751219824 +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">3bf8fdf2fbb528c3b8f7ea73e732022b4e07c8e4</param>
+ <param
name="changesrevision">12528579d7da70bda886722f8a2f38e28d91fca6</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20230711.3bf8fdf.obscpio ->
openSUSE-release-tools-20230718.1252857.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20230711.3bf8fdf/gocd/alpmicro.target.gocd.yaml
new/openSUSE-release-tools-20230718.1252857/gocd/alpmicro.target.gocd.yaml
--- old/openSUSE-release-tools-20230711.3bf8fdf/gocd/alpmicro.target.gocd.yaml
2023-07-11 10:55:38.000000000 +0200
+++ new/openSUSE-release-tools-20230718.1252857/gocd/alpmicro.target.gocd.yaml
1970-01-01 01:00:00.000000000 +0100
@@ -1,248 +0,0 @@
-format_version: 3
-pipelines:
- ALP.Micro.Images:
- group: ALP.Target
- lock_behavior: unlockWhenFinished
- materials:
- repos:
- git: git://botmaster.suse.de/suse-repos.git
- auto_update: true
- whitelist:
- - SUSE:ALP:Products:Micro:1.0_-_images.yaml
- destination: repos
- scripts:
- auto_update: true
- git: https://github.com/openSUSE/openSUSE-release-tools.git
- whitelist:
- - DO_NOT_TRIGGER
- destination: scripts
- environment_variables:
- OSC_CONFIG: /home/go/config/oscrc-staging-bot
- stages:
- - Expect.Images.To.Finish:
- resources:
- - staging-bot
- tasks:
- - script: |
- export PYTHONPATH=scripts
- set -e
- ./scripts/gocd/verify-repo-built-successful.py -A
https://api.suse.de -p SUSE:ALP:Products:Micro:1.0 -r images
-
- - Release.Images.To.Test:
- approval: manual
- roles:
- - SLE
- environment_variables:
- OSC_CONFIG: /home/go/config/oscrc-totest-manager
- resources:
- - staging-bot
- tasks:
- - script: |-
- set -e
- PRODUCTS=$(osc -A https://api.suse.de ls
SUSE:ALP:Products:Micro:1.0 | grep "^ALP-Micro" | grep -v release | grep -v :
||:)
- if [ -z "${PRODUCTS}" ]; then
- echo "[WARNNING] There is no image to be released"
- fi
- for product in 000product $PRODUCTS; do
- osc -A https://api.suse.de release SUSE:ALP:Products:Micro:1.0
$product
- done
- sleep 600
- while (osc -A https://api.suse.de/ api
"/build/SUSE:ALP:Products:Micro:1.0:ToTest/_result?view=summary&repository=images"
| grep "result project" | grep -v 'code="published" state="published">'); do
- echo PENDING
- sleep 600
- done
- osc -A https://api.suse.de/ api
"/build/SUSE:ALP:Products:Micro:1.0:ToTest/_result?view=summary&repository=images"
| grep "result project" | grep 'code="published" state="published">' && echo
PUBLISHED
-
- - Release.Images.To.Publish:
- approval: manual
- roles:
- - SLE
- environment_variables:
- OSC_CONFIG: /home/go/config/oscrc-totest-manager
- resources:
- - staging-bot
- tasks:
- - script: |-
- osc -A https://api.suse.de release
SUSE:ALP:Products:Micro:1.0:ToTest
- sleep 600
- while (osc -A https://api.suse.de/ api
"/build/SUSE:ALP:Products:Micro:1.0:PUBLISH/_result?view=summary&repository=containers"
| grep "result project" | grep -v 'code="published" state="published">'); do
- echo PENDING
- sleep 600
- done
- osc -A https://api.suse.de/ api
"/build/SUSE:ALP:Products:Micro:1.0:PUBLISH/_result?view=summary&repository=containers"
| grep "result project" | grep 'code="published" state="published">' && echo
PUBLISHED
- while (osc -A https://api.suse.de/ api
"/build/SUSE:ALP:Products:Micro:1.0:PUBLISH/_result?view=summary&repository=images"
| grep "result project" | grep -v 'code="published" state="published">'); do
- echo PENDING
- sleep 600
- done
- osc -A https://api.suse.de/ api
"/build/SUSE:ALP:Products:Micro:1.0:PUBLISH/_result?view=summary&repository=images"
| grep "result project" | grep 'code="published" state="published">' && echo
PUBLISHED
-
- ALP.Micro.Images.NEW:
- group: ALP.Target
- lock_behavior: unlockWhenFinished
- materials:
- repos:
- git: git://botmaster.suse.de/suse-repos.git
- auto_update: true
- whitelist:
- - SUSE:ALP:Products:Micro:1.0_-_images.yaml
- destination: repos
- scripts:
- auto_update: true
- git: https://github.com/openSUSE/openSUSE-release-tools.git
- whitelist:
- - DO_NOT_TRIGGER
- destination: scripts
- environment_variables:
- OSC_CONFIG: /home/go/config/oscrc-staging-bot
- stages:
- - Expect.Images.To.Finish:
- resources:
- - staging-bot
- tasks:
- - script: |
- export PYTHONPATH=scripts
- set -e
- ./scripts/gocd/verify-repo-built-successful.py -A
https://api.suse.de -p SUSE:ALP:Products:Micro:1.0 -r containerfile
- ./scripts/gocd/verify-repo-built-successful.py -A
https://api.suse.de -p SUSE:ALP:Products:Micro:1.0 -r images
-
- - Release.Images.To.Test:
- approval: manual
- roles:
- - SLE
- environment_variables:
- OSC_CONFIG: /home/go/config/oscrc-totest-manager
- JIRA_PAT: /home/go/config/jira-pat
- JIRA_INSTANCE: /home/go/config/jira-instance
- resources:
- - staging-bot
- tasks:
- - script: |-
- sle-prjmgr-tools --jira-instance $JIRA_INSTANCE --osc-config
$OSC_CONFIG ibs_to_jira --jira-pat $JIRA_PAT -p SUSE:ALP:Products:Micro:1.0
-
- - Release.Images.To.Publish:
- approval: manual
- roles:
- - SLE
- environment_variables:
- OSC_CONFIG: /home/go/config/oscrc-totest-manager
- resources:
- - staging-bot
- tasks:
- - script: |-
- osc -A https://api.suse.de release
SUSE:ALP:Products:Micro:1.0:ToTest
- sleep 600
- while (osc -A https://api.suse.de/ api
"/build/SUSE:ALP:Products:Micro:1.0:PUBLISH/_result?view=summary&repository=containers"
| grep "result project" | grep -v 'code="published" state="published">'); do
- echo PENDING
- sleep 600
- done
- osc -A https://api.suse.de/ api
"/build/SUSE:ALP:Products:Micro:1.0:PUBLISH/_result?view=summary&repository=containers"
| grep "result project" | grep 'code="published" state="published">' && echo
PUBLISHED
- while (osc -A https://api.suse.de/ api
"/build/SUSE:ALP:Products:Micro:1.0:PUBLISH/_result?view=summary&repository=images"
| grep "result project" | grep -v 'code="published" state="published">'); do
- echo PENDING
- sleep 600
- done
- osc -A https://api.suse.de/ api
"/build/SUSE:ALP:Products:Micro:1.0:PUBLISH/_result?view=summary&repository=images"
| grep "result project" | grep 'code="published" state="published">' && echo
PUBLISHED
-
- ALP.Micro.ImagesManual:
- group: ALP.Target
- lock_behavior: unlockWhenFinished
- materials:
- repos:
- git: git://botmaster.suse.de/suse-repos.git
- auto_update: true
- whitelist:
- - SUSE:ALP:Products:Micro:1.0_-_images.yaml
- destination: repos
- scripts:
- auto_update: true
- git: https://github.com/openSUSE/openSUSE-release-tools.git
- whitelist:
- - DO_NOT_TRIGGER
- destination: scripts
- environment_variables:
- OSC_CONFIG: /home/go/config/oscrc-staging-bot
- stages:
- - Relase.Images.To.Test:
- approval: manual
- roles:
- - SLE
- jobs:
- Check.Images.Finish:
- resources:
- - staging-bot
- tasks:
- - script: |
- export PYTHONPATH=scripts
- while (! ./scripts/gocd/verify-repo-built-successful.py -A
https://api.suse.de -p SUSE:ALP:Products:Micro:1.0 -r images); do
- sleep 300
- done
- Release.To.Test:
- environment_variables:
- OSC_CONFIG: /home/go/config/oscrc-totest-manager
- resources:
- - staging-bot
- tasks:
- - script: |-
- set -e
- PRODUCTS=$(osc -A https://api.suse.de ls
SUSE:ALP:Products:Micro:1.0 | grep "^ALP-Micro" | grep -v release)
- for product in 000product $PRODUCTS; do
- osc -A https://api.suse.de release
SUSE:ALP:Products:Micro:1.0 $product
- done
-
- - Release.Images.To.Publish:
- approval: manual
- roles:
- - SLE
- environment_variables:
- OSC_CONFIG: /home/go/config/oscrc-totest-manager
- resources:
- - staging-bot
- tasks:
- - script: osc -A https://api.suse.de release
SUSE:ALP:Products:Micro:1.0:ToTest
-
- ALP.Micro.ReleaseScc:
- group: ALP.Target
- parameters:
- product: alp-micro-1.0
- target: MyTarget
- build: "0.0"
- materials:
- scripts:
- auto_update: true
- git: https://github.com/openSUSE/openSUSE-release-tools.git
- whitelist:
- - DO_NOT_TRIGGER
- destination: scripts
- stages:
- # "ratt" is an alias for the internal IP of the API, only available on
botmaster.
- - Release.Images.Update:
- approval: manual
- roles:
- - SLE
- resources:
- - staging-bot
- tasks:
- - script: curl --verbose --max-time 3600
"http://ratt:5000/update?product=#{product}&target=#{target}&build=#{build}"
- - Release.Images.Rename:
- approval: manual
- roles:
- - SLE
- resources:
- - staging-bot
- tasks:
- - script: curl --verbose --max-time 3600
"http://ratt:5000/rename?product=#{product}&target=#{target}"
- - Release.Images.Sync:
- approval: manual
- roles:
- - SLE
- resources:
- - staging-bot
- tasks:
- - script: curl --verbose --max-time 3600
"http://ratt:5000/sync?product=#{product}&target=#{target}"
- - Release.Images.Release:
- approval: manual
- roles:
- - SLE
- resources:
- - staging-bot
- tasks:
- - script: curl --verbose --max-time 3600
"http://ratt:5000/release?product=#{product}"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20230711.3bf8fdf/gocd/dolomite.target.gocd.yaml
new/openSUSE-release-tools-20230718.1252857/gocd/dolomite.target.gocd.yaml
--- old/openSUSE-release-tools-20230711.3bf8fdf/gocd/dolomite.target.gocd.yaml
1970-01-01 01:00:00.000000000 +0100
+++ new/openSUSE-release-tools-20230718.1252857/gocd/dolomite.target.gocd.yaml
2023-07-18 08:50:08.000000000 +0200
@@ -0,0 +1,248 @@
+format_version: 3
+pipelines:
+ Dolomite.Images:
+ group: ALP.Target
+ lock_behavior: unlockWhenFinished
+ materials:
+ repos:
+ git: git://botmaster.suse.de/suse-repos.git
+ auto_update: true
+ whitelist:
+ - SUSE:ALP:Products:Dolomite:1.0_-_images.yaml
+ destination: repos
+ scripts:
+ auto_update: true
+ git: https://github.com/openSUSE/openSUSE-release-tools.git
+ whitelist:
+ - DO_NOT_TRIGGER
+ destination: scripts
+ environment_variables:
+ OSC_CONFIG: /home/go/config/oscrc-staging-bot
+ stages:
+ - Expect.Images.To.Finish:
+ resources:
+ - staging-bot
+ tasks:
+ - script: |
+ export PYTHONPATH=scripts
+ set -e
+ ./scripts/gocd/verify-repo-built-successful.py -A
https://api.suse.de -p SUSE:ALP:Products:Dolomite:1.0 -r images
+
+ - Release.Images.To.Test:
+ approval: manual
+ roles:
+ - SLE
+ environment_variables:
+ OSC_CONFIG: /home/go/config/oscrc-totest-manager
+ resources:
+ - staging-bot
+ tasks:
+ - script: |-
+ set -e
+ PRODUCTS=$(osc -A https://api.suse.de ls
SUSE:ALP:Products:Dolomite:1.0 | grep "^Dolomite" | grep -v release | grep -v :
||:)
+ if [ -z "${PRODUCTS}" ]; then
+ echo "[WARNNING] There is no image to be released"
+ fi
+ for product in 000product $PRODUCTS; do
+ osc -A https://api.suse.de release
SUSE:ALP:Products:Dolomite:1.0 $product
+ done
+ sleep 600
+ while (osc -A https://api.suse.de/ api
"/build/SUSE:ALP:Products:Dolomite:1.0:ToTest/_result?view=summary&repository=images"
| grep "result project" | grep -v 'code="published" state="published">'); do
+ echo PENDING
+ sleep 600
+ done
+ osc -A https://api.suse.de/ api
"/build/SUSE:ALP:Products:Dolomite:1.0:ToTest/_result?view=summary&repository=images"
| grep "result project" | grep 'code="published" state="published">' && echo
PUBLISHED
+
+ - Release.Images.To.Publish:
+ approval: manual
+ roles:
+ - SLE
+ environment_variables:
+ OSC_CONFIG: /home/go/config/oscrc-totest-manager
+ resources:
+ - staging-bot
+ tasks:
+ - script: |-
+ osc -A https://api.suse.de release
SUSE:ALP:Products:Dolomite:1.0:ToTest
+ sleep 600
+ while (osc -A https://api.suse.de/ api
"/build/SUSE:ALP:Products:Dolomite:1.0:PUBLISH/_result?view=summary&repository=containers"
| grep "result project" | grep -v 'code="published" state="published">'); do
+ echo PENDING
+ sleep 600
+ done
+ osc -A https://api.suse.de/ api
"/build/SUSE:ALP:Products:Dolomite:1.0:PUBLISH/_result?view=summary&repository=containers"
| grep "result project" | grep 'code="published" state="published">' && echo
PUBLISHED
+ while (osc -A https://api.suse.de/ api
"/build/SUSE:ALP:Products:Dolomite:1.0:PUBLISH/_result?view=summary&repository=images"
| grep "result project" | grep -v 'code="published" state="published">'); do
+ echo PENDING
+ sleep 600
+ done
+ osc -A https://api.suse.de/ api
"/build/SUSE:ALP:Products:Dolomite:1.0:PUBLISH/_result?view=summary&repository=images"
| grep "result project" | grep 'code="published" state="published">' && echo
PUBLISHED
+
+ Dolomite.Images.NEW:
+ group: ALP.Target
+ lock_behavior: unlockWhenFinished
+ materials:
+ repos:
+ git: git://botmaster.suse.de/suse-repos.git
+ auto_update: true
+ whitelist:
+ - SUSE:ALP:Products:Dolomite:1.0_-_images.yaml
+ destination: repos
+ scripts:
+ auto_update: true
+ git: https://github.com/openSUSE/openSUSE-release-tools.git
+ whitelist:
+ - DO_NOT_TRIGGER
+ destination: scripts
+ environment_variables:
+ OSC_CONFIG: /home/go/config/oscrc-staging-bot
+ stages:
+ - Expect.Images.To.Finish:
+ resources:
+ - staging-bot
+ tasks:
+ - script: |
+ export PYTHONPATH=scripts
+ set -e
+ ./scripts/gocd/verify-repo-built-successful.py -A
https://api.suse.de -p SUSE:ALP:Products:Dolomite:1.0 -r containerfile
+ ./scripts/gocd/verify-repo-built-successful.py -A
https://api.suse.de -p SUSE:ALP:Products:Dolomite:1.0 -r images
+
+ - Release.Images.To.Test:
+ approval: manual
+ roles:
+ - SLE
+ environment_variables:
+ OSC_CONFIG: /home/go/config/oscrc-totest-manager
+ JIRA_PAT: /home/go/config/jira-pat
+ JIRA_INSTANCE: /home/go/config/jira-instance
+ resources:
+ - staging-bot
+ tasks:
+ - script: |-
+ sle-prjmgr-tools --jira-instance $JIRA_INSTANCE --osc-config
$OSC_CONFIG ibs_to_jira --jira-pat $JIRA_PAT -p SUSE:ALP:Products:Dolomite:1.0
+
+ - Release.Images.To.Publish:
+ approval: manual
+ roles:
+ - SLE
+ environment_variables:
+ OSC_CONFIG: /home/go/config/oscrc-totest-manager
+ resources:
+ - staging-bot
+ tasks:
+ - script: |-
+ osc -A https://api.suse.de release
SUSE:ALP:Products:Dolomite:1.0:ToTest
+ sleep 600
+ while (osc -A https://api.suse.de/ api
"/build/SUSE:ALP:Products:Dolomite:1.0:PUBLISH/_result?view=summary&repository=containers"
| grep "result project" | grep -v 'code="published" state="published">'); do
+ echo PENDING
+ sleep 600
+ done
+ osc -A https://api.suse.de/ api
"/build/SUSE:ALP:Products:Dolomite:1.0:PUBLISH/_result?view=summary&repository=containers"
| grep "result project" | grep 'code="published" state="published">' && echo
PUBLISHED
+ while (osc -A https://api.suse.de/ api
"/build/SUSE:ALP:Products:Dolomite:1.0:PUBLISH/_result?view=summary&repository=images"
| grep "result project" | grep -v 'code="published" state="published">'); do
+ echo PENDING
+ sleep 600
+ done
+ osc -A https://api.suse.de/ api
"/build/SUSE:ALP:Products:Dolomite:1.0:PUBLISH/_result?view=summary&repository=images"
| grep "result project" | grep 'code="published" state="published">' && echo
PUBLISHED
+
+ Dolomite.ImagesManual:
+ group: ALP.Target
+ lock_behavior: unlockWhenFinished
+ materials:
+ repos:
+ git: git://botmaster.suse.de/suse-repos.git
+ auto_update: true
+ whitelist:
+ - SUSE:ALP:Products:Dolomite:1.0_-_images.yaml
+ destination: repos
+ scripts:
+ auto_update: true
+ git: https://github.com/openSUSE/openSUSE-release-tools.git
+ whitelist:
+ - DO_NOT_TRIGGER
+ destination: scripts
+ environment_variables:
+ OSC_CONFIG: /home/go/config/oscrc-staging-bot
+ stages:
+ - Relase.Images.To.Test:
+ approval: manual
+ roles:
+ - SLE
+ jobs:
+ Check.Images.Finish:
+ resources:
+ - staging-bot
+ tasks:
+ - script: |
+ export PYTHONPATH=scripts
+ while (! ./scripts/gocd/verify-repo-built-successful.py -A
https://api.suse.de -p SUSE:ALP:Products:Dolomite:1.0 -r images); do
+ sleep 300
+ done
+ Release.To.Test:
+ environment_variables:
+ OSC_CONFIG: /home/go/config/oscrc-totest-manager
+ resources:
+ - staging-bot
+ tasks:
+ - script: |-
+ set -e
+ PRODUCTS=$(osc -A https://api.suse.de ls
SUSE:ALP:Products:Dolomite:1.0 | grep "^Dolomite" | grep -v release)
+ for product in 000product $PRODUCTS; do
+ osc -A https://api.suse.de release
SUSE:ALP:Products:Dolomite:1.0 $product
+ done
+
+ - Release.Images.To.Publish:
+ approval: manual
+ roles:
+ - SLE
+ environment_variables:
+ OSC_CONFIG: /home/go/config/oscrc-totest-manager
+ resources:
+ - staging-bot
+ tasks:
+ - script: osc -A https://api.suse.de release
SUSE:ALP:Products:Dolomite:1.0:ToTest
+
+ Dolomite.ReleaseScc:
+ group: ALP.Target
+ parameters:
+ product: dolomite-1.0
+ target: MyTarget
+ build: "0.0"
+ materials:
+ scripts:
+ auto_update: true
+ git: https://github.com/openSUSE/openSUSE-release-tools.git
+ whitelist:
+ - DO_NOT_TRIGGER
+ destination: scripts
+ stages:
+ # "ratt" is an alias for the internal IP of the API, only available on
botmaster.
+ - Release.Images.Update:
+ approval: manual
+ roles:
+ - SLE
+ resources:
+ - staging-bot
+ tasks:
+ - script: curl --verbose --max-time 3600
"http://ratt:5000/update?product=#{product}&target=#{target}&build=#{build}"
+ - Release.Images.Rename:
+ approval: manual
+ roles:
+ - SLE
+ resources:
+ - staging-bot
+ tasks:
+ - script: curl --verbose --max-time 3600
"http://ratt:5000/rename?product=#{product}&target=#{target}"
+ - Release.Images.Sync:
+ approval: manual
+ roles:
+ - SLE
+ resources:
+ - staging-bot
+ tasks:
+ - script: curl --verbose --max-time 3600
"http://ratt:5000/sync?product=#{product}&target=#{target}"
+ - Release.Images.Release:
+ approval: manual
+ roles:
+ - SLE
+ resources:
+ - staging-bot
+ tasks:
+ - script: curl --verbose --max-time 3600
"http://ratt:5000/release?product=#{product}"
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.BfZMsY/_old 2023-07-18 22:08:49.555224318 +0200
+++ /var/tmp/diff_new_pack.BfZMsY/_new 2023-07-18 22:08:49.559224341 +0200
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20230711.3bf8fdf
-mtime: 1689065738
-commit: 3bf8fdf2fbb528c3b8f7ea73e732022b4e07c8e4
+version: 20230718.1252857
+mtime: 1689663008
+commit: 12528579d7da70bda886722f8a2f38e28d91fca6