refs #1592 move lib/engine/bin files

pull/8/head
Natalia Serrano 2025-02-25 10:24:10 +01:00
parent 2e512ecc41
commit 29f497aefd
18 changed files with 1 additions and 7 deletions

View File

@ -478,13 +478,7 @@ def copyClientFiles():
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)
if 0 != subprocess.run (['rsync', '-aH', f'{REPO_DIR}/client/engine/', 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:
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