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-03-21 20:12:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools"
Mon Mar 21 20:12:57 2022 rev:406 rq:963679 version:20220321.0b6739ce
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2022-03-20 20:55:44.722543450 +0100
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.25692/openSUSE-release-tools.changes
2022-03-21 20:13:12.196510835 +0100
@@ -1,0 +2,7 @@
+Mon Mar 21 12:28:55 UTC 2022 - [email protected]
+
+- Update to version 20220321.0b6739ce:
+ * stagings: Report to standard repo if the images are enabled
+ * Staging accept: build-disable the images repository
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20220319.4424623d.obscpio
New:
----
openSUSE-release-tools-20220321.0b6739ce.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.4F4o6A/_old 2022-03-21 20:13:13.228511831 +0100
+++ /var/tmp/diff_new_pack.4F4o6A/_new 2022-03-21 20:13:13.228511831 +0100
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20220319.4424623d
+Version: 20220321.0b6739ce
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.4F4o6A/_old 2022-03-21 20:13:13.288511889 +0100
+++ /var/tmp/diff_new_pack.4F4o6A/_new 2022-03-21 20:13:13.292511893 +0100
@@ -1,7 +1,7 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param>
- <param
name="changesrevision">4424623d83969b41ab8ffe9af395bb3bbefd1615</param>
+ <param
name="changesrevision">0b6739ce5ca01b9eec4a7b88d907f5626180c1ac</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20220319.4424623d.obscpio ->
openSUSE-release-tools-20220321.0b6739ce.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220319.4424623d/gocd/pkglistgen_staging.gocd.yaml
new/openSUSE-release-tools-20220321.0b6739ce/gocd/pkglistgen_staging.gocd.yaml
---
old/openSUSE-release-tools-20220319.4424623d/gocd/pkglistgen_staging.gocd.yaml
2022-03-19 14:06:06.000000000 +0100
+++
new/openSUSE-release-tools-20220321.0b6739ce/gocd/pkglistgen_staging.gocd.yaml
2022-03-21 13:27:51.000000000 +0100
@@ -187,6 +187,11 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
"Factory.Staging.B":
environment_variables:
@@ -247,6 +252,11 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
"Factory.Staging.C":
environment_variables:
@@ -307,6 +317,11 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
"Factory.Staging.D":
environment_variables:
@@ -367,6 +382,11 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
"Factory.Staging.E":
environment_variables:
@@ -427,6 +447,11 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
"Factory.Staging.F":
environment_variables:
@@ -487,6 +512,11 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
"Factory.Staging.G":
environment_variables:
@@ -547,6 +577,11 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
"Factory.Staging.H":
environment_variables:
@@ -607,6 +642,11 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
"Factory.Staging.I":
environment_variables:
@@ -667,6 +707,11 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
"Factory.Staging.J":
environment_variables:
@@ -727,6 +772,11 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
"Factory.Staging.K":
environment_variables:
@@ -787,6 +837,11 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
"Factory.Staging.L":
environment_variables:
@@ -847,6 +902,11 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
"Factory.Staging.M":
environment_variables:
@@ -907,6 +967,11 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
"Factory.Staging.N":
environment_variables:
@@ -967,6 +1032,11 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
"Factory.Staging.O":
environment_variables:
@@ -1027,6 +1097,11 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
"Factory.Staging.Gcc7":
environment_variables:
@@ -1087,4 +1162,9 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220319.4424623d/gocd/pkglistgen_staging.gocd.yaml.erb
new/openSUSE-release-tools-20220321.0b6739ce/gocd/pkglistgen_staging.gocd.yaml.erb
---
old/openSUSE-release-tools-20220319.4424623d/gocd/pkglistgen_staging.gocd.yaml.erb
2022-03-19 14:06:06.000000000 +0100
+++
new/openSUSE-release-tools-20220321.0b6739ce/gocd/pkglistgen_staging.gocd.yaml.erb
2022-03-21 13:27:51.000000000 +0100
@@ -85,4 +85,9 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
<% end %>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220319.4424623d/gocd/sle15sp4-stagings.gocd.yaml
new/openSUSE-release-tools-20220321.0b6739ce/gocd/sle15sp4-stagings.gocd.yaml
---
old/openSUSE-release-tools-20220319.4424623d/gocd/sle15sp4-stagings.gocd.yaml
2022-03-19 14:06:06.000000000 +0100
+++
new/openSUSE-release-tools-20220321.0b6739ce/gocd/sle15sp4-stagings.gocd.yaml
2022-03-21 13:27:51.000000000 +0100
@@ -156,6 +156,11 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
SLE15.SP4.Staging.B:
environment_variables:
@@ -219,6 +224,11 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
SLE15.SP4.Staging.C:
environment_variables:
@@ -282,6 +292,11 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
SLE15.SP4.Staging.D:
environment_variables:
@@ -345,6 +360,11 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
SLE15.SP4.Staging.E:
environment_variables:
@@ -408,6 +428,11 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
SLE15.SP4.Staging.F:
environment_variables:
@@ -471,6 +496,11 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
SLE15.SP4.Staging.G:
environment_variables:
@@ -534,6 +564,11 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
SLE15.SP4.Staging.H:
environment_variables:
@@ -597,6 +632,11 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
SLE15.SP4.Staging.S:
environment_variables:
@@ -660,6 +700,11 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
SLE15.SP4.Staging.V:
environment_variables:
@@ -723,6 +768,11 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
SLE15.SP4.Staging.Y:
environment_variables:
@@ -786,3 +836,8 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220319.4424623d/gocd/sle15sp4-stagings.gocd.yaml.erb
new/openSUSE-release-tools-20220321.0b6739ce/gocd/sle15sp4-stagings.gocd.yaml.erb
---
old/openSUSE-release-tools-20220319.4424623d/gocd/sle15sp4-stagings.gocd.yaml.erb
2022-03-19 14:06:06.000000000 +0100
+++
new/openSUSE-release-tools-20220321.0b6739ce/gocd/sle15sp4-stagings.gocd.yaml.erb
2022-03-21 13:27:51.000000000 +0100
@@ -89,4 +89,9 @@
tasks:
- script: |-
osc -A $STAGING_API api -X POST
"/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
+ export PYTHONPATH=$PWD/scripts
+ while osc -A $STAGING_API api
"/build/$STAGING_PROJECT/_result?view=summary&repository=images" | grep
'dirty=.true.'; do
+ sleep 60
+ done
+ ./scripts/gocd/report-status.py -A $STAGING_API -p
$STAGING_PROJECT -n images:enabled -r standard -s success
<% end -%>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220319.4424623d/osclib/accept_command.py
new/openSUSE-release-tools-20220321.0b6739ce/osclib/accept_command.py
--- old/openSUSE-release-tools-20220319.4424623d/osclib/accept_command.py
2022-03-19 14:06:06.000000000 +0100
+++ new/openSUSE-release-tools-20220321.0b6739ce/osclib/accept_command.py
2022-03-21 13:27:51.000000000 +0100
@@ -110,6 +110,7 @@
for project in staging_packages.keys():
u = self.api.makeurl(['staging', self.api.project,
'staging_projects', project, 'accept'], opts)
http_POST(u)
+ self.api.switch_flag_in_prj(project, flag='build',
state='disable', repository='images')
for req in other_new:
print(f"Accepting request {req['id']}: {req['package']}")
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.4F4o6A/_old 2022-03-21 20:13:14.124512695 +0100
+++ /var/tmp/diff_new_pack.4F4o6A/_new 2022-03-21 20:13:14.128512700 +0100
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20220319.4424623d
-mtime: 1647695166
-commit: 4424623d83969b41ab8ffe9af395bb3bbefd1615
+version: 20220321.0b6739ce
+mtime: 1647865671
+commit: 0b6739ce5ca01b9eec4a7b88d907f5626180c1ac