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