We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mrb gitCheckout has a --fork option that should create a user fork in GitHub as needed, and set up the GIT remotes accordingly.
mrb gitCheckout
--fork
But I can't make it work:
mrb g --dry-run --fork icaruscode
only says it will check out the repository, no mention of forking (and without --dry-run, it will only check out):
--dry-run
INFO: would execute command git clone [email protected]:SBNSoftware/icaruscode.git icaruscode INFO: Would update CMakeLists.txt for checked-out repository icaruscode
Peeking at the code, it looks like forking is attempted only if there is some post-processing stage registered in MRB, which happens only for the Fermilab Redmine repositories. My my PERL is (proudly) rusty, so I might be missing the point.
post
What is the correct way to use this feature?
The text was updated successfully, but these errors were encountered:
This should be labelled "Support", but as a user I can't assign labels (including the "high priority" mentioned in the template issue, incidentally).
Sorry, something went wrong.
greenc-FNAL
No branches or pull requests
mrb gitCheckout
has a--fork
option that should create a user fork in GitHub as needed, and set up the GIT remotes accordingly.But I can't make it work:
only says it will check out the repository, no mention of forking (and without
--dry-run
, it will only check out):Peeking at the code, it looks like forking is attempted only if there is some
post
-processing stage registered in MRB, which happens only for the Fermilab Redmine repositories. My my PERL is (proudly) rusty, so I might be missing the point.What is the correct way to use this feature?
The text was updated successfully, but these errors were encountered: