From e3f67679105e76f6d97394077d58e02e79416e3b Mon Sep 17 00:00:00 2001 From: Ahmed Bilal Khalid Date: Fri, 13 Sep 2019 21:55:29 +0500 Subject: [PATCH] a --- app/file.py | 2 +- app/host.py | 2 +- app/image.py | 2 +- app/scheduler.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/file.py b/app/file.py index 540e938..00f9bb4 100644 --- a/app/file.py +++ b/app/file.py @@ -20,7 +20,7 @@ def setup(path, base_dir, file_prefix, etcd_url): repo_name = "ucloud-file-scan" # Clone main repository - sp.check_output(['git', 'clone', '--single-branch', '--branch', 'wip' + sp.check_output(['git', 'clone', '--single-branch', '--branch', 'wip', f'https://code.ungleich.ch/ungleich-public/{repo_name}.git']) # Create .env file diff --git a/app/host.py b/app/host.py index 537dc59..7536137 100644 --- a/app/host.py +++ b/app/host.py @@ -24,7 +24,7 @@ def setup(path, ssh_username, ssh_key_path, ssh_key_pass, etcd_url, without_ceph repo_name = "ucloud-vm" # Clone main repo - sp.check_output(['git', 'clone', '--single-branch', '--branch', 'wip' + sp.check_output(['git', 'clone', '--single-branch', '--branch', 'wip', f'https://code.ungleich.ch/ungleich-public/{repo_name}.git']) # Create .env file diff --git a/app/image.py b/app/image.py index 0e89d41..930f301 100644 --- a/app/image.py +++ b/app/image.py @@ -20,7 +20,7 @@ def setup(path, base_dir, etcd_url, without_ceph): repo_name = "ucloud-image-scanner" # Clone main repo - sp.check_output(['git', 'clone', '--single-branch', '--branch', 'wip' + sp.check_output(['git', 'clone', '--single-branch', '--branch', 'wip', f'https://code.ungleich.ch/ungleich-public/{repo_name}.git']) # Create .env file diff --git a/app/scheduler.py b/app/scheduler.py index 52d19ad..27a59f4 100644 --- a/app/scheduler.py +++ b/app/scheduler.py @@ -23,7 +23,7 @@ def setup(path, vm_prefix, host_prefix, request_prefix, etcd_url): repo_name = "ucloud-scheduler" # Clone main repo - sp.check_output(['git', 'clone', '--single-branch', '--branch', 'wip' + sp.check_output(['git', 'clone', '--single-branch', '--branch', 'wip', f'https://code.ungleich.ch/ungleich-public/{repo_name}.git']) # Create .env file