From 494142bb52789c7d01bf49a01c59eab8428cfaf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Sun, 4 Oct 2020 18:09:46 +0200 Subject: [PATCH] examples: update overlay configuration example --- examples/repos.conf/src_prepare-overlay.conf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/examples/repos.conf/src_prepare-overlay.conf b/examples/repos.conf/src_prepare-overlay.conf index a4a4d85..ab333d5 100644 --- a/examples/repos.conf/src_prepare-overlay.conf +++ b/examples/repos.conf/src_prepare-overlay.conf @@ -1,5 +1,9 @@ +# CONTRIBUTORS: +# Consider using the example given in CONTRIBUTING.md +# https://gitlab.com/src_prepare/src_prepare-overlay/-/blob/master/CONTRIBUTING.md#add-the-overlay-to-the-system + [src_prepare-overlay] -location = /var/db/repos/src_prepare-overlay -sync-uri = https://gitlab.com/src_prepare/src_prepare-overlay.git -sync-type = git auto-sync = yes +location = /var/db/repos/src_prepare-overlay +sync-type = git +sync-uri = https://gitlab.com/src_prepare/src_prepare-overlay.git