Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SR-2695] update-checkout should be able to update all repositories to a specific tag #45300

Closed
modocache mannequin opened this issue Sep 19, 2016 · 3 comments
Closed
Labels

Comments

@modocache
Copy link
Mannequin

modocache mannequin commented Sep 19, 2016

Previous ID SR-2695
Radar None
Original Reporter @modocache
Type Improvement
Status Closed
Resolution Done
Additional Detail from JIRA
Votes 1
Component/s Project Infrastructure
Labels Improvement, StarterBug
Assignee gal (JIRA)
Priority Medium

md5: 57833a5836e9501bb9751eccd7d0d052

Issue Description:

Sometimes I want to checkout swift-2.2.1-RELEASE and build at that particular point of the project's history. This is currently a real chore:

cd swift && git checkout swift-2.2.1-RELEASE
cd ../llvm && git checkout swift-2.2.1-RELEASE
cd ../clang && git checkout swift-2.2.1-RELEASE
...and so on

utils/update-checkout should take a --tag argument that allows me to specify a tag to checkout across all repositories.

(At some point, though, you have to wonder about whether we should be using a tool like Google's repo.)

@swift-ci
Copy link
Collaborator

Comment by Aleksey Gaponov (JIRA)

Submitted a PR.

@palimondo
Copy link
Mannequin

palimondo mannequin commented Mar 25, 2017

Given the PR was merged commit 944e0ba into apple:master on Oct 12, 2016, shouldn’t this be resolved as fixed?

@modocache
Copy link
Mannequin Author

modocache mannequin commented Mar 26, 2017

Yup! Thanks for the heads up, I'm closing this as resolved.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant