Skip to content

Commit

Permalink
fix base repo url so that urls can be properly constructed, re #10490
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed Nov 17, 2014
1 parent d0ca3fe commit 962ac2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/Properties/Mantid.properties.template
Expand Up @@ -182,8 +182,8 @@ interfaces.categories.hidden =
UploaderWebServer = @MANTIDPUBLISHER@
# Local system path for the script repository.
ScriptLocalRepository =
# Url for the remote script repository.
ScriptRepository = https://github.com/mantidproject/scriptrepository
# Base Url for the remote script repository. Not necessarily accessible, it is used to construct longer URLs
ScriptRepository = http://download.mantidproject.org/scriptrepository/
# Pattern given to ScriptRepository that is used to hide entries from repository to the users. It is a csv string separated with ';'
ScriptRepositoryIgnore = *pyc;

Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/docs/source/concepts/Properties_File.rst
Expand Up @@ -143,7 +143,7 @@ ScriptRepository Properties
+=======================+===============================================+================================================================+
|ScriptLocalRepository |Directory where ScriptRepository is Installed. |c:\MantidInstall\MyScriptRepository |
+-----------------------+-----------------------------------------------+----------------------------------------------------------------+
|ScriptRepository |URL for the remote script repository. |https://github.com/mantidproject/scriptrepository |
|ScriptRepository |Base URL for the remote script repository. |http://download.mantidproject.org/scriptrepository/ |
+-----------------------+-----------------------------------------------+----------------------------------------------------------------+
|UploaderWebServer |URL for uploading scripts. |http://upload.mantidproject.org/scriptrepository/payload/publish|
+-----------------------+-----------------------------------------------+----------------------------------------------------------------+
Expand Down

0 comments on commit 962ac2d

Please sign in to comment.