diff --git a/Jenkinsfile b/Jenkinsfile index 3d0873d9b..8f7c8c4ce 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ -node('docker') { +node('hpc') { stage('Delegate to build job') { build job: '../opensand-ci', parameters: [string(name: 'BRANCH_NAME', value: env.BRANCH_NAME)], propagate: true, wait: true diff --git a/opensand-deploy/src/backend/backend.py b/opensand-deploy/src/backend/backend.py index a9a4fbe09..ad232989c 100644 --- a/opensand-deploy/src/backend/backend.py +++ b/opensand-deploy/src/backend/backend.py @@ -691,6 +691,7 @@ def upload_entity(name, entity): for file in files: with file.open('rb') as source, destination.joinpath(file.name).open('wb') as dest: dest.write(source.read()) + destination.joinpath(file.name).chmod(0o0666) if ssh_config is None: return success() diff --git a/opensand-packaging/focal/opensand-deploy/debian/control b/opensand-packaging/focal/opensand-deploy/debian/control index b7b4bdcd2..1154ae013 100644 --- a/opensand-packaging/focal/opensand-deploy/debian/control +++ b/opensand-packaging/focal/opensand-deploy/debian/control @@ -12,7 +12,7 @@ Section: misc Package: opensand-deploy Architecture: any Section: misc -Depends: libopensand-conf (= ${binary:Version}), python3-flask, python3-flask-cors, uwsgi, uwsgi-plugin-python3 +Depends: libopensand-conf (= ${binary:Version}), python3-flask, python3-flask-cors, uwsgi, uwsgi-plugin-python3, python3-paramiko, python3-scp Provides: Conflicts: Replaces: