Skip to content

Commit

Permalink
remove TODO about sort option in tar as it is not supported across im…
Browse files Browse the repository at this point in the history
…plementations
  • Loading branch information
lexming committed Feb 29, 2024
1 parent 46e61c8 commit 8c76561
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions easybuild/tools/filetools.py
Original file line number Diff line number Diff line change
Expand Up @@ -2676,8 +2676,6 @@ def get_source_tarball_from_git(filename, target_dir, git_config):
else:
# create reproducible archive
# see https://reproducible-builds.org/docs/archives/
# TODO: when CentOS 7 is phased out and tar>1.28 is everywhere, replace sort step
# in the pipe with tar-flag '--sort=name' and place LC_ALL in front of tar.
tar_cmd = [
# print names of all files and folders excluding .git directory
'find', repo_name, '-name ".git"', '-prune', '-o', '-print0',
Expand Down

0 comments on commit 8c76561

Please sign in to comment.