Skip to content

Makefile: a few updates

Ana Guerrero requested to merge (removed):makefile_improvements into master
  • remove variable PYTHON : All Python scripts include the shebang to look for Python, so it's not required to look for this in the Makefile
  • fix name of directory to be removed: The temporary directory used by VPDU_DIR is defined as tmp_vpdu in vivian/vpdu.py
  • remind to set SSH ID KEY for vivian-connect: Add a remind message to set the ssh key for vivian-connect, this is nicer than having an error message and wondering for a few seconds if something went wrong with vivian.

The last change assumes we only use ssh keys for logging in the vivian VM, please tell me if there is an scenario where this is not the case.

Edited by Ana Guerrero

Merge request reports