1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
# During the Release
- Bump mk/version.mk
- Bump version and date in packaging/ files
- debian changelog and rpm spec files
- Add release date to CHANGES
- git tag -s vx.y with commit message containing last CHANGES hunk
- git archive --format=tgz --prefix=libreswan-x.y/ HEAD > libreswan-x.y.tar.gz
- gpg -ba libreswan-x.y.tar.gz
- Before publishing, test using local build, mock build, fedora scratch build
- Upload CHANGES tar.gz and tar.gz.asc to nl.libreswan.org:/srv/www/download.libreswan.org
- Wait 15 mins for fi.libreswan.org sync
- Upload tar.gz and tar.gz.asc to github
- push tag to vault: git push origin tag vx.y
- push tag to github: ssh build@vaul.libreswan.org cd /srv/src/libreswan.git/; git push --follow-tags github vx.y
- push commits to github (or wait 15 mins): ssh build@vaul.libreswan.org ./bin/github-push.sh
# After the release
- Start new section in CHANGES with x.y+1 (unreleased)
- Post to announce@libreswan.org (causes mail approval msgs for swan and dev as well)
- Build fedora release
- future: build copr releases for Centos Stream
- twitter: announce using libreswan account [no longer done]
## Update testing.libreswan.org
This website will need an update. See "After a Release" in
`testing/web/README.md`
|