commit e4c54b95dc64aa0231b6c7718cfdb5cc075aba3e from: Stefan Sperling date: Thu Aug 08 16:36:05 2019 UTC sort list of files in release tarball commit - dda01c6c3d76b3b262601dca461742164bfa700b commit + e4c54b95dc64aa0231b6c7718cfdb5cc075aba3e blob - c0879af1a9d6e77cfecbf425c1e6f67a8e1790fb blob + c8261f7c621b374e31423f408d6333722b6c3cb6 --- Makefile +++ Makefile @@ -20,7 +20,7 @@ dist: clean tar -C /tmp -zcf got-${GOT_VERSION}.tar.gz got-${GOT_VERSION} rm -rf /tmp/got-${GOT_VERSION} tar -ztf got-${GOT_VERSION}.tar.gz | sed -e 's/^got-${GOT_VERSION}//' \ - > got-dist.txt.new + | sort > got-dist.txt.new diff -u got-dist.txt got-dist.txt.new rm got-dist.txt.new