Skip to content
Snippets Groups Projects
Commit d3ab94c2 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Replaced panel.ubicast.eu with mirismanager.ubicast.eu

parent 5f229522
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ wowza_requirements: ...@@ -5,7 +5,7 @@ wowza_requirements:
- xz-utils - xz-utils
wowza_version: 4.7.7 wowza_version: 4.7.7
wowza_package_url: https://panel.ubicast.eu/media/storage/WowzaStreamingEngine-{{ wowza_version }}-linux-x64-installer.deb wowza_package_url: https://mirismanager.ubicast.eu/media/storage/WowzaStreamingEngine-{{ wowza_version }}-linux-x64-installer.deb
wowza_license: "{{ envsetup_wowza_license }}" wowza_license: "{{ envsetup_wowza_license }}"
wowza_manager_pwd: "{{ envsetup_wowza_manager_pwd }}" wowza_manager_pwd: "{{ envsetup_wowza_manager_pwd }}"
wowza_live_pwd: "{{ envsetup_wowza_live_pwd }}" wowza_live_pwd: "{{ envsetup_wowza_live_pwd }}"
......
...@@ -265,7 +265,7 @@ class Tester: ...@@ -265,7 +265,7 @@ class Tester:
"git", "git",
"clone", "clone",
"--recursive", "--recursive",
"https://panel.ubicast.eu/git/mediaserver/ms-testing-suite.git", "https://mirismanager.ubicast.eu/git/mediaserver/ms-testing-suite.git",
ms_path, ms_path,
] ]
) )
......
...@@ -38,7 +38,7 @@ def main(): ...@@ -38,7 +38,7 @@ def main():
return 1 return 1
try: try:
url = 'https://%s/panel.ubicast.eu/old-releases.ubuntu.com/ubuntu/dists/lucid/Release.gpg' % domain url = 'https://%s/mirismanager.ubicast.eu/old-releases.ubuntu.com/ubuntu/dists/lucid/Release.gpg' % domain
u.log('Checking url certificate "%s"...' % url) u.log('Checking url certificate "%s"...' % url)
response = requests.get(url, verify=False).text response = requests.get(url, verify=False).text
if 'BEGIN PGP SIGNATURE' not in response: if 'BEGIN PGP SIGNATURE' not in response:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment