File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 884 . update VERSION in ` getssl ` and ` getssl.spec `
995 . git commit -m"Update version to v2.nn"
10106 . git tag -a v2.nn
11- 8 . git push origin release_2_nn
12- 9 . git push --tags
11+ 7 . git push origin release_2_nn
12+ 8 . git push --tags
1313
14- ## The github release-and-package action should:
14+ ## The github release-and-package action should
1515
16161 . Build the .deb and .rpm packages
17172 . create a draft release containing the packages and the release note
1818
19- ## Can test the .deb file using the following steps:
19+ ## Can test the .deb file using the following steps
2020
21211 . Change the status from draft to pre-release
22222 . Test that the package can be installed using a cloud instance
2323 1 . Start an Ubuntu ec2 instance from AWS Console (or Azure or Google Cloud)
2424 2 . Or use the instant-ec2.sh script from my Github gist to start an Ubuntu ec2 instance
25- 1 . git clone git@gist.github.com :12c297e0645920c413273c9d15edbc68.git instant-ec2
26- 2 . ./instant-ec2/instant-ec2.sh
25+ 1 . ` git clone git@gist.github.com:12c297e0645920c413273c9d15edbc68.git instant-ec2 `
26+ 2 . ` ./instant-ec2/instant-ec2.sh `
27273 . download the deb package
2828 ` wget https://github.com/srvrco/getssl/releases/download/v2.nn/getssl_2.nn-1_all.deb `
29294 . install the deb package
Original file line number Diff line number Diff line change 289289# 2022-11-01 Add FTP_PORT
290290# 2023-02-04 Create newline to ensure [SAN] section can be parsed (#792)(MRigal)
291291# 2023-02-22 Remove cronie from deb package dependencies (2.48)
292+ # 2024-03-18 Refresh the TXT record if a CNAME is found (JoergBruce #828) (2.49)
292293# ----------------------------------------------------------------------------------------
293294
294295case :$SHELLOPTS : in
297298
298299PROGNAME=${0##*/ }
299300PROGDIR=" $( cd " $( dirname " $0 " ) " || exit ; pwd -P; ) "
300- VERSION=" 2.48 "
301+ VERSION=" 2.49 "
301302
302303# defaults
303304ACCOUNT_KEY_LENGTH=4096
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Summary: getssl ACME Scripts for managing Let's Encrypt certificates
99License: GPL
1010Packager: getssl developers < https://github.com/srvrco/getssl>
1111Name: getssl
12- Version: 2.48
12+ Version: 2.49
1313Release: 1
1414
1515URL: http://github.com/srvrco/getssl/
You can’t perform that action at this time.
0 commit comments