refs #1592 move lib/engine/bin files
parent
2e512ecc41
commit
29f497aefd
|
@ -478,13 +478,7 @@ def copyClientFiles():
|
||||||
|
|
||||||
logger.info(f"Copying OpenGnsys Cloning Engine files in client library.")
|
logger.info(f"Copying OpenGnsys Cloning Engine files in client library.")
|
||||||
os.makedirs(f"{INSTALL_OGBOOT_TARGET}/client/lib/engine/bin", mode=0o775, exist_ok=True)
|
os.makedirs(f"{INSTALL_OGBOOT_TARGET}/client/lib/engine/bin", mode=0o775, exist_ok=True)
|
||||||
if 0 != subprocess.run (['rsync', '-aH', f'{REPO_DIR}/client/engine/', f'{INSTALL_OGBOOT_TARGET}/client/lib/engine/bin/']).returncode:
|
if 0 != subprocess.run (['rsync', '-aH', f'{REPO_DIR}/client/lib/engine/bin/', f'{INSTALL_OGBOOT_TARGET}/client/lib/engine/bin/']).returncode:
|
||||||
logger.error(f"Error while copying engine files")
|
|
||||||
errstatus = 1
|
|
||||||
|
|
||||||
logger.info(f"Copying OpenGnsys Cloning Engine files in client engine.")
|
|
||||||
os.makedirs(f"{INSTALL_OGBOOT_TARGET}/client/engine", mode=0o775, exist_ok=True)
|
|
||||||
if 0 != subprocess.run (['rsync', '-aH', f'{REPO_DIR}/client/engine/', f'{INSTALL_OGBOOT_TARGET}/client/engine/']).returncode:
|
|
||||||
logger.error(f"Error while copying engine files")
|
logger.error(f"Error while copying engine files")
|
||||||
errstatus = 1
|
errstatus = 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue