Skip to content

Commit

Permalink
Rework external script handling.
Browse files Browse the repository at this point in the history
 - Add scripts/update_extern.sh to automate everything.
 - Add makefile entry to this script (update-extern).
 - Only download external files that are strictly needed (+ LICENSE).
  • Loading branch information
jmchilton committed Mar 3, 2015
1 parent c2f29a7 commit c9a94c6
Show file tree
Hide file tree
Showing 14 changed files with 51 additions and 468 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,6 @@ release:
[ $$CONTINUE = "y" ] || [ $$CONTINUE = "Y" ] || (echo "Exiting."; exit 1;)
@echo "Releasing"
twine upload dist/*

update-extern:
sh scripts/update_extern.sh
16 changes: 0 additions & 16 deletions planemo_ext/tool_factory_2/README.md

This file was deleted.

361 changes: 0 additions & 361 deletions planemo_ext/tool_factory_2/README.txt

This file was deleted.

0 comments on commit c9a94c6

Please sign in to comment.