1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/528bee4dd14a/ Changeset: 528bee4dd14a User: greg Date: 2013-07-24 16:51:30 Summary: Apply Peter Cock's patch for appending a .rst extension to readme file names in tool shed repositories. Affected #: 1 file diff -r e22f360cda1363d0c93a86d64c17032e7507b296 -r 528bee4dd14addc5db2b59a0a229e3aa441f8fda lib/tool_shed/util/metadata_util.py --- a/lib/tool_shed/util/metadata_util.py +++ b/lib/tool_shed/util/metadata_util.py @@ -990,6 +990,7 @@ valid_filenames.extend( map( lambda f: '%s.rst' % f, readme_files ) ) valid_filenames.extend( readme_files ) valid_filenames.append( '%s.txt' % repository_name ) + valid_filenames.append( '%s.rst' % repository_name ) return valid_filenames def get_relative_path_to_repository_file( root, name, relative_install_dir, work_dir, shed_config_dict, resetting_all_metadata_on_repository ): 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.