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

Create script to update skeleton in nexB project repos #80

Open
JonoYang opened this issue Jul 17, 2023 · 0 comments
Open

Create script to update skeleton in nexB project repos #80

JonoYang opened this issue Jul 17, 2023 · 0 comments
Assignees

Comments

@JonoYang
Copy link
Member

Currently, if we wanted to update the skeleton files of a nexB project, we would have to go into every project to:

  • Add the skeleton as a new origin
  • Create a new branch where we merge in skeleton files
  • Handle merge conflicts
  • Push the new branch to github
  • Merge in the new branch

It would be nice to have a script to automate some portion of this process. The script can handle:

  • Cloning a repo
  • Adding the skeleton as a new origin for that repo
  • Creating new branch and merging in the skeleton files

Then the user would handle merge conflicts and then push the branch to github. Afterwards, the script moves onto the next repo.

@JonoYang JonoYang self-assigned this Jul 17, 2023
JonoYang added a commit that referenced this issue Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant