From 039bbe5682a6d7136df714bde8606f181592b5dd Mon Sep 17 00:00:00 2001 From: Matthew Leeds Date: Mon, 1 Oct 2018 21:22:40 -0700 Subject: [PATCH] man/create-usb: Don't recommend summary updates This commit removes the recommendation in the create-usb man page for the user to update the summary in the source repo before using the create-usb command. I'm not sure where I got the idea that create-usb depends on a summary in the source repo. I went back to the first commit that introduced the create-usb command and even using that a summary isn't required, so it seems unlikely that this changed recently. This is good news because the exclusive lock that's taken for summary updates has been causing problems on Endless (due to other processes having a lock for the duration of the 30 second acquire time out period). Closes: #1746 Approved by: cgwalters --- man/ostree-create-usb.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/man/ostree-create-usb.xml b/man/ostree-create-usb.xml index c3dfbc68..90b2fc5b 100644 --- a/man/ostree-create-usb.xml +++ b/man/ostree-create-usb.xml @@ -83,11 +83,6 @@ Boston, MA 02111-1307, USA. USB mounts use signed per-repo and per-commit metadata instead of summary signatures. - - This command relies on the summary file in the source repo, so you - may want to run ostree summary -u before running - this command. -