commit/galaxy-central: greg: Fix for resetting all metadata on a tool shed repository.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/ed1bc0c4770b/ changeset: ed1bc0c4770b user: greg date: 2012-08-31 22:04:46 summary: Fix for resetting all metadata on a tool shed repository. affected #: 1 file diff -r fab5274bf15a15ff7c710b60f8b521478c20f907 -r ed1bc0c4770b8059489f2fee15716dfcdc07feaa lib/galaxy/webapps/community/controllers/common.py --- a/lib/galaxy/webapps/community/controllers/common.py +++ b/lib/galaxy/webapps/community/controllers/common.py @@ -868,6 +868,7 @@ metadata_dict = None ancestor_changeset_revision = None ancestor_metadata_dict = None + invalid_file_tups = [] home_dir = os.getcwd() for changeset in repo.changelog: work_dir = tempfile.mkdtemp() 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)
-
Bitbucket