Discussion:
[Freeipa-devel] [freeipa PR#614][opened] Constrain wheel package versions
tiran
2017-03-17 09:43:35 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/614
Author: tiran
Title: #614: Constrain wheel package versions
Action: opened

PR body:
"""
The presence of IPA packages on PyPI revealed an interesting issue with
make wheel_bundle. pip gives final releases a higher precedence than our
development packages. make wheel_bundle downloads ipa 4.5.0 from PyPI
instead of using our own wheels.

Use a constraint file to enforce correct versions.

https://pagure.io/freeipa/issue/6468

Signed-off-by: Christian Heimes <***@redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/614/head:pr614
git checkout pr614
tiran
2017-03-17 09:53:18 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/614
Author: tiran
Title: #614: [4.5] Constrain wheel package versions
Action: edited

Changed field: title
Original value:
"""
Constrain wheel package versions
"""
MartinBasti
2017-03-22 14:16:32 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/614
Title: #614: [4.5] Constrain wheel package versions

Label: +ack
tomaskrizek
2017-03-22 14:25:43 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/614
Title: #614: [4.5] Constrain wheel package versions

tomaskrizek commented:
"""
ipatool supports pushing to multiple branches, so there's no need to open multiple PRs if the commits are exactly the same and don't have to be rebased.
"""

See the full comment at https://github.com/freeipa/freeipa/pull/614#issuecomment-288415017
tomaskrizek
2017-03-22 14:25:49 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/614
Title: #614: [4.5] Constrain wheel package versions

tomaskrizek commented:
"""
ipa-4-5:

* 7c93a518c8b6fb0e3a85bc1ae0ee807c71168213 Constrain wheel package versions
"""

See the full comment at https://github.com/freeipa/freeipa/pull/614#issuecomment-288415049
tomaskrizek
2017-03-22 14:25:56 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/614
Title: #614: [4.5] Constrain wheel package versions

Label: +pushed
tomaskrizek
2017-03-22 14:25:59 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/614
Author: tiran
Title: #614: [4.5] Constrain wheel package versions
Action: closed

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/614/head:pr614
git checkout pr614
MartinBasti
2017-03-22 14:27:16 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/614
Title: #614: [4.5] Constrain wheel package versions

MartinBasti commented:
"""
@tomaskrizek make sure that both commits are the same
"""

See the full comment at https://github.com/freeipa/freeipa/pull/614#issuecomment-288415527
tomaskrizek
2017-03-22 14:29:52 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/614
Title: #614: [4.5] Constrain wheel package versions

tomaskrizek commented:
"""
@MartinBasti I checked, they are.
"""

See the full comment at https://github.com/freeipa/freeipa/pull/614#issuecomment-288416366
Loading...