1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/2fd8714c4fae/ Changeset: 2fd8714c4fae User: jmchilton Date: 2015-01-23 17:11:03+00:00 Summary: Merged in BjoernGruening/galaxy-central-1/toolshed_blacklist_additions (pull request #627) Add planemo test file to tool shed upoad blacklist. Affected #: 1 file diff -r 820114af3bf0689131885c8c99165532902bd2af -r 2fd8714c4faeb580f3ccf1591003f10e821397a1 lib/tool_shed/util/commit_util.py --- a/lib/tool_shed/util/commit_util.py +++ b/lib/tool_shed/util/commit_util.py @@ -18,7 +18,7 @@ log = logging.getLogger( __name__ ) UNDESIRABLE_DIRS = [ '.hg', '.svn', '.git', '.cvs' ] -UNDESIRABLE_FILES = [ '.hg_archival.txt', 'hgrc', '.DS_Store' ] +UNDESIRABLE_FILES = [ '.hg_archival.txt', 'hgrc', '.DS_Store', 'tool_test_output.html', 'tool_test_output.json' ] def check_archive( repository, archive ): for member in archive.getmembers(): Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.