From 2eefb5974e573c5d0cbdbf649e9312a36afcc2c8 Mon Sep 17 00:00:00 2001 From: Scott Little Date: Fri, 15 Mar 2019 11:04:58 -0400 Subject: [PATCH] fix 'duplicate default' error The command ... repo init -u git://git.openstack.org/openstack/stx-manifest \ -b r/2018.10' results in ... fatal: manifest 'default.xml' not available fatal: duplicate default in /mnt/hdd1/designer/slittle1/stx-2018.10/.repo/manifests/default.xml This is due to having two elements in the manifest. The default is global, not per remote, so this was never going to work. Fix is to delete this line... Change-Id: I19a48247df7fb0e51ad980a0b299079d1932544e Signed-off-by: Scott Little --- default.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/default.xml b/default.xml index 03ae789..25de53d 100644 --- a/default.xml +++ b/default.xml @@ -11,7 +11,6 @@ -