SeattleTestbed / softwareupdater

Software updater daemon
MIT License
1 stars 6 forks source link

Software updater URL must end in '/' #42

Closed choksi81 closed 10 years ago

choksi81 commented 10 years ago

The software updater gives misleading error messages if you give it a bad URL. You get:

[do_rsync] New metainfo not signed correctly. Not updating.

We observed this error due to the lack of a trailing '/' on the softwareurl in softwareupdater.py. We should fix this!!!