Skip to content

Commit 8c76561

Browse files
committed
remove TODO about sort option in tar as it is not supported across implementations
1 parent 46e61c8 commit 8c76561

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

easybuild/tools/filetools.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2676,8 +2676,6 @@ def get_source_tarball_from_git(filename, target_dir, git_config):
26762676
else:
26772677
# create reproducible archive
26782678
# see https://reproducible-builds.org/docs/archives/
2679-
# TODO: when CentOS 7 is phased out and tar>1.28 is everywhere, replace sort step
2680-
# in the pipe with tar-flag '--sort=name' and place LC_ALL in front of tar.
26812679
tar_cmd = [
26822680
# print names of all files and folders excluding .git directory
26832681
'find', repo_name, '-name ".git"', '-prune', '-o', '-print0',

0 commit comments

Comments
 (0)