Skip to content

Commit

Permalink
ensure all files have same date in official archives
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Jun 25, 2020
1 parent 94b637d commit 5c37715
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/dev/makedist
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ fi

# Reset the modification and access times of all files to be packaged.
echo "makedist: Resetting the modification and access times of package files."
find . -exec touch -c {} \;
touch -c NEWS
find . -exec touch -r NEWS -c {} \;

cd ..

Expand Down

0 comments on commit 5c37715

Please sign in to comment.