mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 07:35:06 -05:00
make_release: set owner and group in released tarball to root
This commit is contained in:
@@ -48,7 +48,7 @@ mv chrony.txt_ chrony.txt
|
||||
rm -f config.h config.log faqgen.pl make_release chrony.spec.sample .gitignore
|
||||
|
||||
cd ..
|
||||
tar cvf - $subdir | gzip -9 > ${subdir}.tar.gz
|
||||
tar cv --owner root --group root $subdir | gzip -9 > ${subdir}.tar.gz
|
||||
gpg -b -a -o ${subdir}-tar-gz-asc.txt ${subdir}.tar.gz
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user