Issue 29550: Mac build-installer touch step fails after github conversion (original) (raw)
Issue29550
This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/73736
classification
Title: | Mac build-installer touch step fails after github conversion | ||
---|---|---|---|
Type: | compile error | Stage: | resolved |
Components: | Build | Versions: | Python 3.7, Python 3.6, Python 3.5 |
process
Status: | closed | Resolution: | duplicate |
---|---|---|---|
Dependencies: | Superseder: | 'make touch' does not work with git clones of the source repository View:23404 | |
Assigned To: | ned.deily | Nosy List: | db3l, larry, ned.deily, zach.ware |
Priority: | Keywords: |
Created on 2017-02-13 21:24 by db3l, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Pull Requests | |||
---|---|---|---|
URL | Status | Linked | Edit |
PR 456 | merged | ned.deily,2017-03-04 07:15 | |
PR 458 | merged | ned.deily,2017-03-04 07:54 |
Messages (5) | ||
---|---|---|
msg287726 - (view) | Author: David Bolen (db3l) * | Date: 2017-02-13 21:24 |
The "make touch" step during the Mac installer builds on the bolen-dmg build slave no longer works after the conversion to github, which breaks the daily builds on the 3.* branches. It looks like in issue 23404 Zachary disabled the touch step for the buildbots for now to avoid the issue in general builds, so perhaps the same thing should be done in build-installer pending a more general replacement of that step. | ||
msg287727 - (view) | Author: Ned Deily (ned.deily) * ![]() |
Date: 2017-02-13 21:27 |
Thanks, I'll take a look. | ||
msg290302 - (view) | Author: Ned Deily (ned.deily) * ![]() |
Date: 2017-03-24 22:56 |
New changeset 5ddddb166d9979161624c17cce3bdc11e1d9f3b8 by Ned Deily in branch '3.6': bpo-29550: Temporarily skip "make touch" in Mac installer build. (#456) (#458) https://github.com/python/cpython/commit/5ddddb166d9979161624c17cce3bdc11e1d9f3b8 | ||
msg290306 - (view) | Author: Ned Deily (ned.deily) * ![]() |
Date: 2017-03-24 22:56 |
New changeset 7cd9b22e98a5b7a99a7539500ea946a7a58e1c8d by Ned Deily in branch 'master': bpo-29550: Temporarily skip "make touch" in Mac installer build. (#456) https://github.com/python/cpython/commit/7cd9b22e98a5b7a99a7539500ea946a7a58e1c8d | ||
msg295650 - (view) | Author: Ned Deily (ned.deily) * ![]() |
Date: 2017-06-10 18:27 |
The changes for Issue23404 removed "make touch" including from the installer build. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:43 | admin | set | github: 73736 |
2017-06-10 18:27:17 | ned.deily | set | status: open -> closedpriority: release blocker -> resolution: duplicatemessages: + superseder: 'make touch' does not work with git clones of the source repositorystage: resolved |
2017-03-24 22:56:51 | ned.deily | set | messages: + |
2017-03-24 22:56:17 | ned.deily | set | messages: + |
2017-03-04 07:54:56 | ned.deily | set | pull_requests: + <pull%5Frequest382> |
2017-03-04 07:15:53 | ned.deily | set | pull_requests: + <pull%5Frequest380> |
2017-02-13 21:27:19 | ned.deily | set | priority: normal -> release blockernosy: + larrymessages: + assignee: ned.deily |
2017-02-13 21:24:46 | db3l | create |