commit/galaxy-central: greg: Clarify the various url protocols that are supported by the tool shed repository upload component.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/f23c2b0ef005/ changeset: f23c2b0ef005 user: greg date: 2012-10-23 21:23:51 summary: Clarify the various url protocols that are supported by the tool shed repository upload component. affected #: 1 file diff -r bad5602cdf998dff9c2aecf478dc4ed1a797a023 -r f23c2b0ef005f1e44299d11fd8fbe5077fe850f0 templates/webapps/community/repository/upload.mako --- a/templates/webapps/community/repository/upload.mako +++ b/templates/webapps/community/repository/upload.mako @@ -85,10 +85,10 @@ <input name="url" type="textfield" value="${url | h}" size="40"/></div><div class="toolParamHelp" style="clear: both;"> - Enter a URL to upload your files via http. URLs that point to mercurial repositories (URLs that start with hg:// or hgs://) - are allowed. This mechanism results in the tip revision of an external mercurial repository being added to the tool shed - repository as a single new changeset. The revision history of the originating external mercurial repository is not uploaded - to the tool shed repository. + Enter a url to upload your files. In addition to http and ftp urls, urls that point to mercurial repositories (urls that start + with hg:// or hgs://) are allowed. This mechanism results in the tip revision of an external mercurial repository being added + to the tool shed repository as a single new changeset. The revision history of the originating external mercurial repository is + not uploaded to the tool shed repository. </div><div style="clear: both"></div></div> 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