d99bc37ed3
Fix missing exit code in nomededia
...
nodemedia was not setting return code on exit properly.
2021-03-08 08:01:19 -05:00
16096ad745
FD passing for firmware and media upload
...
Extend use of client side file descriptors to
media and firmmware upload.
2021-02-25 12:55:38 -05:00
56fa13279e
Explicitly indicate use of python2
...
RHEL8 will no longer tolerate implicit use of python.
For now relent to being python2, though ideally one day
it could be either.
Unfortunately, this means once code is ready for python3, we have to
probably implement build time changes for python3 enabled distros
to have different shebangs than python2 distros.
2019-09-23 10:59:00 -04:00
ee82831370
Do not flag file: as insecure
...
Locally hosted media should not be considered
insecure.
2019-06-11 11:06:59 -04:00
7f3763f9eb
Clean up media error handling
2018-01-30 15:18:20 -05:00
290ccecfb9
Exit if requested upload file does not exist
...
It was fruitlessly sending to server, when it could detect the problem
up front without bothering the server.
2018-01-29 14:36:44 -05:00
0431e42452
Do not attempt to list after error
...
On upload/attach errors, do not bother to try to follow up with
list media, as the previous failure is more useful.
2018-01-29 14:21:38 -05:00
36e68ca852
Fix nodemedia list when errors are present
...
It would assume that databynode is always good news, but error data
can come as well.
2018-01-29 14:19:25 -05:00
2e7a8bee18
Fix nodemedia silent errors
...
For 'databynode' style responses, error data was suppressed.
Make printerror more thorough at handling such errors.
2018-01-29 11:21:46 -05:00
49a444959d
Add line wrap to usage error
...
It mixed output with next prompt, which is ugly
2018-01-24 13:42:13 -05:00
1cf472470e
Add warning if someone tries attach with a file
...
Rather than bother the server, sort out the problem locally.
2018-01-24 13:23:35 -05:00
eccc7803a9
Move the (insecure) output to where promised
2018-01-23 10:36:25 -05:00
cd260a769e
Fix variable name
...
rsp rather than res was used in one place erroneously
2018-01-23 10:32:48 -05:00
56b6babed6
Provide insecure warning
...
When certificate validation is not occuring in a secure fashion, make
it obvious to user through '(insecure)' flag. Lay the groundwork for
future update to actually provide a secure attach strategy, once the
firmware is willing.
2018-01-23 10:23:56 -05:00
37f0345553
Format the complex epilog of nodemedia
...
nodemedia has non-option arguments suggesting need for line wraps.
Provide a custom formatter to enable readable usage.
2018-01-22 16:12:29 -05:00
98a763eb35
Change detach to detachall
...
It is more clear what detach will do this way. Also block more
attempts.
2018-01-22 15:56:59 -05:00
6444756b3c
Add list to upload command
...
Have the upload command do list at the end to give affirmation of
what happened.
2018-01-17 10:06:54 -05:00
af82e868d2
Alter nodemedia command
...
Add the glob protection and have attach do a list after.
2018-01-17 10:06:05 -05:00
9f5b88eb9f
Fix nodemedia upload
...
Implement the tracking properly
2018-01-04 13:39:51 -05:00
3265d812ba
Tweak the media implementation
...
Change key to 'detachall' for now and remove the 'all' argument from
detach.
2018-01-04 13:21:22 -05:00
673fb02896
Draft nodemedia command
...
Server side still has some limitations, but it functions when
going downhill with a tailwind while spewing error messages.
2018-01-03 15:35:08 -05:00