<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-saharaclient.git, branch ocata-eol</title>
<subtitle>opendev.org: openstack/python-saharaclient
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/'/>
<entry>
<title>OpenDev Migration Patch</title>
<updated>2019-04-19T19:43:45+00:00</updated>
<author>
<name>OpenDev Sysadmins</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2019-04-19T19:43:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=fd724a30205ce3b92a95ac9c0878a06e7d385e3b'/>
<id>fd724a30205ce3b92a95ac9c0878a06e7d385e3b</id>
<content type='text'>
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
</pre>
</div>
</content>
</entry>
<entry>
<title>import zuul job settings from project-config</title>
<updated>2018-08-21T13:26:14+00:00</updated>
<author>
<name>Doug Hellmann</name>
<email>doug@doughellmann.com</email>
</author>
<published>2018-08-20T20:34:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=740e482aa7783dd41a32d64870b4cea5204fdc05'/>
<id>740e482aa7783dd41a32d64870b4cea5204fdc05</id>
<content type='text'>
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: Id7c36e975203056224d104f6926647b0e65abafb
Story: #2002586
Task: #24332
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: Id7c36e975203056224d104f6926647b0e65abafb
Story: #2002586
Task: #24332
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove -U from pip install</title>
<updated>2018-08-21T13:24:55+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2017-12-02T18:19:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=f1ac640bb23dc359fc6b99370ed6216c909f3b52'/>
<id>f1ac640bb23dc359fc6b99370ed6216c909f3b52</id>
<content type='text'>
'pip install -U' ugrades specified packages, this is not necessary
since we use constraints, remove the parameter '-U' from the line.

With tools/tox_install.sh - which a previous change of mine removed -
the -U was not harmful, but with the current set up, it might cause
upgrades, so remove it.

Change-Id: Ib240b8c16dce80910d952e9eec860669af1ec399
(cherry picked from commit 47031b6087b25e6cb346563d8280fdbe7ff36c99)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'pip install -U' ugrades specified packages, this is not necessary
since we use constraints, remove the parameter '-U' from the line.

With tools/tox_install.sh - which a previous change of mine removed -
the -U was not harmful, but with the current set up, it might cause
upgrades, so remove it.

Change-Id: Ib240b8c16dce80910d952e9eec860669af1ec399
(cherry picked from commit 47031b6087b25e6cb346563d8280fdbe7ff36c99)
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid tox_install.sh for constraints support</title>
<updated>2018-08-21T13:24:14+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2017-12-02T08:37:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=4e9ebdf692f26abba9de8849a8522102cc99d0ff'/>
<id>4e9ebdf692f26abba9de8849a8522102cc99d0ff</id>
<content type='text'>
We do not need tox_install.sh, pip can handle constraints itself
and install the project correctly. Thus update tox.ini and remove
the now obsolete tools/tox_install.sh file.

This follows https://review.openstack.org/#/c/508061 to remove
tools/tox_install.sh.

Change-Id: Ibb97ddc7dc3a1c1cd7b4734377188fa625ddef7e
(cherry picked from commit 79d872a99a7b4eb5697b126c2549b8750442024f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We do not need tox_install.sh, pip can handle constraints itself
and install the project correctly. Thus update tox.ini and remove
the now obsolete tools/tox_install.sh file.

This follows https://review.openstack.org/#/c/508061 to remove
tools/tox_install.sh.

Change-Id: Ibb97ddc7dc3a1c1cd7b4734377188fa625ddef7e
(cherry picked from commit 79d872a99a7b4eb5697b126c2549b8750442024f)
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2017-05-15T23:39:05+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2017-05-15T23:39:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=84404091608e1b56b97cdba0138db4fa84b39aae'/>
<id>84404091608e1b56b97cdba0138db4fa84b39aae</id>
<content type='text'>
Change-Id: I85c8e178ef2cc8760b128c13301a54f01c86a79b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I85c8e178ef2cc8760b128c13301a54f01c86a79b
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2017-03-09T18:23:34+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2017-03-09T18:23:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=afa76ee123334dc0981808ba616e3cd9e55e437d'/>
<id>afa76ee123334dc0981808ba616e3cd9e55e437d</id>
<content type='text'>
Change-Id: I46fedbdce2b2420433b0ff0c0c4d667aed6dac77
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I46fedbdce2b2420433b0ff0c0c4d667aed6dac77
</pre>
</div>
</content>
</entry>
<entry>
<title>Update UPPER_CONSTRAINTS_FILE for stable/ocata</title>
<updated>2017-02-01T11:31:19+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2017-02-01T11:31:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=2717afef7bd12ff89a81df4b26583fda98806e1f'/>
<id>2717afef7bd12ff89a81df4b26583fda98806e1f</id>
<content type='text'>
Change-Id: I2af8dcb486b279f5775314f121d820951518e6c4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I2af8dcb486b279f5775314f121d820951518e6c4
</pre>
</div>
</content>
</entry>
<entry>
<title>Update .gitreview for stable/ocata</title>
<updated>2017-02-01T11:31:18+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2017-02-01T11:31:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=4de73178400ff6e79f4afb6675a4d6e5c4c0c44e'/>
<id>4de73178400ff6e79f4afb6675a4d6e5c4c0c44e</id>
<content type='text'>
Change-Id: I24a1fa71ca4abb671ac903e4d260dc2eb4aaad05
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I24a1fa71ca4abb671ac903e4d260dc2eb4aaad05
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Enable coverage report in console output"</title>
<updated>2017-01-23T09:55:42+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-01-23T09:55:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=6865768726fafcf519ae5f986557c120d650632b'/>
<id>6865768726fafcf519ae5f986557c120d650632b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2017-01-21T15:57:04+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2017-01-21T15:57:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-saharaclient.git/commit/?id=14dd099e660b594c2a8158f4c8bf4b8ae2aae0bf'/>
<id>14dd099e660b594c2a8158f4c8bf4b8ae2aae0bf</id>
<content type='text'>
Change-Id: Iacf5d258794498fdb9a1c0f667f54c5dae4fb910
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Iacf5d258794498fdb9a1c0f667f54c5dae4fb910
</pre>
</div>
</content>
</entry>
</feed>
