aboutsummaryrefslogtreecommitdiff
path: root/tools/rumba-access
Commit message (Collapse)AuthorAgeFilesLines
* tools: Update rumba-access to new proxy commandSander Vrijders2017-11-071-4/+4
| | | | | | | | After the refactor of ssh_support to use the native paramiko way to setup an ssh connection via a proxy, rumba-access stopped working, since it relied on the exporting of the proxy command to ssh_info. This commit updates rumba-access to take the refactor into account.
* rumba: Better placement of files created by RumbaSander Vrijders2017-06-191-1/+1
| | | | | | | | | Temporary files such as ssh_info, the rspecs, logs, ... are now created in /tmp/rumba to avoid too many files being created and never removed. The VM images and jFed CLI are kept in ~/.cache/rumba to avoid redownloading every reboot. Closes #18, #19
* tools: Revert rumba-access to initial stateSander Vrijders2017-06-131-7/+3
| | | | | This reverts the script to its original state since it was not functioning properly.
* tools: Fix rumba access scriptSander Vrijders2017-06-121-2/+3
| | | | This fixes some errors in the rumba access script.
* tools: rumba-access: rearrange scriptVincenzo Maffione2017-06-081-4/+6
|
* tools: Update access script to use proxySander Vrijders2017-06-071-5/+15
| | | | | | The proxy command was not added to the file generated with ssh info. This adds it, and changes the access script to use it if it is there.
* rumba: add initial version of rumba-accessVincenzo Maffione2017-06-071-0/+31