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

Modify nightly build script to avoid maintaining a separate branch #592

Open
6 tasks
metacosm opened this issue May 17, 2023 · 3 comments
Open
6 tasks

Modify nightly build script to avoid maintaining a separate branch #592

metacosm opened this issue May 17, 2023 · 3 comments

Comments

@metacosm
Copy link
Member

What needs to be done:

  • checkout out main
  • update the version to 999.F8-SNAPSHOT
  • update JOSDK version use 999.F8-SNAPSHOT version
  • retrieve dynamically the latest SNAPSHOT version for the fabric8 client
  • add kubernetes-client-bom to the BOM section of the build-parent POM
  • run release script

Things that are currently not easily achieved / done are retrieving the latest fabric8 version automatically and adding the bom to the build parent.

@metacosm
Copy link
Member Author

Actually, the build script would need to be either embedded or modified because it checks out a named branch so we'd need to either make it run on an existing checkout or make it able to run pre-processing script on the checked out branch before starting the actual build so that the main branch checkout could be modified according to the steps outlined in the issue description.

@metacosm
Copy link
Member Author

Maybe use https://github.com/l2x6/pom-tuner to modify the main branch on the fly?

@metacosm
Copy link
Member Author

A lot of this has already been implemented but the snapshot release aspect is not solved.

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