GNOME Bugzilla – Bug 738698
Add "ostree remote delete" and corresponding API
Last modified: 2014-10-17 23:10:16 UTC
For Anaconda, we have an ugly bootstrapping problem where we need to add the remote to the repository's config, then do a pull+deploy, then remove and re-add the config, because /etc/ostree/remotes.d doesn't exist yet in the target system.
Created attachment 288769 [details] [review] Add "ostree remote delete" and corresponding API
Review of attachment 288769 [details] [review]: Patch looks alright to me. My only nit is there's no point passing a GError to g_key_file_to_data() -- especially if you're not checking for error (bad evo memories...), but the docs say it's safe not to.
Fixed up the error usage, thanks! Attachment 288769 [details] pushed as cdfcf09 - Add "ostree remote delete" and corresponding API