[Git][NTPsec/ntpsec][master] Make sure tarball doesn't contain versioned shared library symlinks
Matt Selsky (@selsky)
gitlab at mg.gitlab.com
Thu Dec 29 04:18:30 UTC 2022
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
d5473e5e by Matt Selsky at 2022-12-28T23:16:44-05:00
Make sure tarball doesn't contain versioned shared library symlinks
- - - - -
3 changed files:
- NEWS.adoc
- VERSION
- devel/make-tarball
Changes:
=====================================
NEWS.adoc
=====================================
@@ -10,7 +10,7 @@ Much of the traditional function of a news file is now better addressed
by browsing the comments in the revision history. This file will focus
on user-visible changes.
-## Repository Head
+## 2022-12-28: 1.2.2
Restore/cleanup NTPv1 support
=====================================
VERSION
=====================================
@@ -1 +1 @@
-1.2.1
+1.2.2
=====================================
devel/make-tarball
=====================================
@@ -30,7 +30,7 @@ echo version is $V
# Build the tarball
rm -fr .tmp
-(cd ..; git ls-files; find build -print | grep '\.[0-9]$') >MANIFEST
+(cd ..; git ls-files; find build/main/ntp* -print | grep '\.[0-9]$') >MANIFEST
(cd ..; tar --transform="s:^:ntpsec-${V}/:S" -T devel/MANIFEST -czf ntpsec-${V}.tar.gz)
rm MANIFEST
mv ../ntpsec-${V}.tar.gz .
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/d5473e5e4f1523c28e2fec9590db5bd4346090af
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/d5473e5e4f1523c28e2fec9590db5bd4346090af
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/bbe4bd26/attachment-0001.htm>
More information about the vc
mailing list