Skip to content

Commit

Permalink
Put some files aside, theyre edited manually
Browse files Browse the repository at this point in the history
  • Loading branch information
fspv committed Oct 8, 2021
1 parent d3c99dc commit a0aa3e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
3 changes: 2 additions & 1 deletion python/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ _JAVA_OPTIONS="--add-opens=java.base/java.util=ALL-UNNAMED" java \
rm -rf $tmp_dir

mv ${out_dir}/README.md ${out_dir}/README.generated.md
mv ${out_dir}/setup.py ${out_dir}/setup.generated.py
mv ${out_dir}/.travis.yml ${out_dir}/.travis.generated.yml

patch -d ${out_dir} -p1 < fix_cookies.patch
patch -d ${out_dir} -p1 < fix_thread_pool.patch
patch -d ${out_dir} -p1 < fix_gitignore.patch
patch -d ${out_dir} -p1 < fix_python_version.patch
19 changes: 0 additions & 19 deletions python/fix_python_version.patch

This file was deleted.

0 comments on commit a0aa3e4

Please sign in to comment.