-
Notifications
You must be signed in to change notification settings - Fork 3
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
Solution needed for switching manifests #8
Comments
From what I read recently, there were some serious issues in the past when switching between manifest files. But I think the safest approach is to do something like this: |
Maybe... I would like to see the same behaviour at the composition level as On Mon, 1 Feb 2016, 00:29 Ryan Lindeman [email protected] wrote:
|
What about a repo flow checkout command? |
Do you think we should add something with generic value to the flow sub-command? A switch can be useful in its own right: |
Would this amount to a repo init followed by some type of repo sync? I'm assuming that is what repo flow switch or repo switch would entail. |
Hi Ryan, I think the workflow will be: change and commit stuff.repo flow features finish... On Tue, 2 Feb 2016, 02:48 Ryan Lindeman [email protected] wrote:
|
We could perhaps improve the repo push by supporting an optional manifest On Tue, 2 Feb 2016, 10:38 Pieter Smith [email protected] wrote:
|
What internally would happen in repo push when you specify an optional manifest spec? |
Equivalent to:
On Tue, 2 Feb 2016, 14:34 Ryan Lindeman [email protected] wrote:
|
So am I correct in stating that the optional manifest arguments are to simplify the: Steps into a single command: |
Yes. Exactly. See #4. |
When switching between the
develop.xml
andmaster.xml
, we need to switch the project branches betweendevelop
andmaster
as well. The exact behavior on a manifest and therefore project branch when switching between manifests is unknown, and should be properly defined to match what we are trying to achieve.The text was updated successfully, but these errors were encountered: