Change demo4-1 and demo4-2 to also use our repository
This commit is contained in:
		@@ -251,7 +251,7 @@ def main():  # noqa: C901 pylint: disable=too-many-branches,too-many-statements,
 | 
				
			|||||||
    ###########################################################################
 | 
					    ###########################################################################
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # new repo on git-ce.rwth-aachen.de:
 | 
					    # new repo on git-ce.rwth-aachen.de:
 | 
				
			||||||
    hsfd_faafo_cloud_init_script = 'https://git-ce.rwth-aachen.de/sebastian.rieger/cloud-computing-msc-ai-examples/-/raw/master/faafo/contrib/install.sh'
 | 
					    hsfd_faafo_cloud_init_script = 'https://git.emin.software/haxala1r/cloud-computing-msc-ai-examples/raw/branch/main/faafo/contrib/install.sh'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    userdata_service = '#!/usr/bin/env bash\n' \
 | 
					    userdata_service = '#!/usr/bin/env bash\n' \
 | 
				
			||||||
               f'curl -L -s {hsfd_faafo_cloud_init_script} | bash -s -- ' \
 | 
					               f'curl -L -s {hsfd_faafo_cloud_init_script} | bash -s -- ' \
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -190,7 +190,7 @@ def main():  # noqa: C901 pylint: disable=too-many-branches,too-many-statements,
 | 
				
			|||||||
    ###########################################################################
 | 
					    ###########################################################################
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # new repo on git-ce.rwth-aachen.de:
 | 
					    # new repo on git-ce.rwth-aachen.de:
 | 
				
			||||||
    hsfd_faafo_cloud_init_script = 'https://git-ce.rwth-aachen.de/sebastian.rieger/cloud-computing-msc-ai-examples/-/raw/master/faafo/contrib/install.sh'
 | 
					    hsfd_faafo_cloud_init_script = 'https://git.emin.software/haxala1r/cloud-computing-msc-ai-examples/raw/branch/main/faafo/contrib/install.sh'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    userdata_worker = '#!/usr/bin/env bash\n' \
 | 
					    userdata_worker = '#!/usr/bin/env bash\n' \
 | 
				
			||||||
                      f'curl -L -s {hsfd_faafo_cloud_init_script} | bash -s -- ' \
 | 
					                      f'curl -L -s {hsfd_faafo_cloud_init_script} | bash -s -- ' \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user