From 1483b7710273d457c4717855429aeb31dcbbbcab Mon Sep 17 00:00:00 2001 From: Jason Gauci Date: Wed, 1 May 2024 14:21:31 -0400 Subject: [PATCH] fix instructions --- docs/creating_release.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/creating_release.md b/docs/creating_release.md index 273307c93..cf535af14 100644 --- a/docs/creating_release.md +++ b/docs/creating_release.md @@ -8,9 +8,10 @@ 6. `git add external_imported` and commit/push any changes 7. Create a github release using the latest commit and tag it with `et-vA.B.C` where A/B/C is the major/minor/patch version. 8. Switch to the deployment branch -9. Copy id_rsa / id_rsa.pub / .gnupg to the deploymen directory. The rsa key needs to have write access to the debian-et github repo and the gnupg key needs to have write access to launchpad -9. Build and run a docker image interactively from ubuntu.Dockerfile -10. inside the docker image, run deploy_ubuntu_ppa.sh -11. Exit the docker image and create a vagrant VM for debian -12. inside the vagrant vm, run build_all_deb.sh -13. Follow the instructions at the end of the build_all_deb command to push the new debian artifacts. Do not push the dbgsym (debug symbols) because github cannot handle files that large \ No newline at end of file +9. Edit the `deployment/debian_SOURCE/changelog` file and add a entry for the new release. +10. Copy id_rsa / id_rsa.pub / .gnupg to the deploymen directory. The rsa key needs to have write access to the debian-et github repo and the gnupg key needs to have write access to launchpad +11. Build and run a docker image interactively from ubuntu.Dockerfile +12. inside the docker image, run deploy_ubuntu_ppa.sh +13. Exit the docker image and create a vagrant VM for debian +14. inside the vagrant vm, run build_all_deb.sh +15. Follow the instructions at the end of the build_all_deb command to push the new debian artifacts. Do not push the dbgsym (debug symbols) because github cannot handle files that large \ No newline at end of file