commit/galaxy-central: 3 new changesets
3 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/97a77506847e/ Changeset: 97a77506847e Branch: toolshed_blacklist_additions User: BjoernGruening Date: 2015-01-09 18:59:30+00:00 Summary: Created new branch toolshed_blacklist_additions Affected #: 0 files https://bitbucket.org/galaxy/galaxy-central/commits/bd2fa769a2ac/ Changeset: bd2fa769a2ac Branch: toolshed_blacklist_additions User: BjoernGruening Date: 2015-01-09 19:02:42+00:00 Summary: Add planemo test files to the tool shed upload blacklist. Affected #: 1 file diff -r 97a77506847e010f4ab460f9890a214dce679cdf -r bd2fa769a2acf77b6a66e921bab6498ccfd199dc 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(): 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.
participants (1)
-
commits-noreply@bitbucket.org