-
Notifications
You must be signed in to change notification settings - Fork 14
Release build process
Adam Wisniewski edited this page Sep 16, 2022
·
14 revisions
-
Run the
build.shscript found under thecidirectory. This will clone and build the latest code from https://github.com/OpenLiberty/liberty-tools-eclipse. The built repo and zip will be in theci/release_artifactsdirectory. -
Sign the jar files located in
featuresandplugins(no need to sign the content.jar or artifact.jar). -
Replace the unsigned jars with the signed jars in the same
ci/release_artifacts/repositorydirectory. -
Run the
build3.shscript found under thecidirectory. This will update the checksum values for the signed jar files. -
Unzip the repo zip file and replace the content with the newly signed and updated content from
ci/release_artifacts/repository. Rezip.