Commit 5df7d359 by Christian Kern

Exclude travis.yml from tarball

parent 8b1df9a0
...@@ -146,6 +146,7 @@ rsync \ ...@@ -146,6 +146,7 @@ rsync \
--exclude "doc/reference/header.html" \ --exclude "doc/reference/header.html" \
--exclude "doc/reference/*.css" \ --exclude "doc/reference/*.css" \
--exclude "doc/examples/insert_snippets.py" \ --exclude "doc/examples/insert_snippets.py" \
--exclude ".travis.yml" \
--archive --recursive ${d} $MYTMPDIR/${n} --archive --recursive ${d} $MYTMPDIR/${n}
echo "Replace version number in README" echo "Replace version number in README"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment