[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:24:51 UTC 2022
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
a4b03a72 by Matt Selsky at 2022-12-28T23:23:45-05:00
Make sure tarball doesn't contain versioned shared library symlinks
- - - - -
1 changed file:
- devel/make-tarball
Changes:
=====================================
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/a4b03a72d02f2aede7b707d890b34beae6016ec6
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/a4b03a72d02f2aede7b707d890b34beae6016ec6
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/53d0934a/attachment.htm>
More information about the vc
mailing list