commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/460fd7d9cfe4/ Changeset: 460fd7d9cfe4 Branch: single-file-download User: BjoernGruening Date: 2013-04-06 16:33:11 Summary: enable single file downloads with 'download_by_url' Affected #: 1 file diff -r cb25513c63cd7aa2ebd472e91109c96276ed6d9d -r 460fd7d9cfe413e39c5257ff09e9bade88a71bb4 lib/tool_shed/galaxy_install/tool_dependencies/fabric_util.py --- a/lib/tool_shed/galaxy_install/tool_dependencies/fabric_util.py +++ b/lib/tool_shed/galaxy_install/tool_dependencies/fabric_util.py @@ -75,7 +75,7 @@ zip_archive_extracted = common_util.extract_zip( downloaded_file_path, work_dir ) dir = common_util.zip_extraction_directory( work_dir, downloaded_filename ) else: - dir = work_dir + dir = os.path.curdir elif action_type == 'shell_command': # <action type="shell_command">git clone --recursive git://github.com/ekg/freebayes.git</action> # Eliminate the shell_command clone action so remaining actions can be processed correctly. https://bitbucket.org/galaxy/galaxy-central/commits/b0a7fc043a9b/ Changeset: b0a7fc043a9b User: greg Date: 2013-04-16 15:04:35 Summary: Merged in BjoernGruening/galaxy-central-bgruening/single-file-download (pull request #151) enable single file downloads with 'download_by_url' Affected #: 1 file diff -r 8614ab445c993ebad66089af8b4e263acace5d39 -r b0a7fc043a9b24b28c0450839405cf534291352c lib/tool_shed/galaxy_install/tool_dependencies/fabric_util.py --- a/lib/tool_shed/galaxy_install/tool_dependencies/fabric_util.py +++ b/lib/tool_shed/galaxy_install/tool_dependencies/fabric_util.py @@ -75,7 +75,7 @@ zip_archive_extracted = common_util.extract_zip( downloaded_file_path, work_dir ) dir = common_util.zip_extraction_directory( work_dir, downloaded_filename ) else: - dir = work_dir + dir = os.path.curdir elif action_type == 'shell_command': # <action type="shell_command">git clone --recursive git://github.com/ekg/freebayes.git</action> # Eliminate the shell_command clone action so remaining actions can be processed correctly. 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