mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-12 04:52:45 +00:00
- Simplify save() method such that a simple load(uuid).save() does not destroy data. Currently, the verified parameter is lost. - Drop unused store_credentials argument to save(). - Make verified a property of the SSH repository and instantiate with it properly. Tests performed: - Adding a new remote repository works with SSH verification from unknown and known hosts. - Mounting and unmounting works. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>