Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Richard van der Hoff
48eec199bb Set uid/gid to 0 in tarball
Give the files in thar tarball user and group root, so that when you untar it
you don't get a surprise if you happen to have a user named the same as the
build user.
2017-06-22 07:27:38 +01:00

View file

@ -30,7 +30,7 @@ else
echo ${version} > riot-$version/version
fi
tar chvzf dist/riot-$version.tar.gz riot-$version
tar chvz --owner=0 --group=0 -f dist/riot-$version.tar.gz riot-$version
rm -r riot-$version
echo