Skip to content

Remove references to the old xdmod.ccr.buffalo.edu server. #2023

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion classes/Xdmod/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public static function getLatestVersionNumber(array $args = array())
}

$scheme = 'https';
$host = 'xdmod.ccr.buffalo.edu';
$host = 'version.ccr.xdmod.org';
$port = null;
$path = '/rest/v0.1/versions/current';

Expand Down
4 changes: 1 addition & 3 deletions configuration/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,7 @@
define('COLORS', file_get_contents(CONFIG_DIR.'/colors1.json'));

/**
* The latest version of Open XDMoD currently available to the public.
* This value must be updated on xdmod.ccr.buffalo.edu whenever a new
* version of Open XDMoD is released.
* The version of base software.
*/

define('OPEN_XDMOD_VERSION', '_BUILD_DEFINED_OPEN_XDMOD_VERSION_');
Expand Down
2 changes: 1 addition & 1 deletion docs/xdmod-rest-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ layout: null
},
"servers": [
{
"url": "https://xdmod.ccr.buffalo.edu/",
"url": "https://xdmod.access-ci.org/",
"description": "Production server"
}
],
Expand Down
4 changes: 2 additions & 2 deletions email_templates/new_release.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Major updates in this new release of [:product_name:] include:
Also, you may find it helpful, if you have not already done so, to review the
XDMoD manual and list of Frequently Asked Questions (FAQ) found at:

https://xdmod.ccr.buffalo.edu/faq/
https://xdmod.ccr.buffalo.edu/user_manual/
[:site_address:]/faq/
[:site_address:]/user_manual/

Please contact us with any questions or comments at [:contact_email:].

Expand Down
1 change: 0 additions & 1 deletion html/about/publications.html
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@
"Performance Metrics and Auditing Framework Using Applications Kernels for High Performance Computer Systems."
<i>Concurrency and Computation: Practice and Experience</i>. Vol 25, Issue 7, 2013, pp. 918-931.
<a href="http://onlinelibrary.wiley.com/doi/10.1002/cpe.2871/full" target="_blank" rel="noopener noreferrer">doi:10.1002/cpe.2871</a><br>
XDMoD: <a href="http://xdmod.ccr.buffalo.edu" target="_blank" rel="noopener noreferrer">http://xdmod.ccr.buffalo.edu</a>; [March 30, 2014].
</li>
<br>
<li>
Expand Down
1 change: 0 additions & 1 deletion html/about/roadmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* @package CCR.About.Roadmap
* @author Ryan Rathsam <[email protected]>
* @license https://opensource.org/licenses/LGPL-3.0 LGPL-3.0
* @link https://xdmod.ccr.buffalo.edu
*/

require_once __DIR__ . '/../../configuration/linker.php';
Expand Down