[Git][NTPsec/ntpsec][master] 3 commits: Use explicit PGP key when signing a git commit for the release

Matt Selsky (@selsky) gitlab at mg.gitlab.com
Thu Dec 29 06:36:37 UTC 2022



Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
0d3dc7f8 by Matt Selsky at 2022-12-29T01:08:17-05:00
Use explicit PGP key when signing a git commit for the release

- - - - -
5bbcdfcb by Matt Selsky at 2022-12-29T01:34:20-05:00
Add notes for creating GitLab "release" and additional mailing lists

We want to post to users at ntpsec.org and devel at ntpsec.org

- - - - -
f0650256 by Matt Selsky at 2022-12-29T01:35:39-05:00
Reformat recent news as an unordered list

This improves the readability when the AsciiDoc is rendered

- - - - -


3 changed files:

- NEWS.adoc
- devel/hacking.adoc
- devel/release


Changes:

=====================================
NEWS.adoc
=====================================
@@ -14,47 +14,47 @@ on user-visible changes.
 
 ## 2022-12-28: 1.2.2
 
-Restore/cleanup NTPv1 support
+* Restore/cleanup NTPv1 support
 
-* ntpq sysstats now shows NTPv1 traffic.
+** ntpq sysstats now shows NTPv1 traffic.
 
-* NTPv1 counter added to sysstats log file.
+** NTPv1 counter added to sysstats log file.
 
-NTS supports partial wildcards, for example `*.example.com`
+* NTS supports partial wildcards, for example `*.example.com`
 
-Work on documentation, ntpdate, ntpheat, ntploggpg, ntpq's sysstats, ntpviz,
+* Work on documentation, ntpdate, ntpheat, ntploggpg, ntpq's sysstats, ntpviz,
 and seccomp.
 
-NTP auth no longer breaks on NULs.
+* NTP auth no longer breaks on NULs.
 
-The NTS server now saves 10 days worth of cookie keys.  This will allow clients
+* The NTS server now saves 10 days worth of cookie keys.  This will allow clients
 that only poll once a day to use NTS without using NTS-KE to keep cookies up to
 date.
 
-rawstats now logs dropped packets and their BOGON code
+* rawstats now logs dropped packets and their BOGON code
 
-* Only one per request to avoid DoSing the log file
+** Only one per request to avoid DoSing the log file
 
-* This lets you see packets that take too long.
+** This lets you see packets that take too long.
 
-Add 4 or 6 to DNS/NTS RefID tags to indicate that the
+* Add 4 or 6 to DNS/NTS RefID tags to indicate that the
 DNS or NTS-KE has succeeded but NTP has not worked yet.
 
-Build improvements
+* Build improvements
 
-* Respect `--notests` configure option for build
+** Respect `--notests` configure option for build
 
-* Add `--enable-attic` (default off)
+** Add `--enable-attic` (default off)
 
-* Restore Python 2.6 support
+** Restore Python 2.6 support
 
-* Restore LibreSSL support
+** Restore LibreSSL support
 
-* Add support for OpenSSL 3.0
+** Add support for OpenSSL 3.0
 
-Fix hash validation in ntpleapfetch again.
+* Fix hash validation in ntpleapfetch again.
 
-FreeBSD now gets nanosecond resolution on receive time stamps.
+* FreeBSD now gets nanosecond resolution on receive time stamps.
 
 == 2021-06-06: 1.2.1 ==
 


=====================================
devel/hacking.adoc
=====================================
@@ -738,13 +738,15 @@ the project manager to cut each release.
 
 . Check https://gitlab.com/NTPsec/ntpsec to assure the tag is there
 
+. Create a "release" at https://gitlab.com/NTPsec/ntpsec/-/releases/new
+
 . Post release announcement to blog.ntpsec.org  gitlab.com/ntpsec/blog
 
 . Post release announcement to fediverse @ntpsec at fosstodon.org
 
 . Post release announcement to @ntpsec at twitter.com
 
-. Post release announcement to email announce at ntpsec.org
+. Post release announcement to email announce at ntpsec.org, devel at ntpsec.org, users at ntpsec.org
 
 . Modify the .../NEWS.adoc file, adding a new "Repository head" section.
 


=====================================
devel/release
=====================================
@@ -29,7 +29,7 @@ echo DST is ${DST}
 echo TAR is ${TAR}
 
 # Commit pending modifications to the repository.
-git commit -Ssecurity at ntpsec.org -a -s -m 'version ${V}'
+git commit -S${KEY} -a -s -m 'version ${V}'
 
 # Tag the new head version
 git tag -u ${KEY} -m 'version ${V}' NTPsec_${UV}



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/compare/c78c71ed103ef02fce73fecb24558d58073f59ae...f0650256cc1b8d23ad30020992dbbcb9a1b35346

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/compare/c78c71ed103ef02fce73fecb24558d58073f59ae...f0650256cc1b8d23ad30020992dbbcb9a1b35346
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20221229/f12f6655/attachment-0001.htm>


More information about the vc mailing list