mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 05:05:06 -05:00
Use git-archive instead of the obsolete git-tar-tree in make_release
This commit is contained in:
@@ -19,7 +19,7 @@ if (-d "RELEASES/$subdir") {
|
||||
system ("rm -rf RELEASES/$subdir");
|
||||
}
|
||||
|
||||
system ("git-tar-tree $version RELEASES/${subdir} | tar xf -");
|
||||
system ("git-archive --format=tar --prefix=RELEASES/${subdir} $version | tar xf -");
|
||||
die "git-tar-tree failed" if ($? != 0);
|
||||
|
||||
chdir "RELEASES";
|
||||
|
||||
Reference in New Issue
Block a user