Fix remote scheduling of programs
authorSamir Aguiar <samirjaguiar@gmail.com>
Fri, 14 Dec 2018 18:28:00 +0000 (16:28 -0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 7 Feb 2019 15:50:39 +0000 (16:50 +0100)
commitef5c0c2066a47a978743c14f95cbf1ba83e1d165
treeab948c36b8d57e5a0dd3b5edbc86780b9fcfc6e8
parent3472b405ddacfa45a24bb2bf109abf05cc8090c2
Fix remote scheduling of programs

When scheduling a program on a remote VM, the schedule file was
not being sent to the VM. Also, when removing previously schedule
files rm was waiting for confirmation since we didn't pass it
the `-f` option.
src/arnied_wrapper.py