-
Notifications
You must be signed in to change notification settings - Fork 60
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
OBSOLETE - [HOWTO] Automatic transfer of packs #7
Comments
To give a complete example, here's how to transfer https://github.com/StackStorm/st2-mysql to the Exchange:
This will create the StackStorm-Exchange/stackstorm-mysql repository and configure CircleCI for it.
StackStorm-Exchange/stackstorm-mysql#1
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I edited the previous instructions to show the current required variables for the WIP below this point... If someone submits a pack as a submodule to the exchange-incubator, use the instructions above: #7 (comment) If someone submits a pack as a subdirectory in a PR, then we need to use a slightly different process (mostly steps 3 and 4).
StackStorm-Exchange/stackstorm-mysql#1
|
We need just very minimal instructions about the new behavior. Adding the |
Once a pull request is reviewed and merged, the following needs to happen:
An empty repository should be bootstrapped in the StackStorm-Exchange org with exchange-bootstrap.sh.
The submitted pack should be transferred into that repository in one of the two ways:
--allow-unrelated-histories
if the pack has been submitted as a submodule and has git history.exchange-bootstrap.sh
takes care of the CI, builds, and index updates, so the pack should automatically get to the Exchange index after the correct transfer, given it doesn't have linting errors (#6).The text was updated successfully, but these errors were encountered: