public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Dolbec" <brian.dolbec@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/layman:gsoc2014 commit in: etc/
Date: Mon, 16 Jun 2014 03:37:29 +0000 (UTC)	[thread overview]
Message-ID: <1402607510.faa06be51a440fba17d0b8ca93e56ee9e9bc341d.dol-sen@gentoo> (raw)

commit:     faa06be51a440fba17d0b8ca93e56ee9e9bc341d
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  5 11:07:52 2014 +0000
Commit:     Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Thu Jun 12 21:11:50 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=faa06be5

layman.cfg: Adds repo configuration options

---
 etc/layman.cfg | 26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)

diff --git a/etc/layman.cfg b/etc/layman.cfg
index 72f7e2f..6b94c68 100644
--- a/etc/layman.cfg
+++ b/etc/layman.cfg
@@ -22,6 +22,16 @@ installed: %(storage)s/installed.xml
 # or edit the value above to the current name of your
 # installed overlay(s) file.
 
+##### NEW ##### Repo Config Options #####
+#-----------------------------------------------------------
+# Defines whether or not a repos.conf or make.conf file is
+# required for the repository control group. Set to No for
+# non-package manager involved repository control. For normal
+# portage overlay use and function, this needs to be set to
+# Yes. If yes, it requires at least one conf_type to be set.
+
+require_repoconfig : Yes
+
 #-----------------------------------------------------------
 # Path to the make.conf file that should be modified by
 # layman
@@ -29,6 +39,20 @@ installed: %(storage)s/installed.xml
 make_conf : %(storage)s/make.conf
 
 #-----------------------------------------------------------
+# Path to the repos.conf file that should be modified by
+# layman
+
+repos_conf : /etc/portage/repos.conf/layman.conf
+
+#-----------------------------------------------------------
+# Repository config types used by layman 
+# (repos.conf, make.conf)
+
+conf_type : make.conf
+
+#-----------------------------------------------------------
+
+#-----------------------------------------------------------
 # URLs of the remote lists of overlays (one per line) or
 # local overlay definitions
 #
@@ -37,7 +61,7 @@ make_conf : %(storage)s/make.conf
 #            http://mydomain.org/my-layman-list.xml
 #            file:///var/lib/layman/my-list.xml
 #
-##### NEW ##### GPG signed lists #####
+#### GPG signed lists #### COMING SOON TO A DOWNLOAD SITE NEAR YOU #####
 #
 #  gpg_signed_lists :
 #       These can be clearsigned or signed (compressed) overlay lists


WARNING: multiple messages have this Message-ID (diff)
From: "Brian Dolbec" <brian.dolbec@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/layman:master commit in: etc/
Date: Mon, 16 Jun 2014 03:40:19 +0000 (UTC)	[thread overview]
Message-ID: <1402607510.faa06be51a440fba17d0b8ca93e56ee9e9bc341d.dol-sen@gentoo> (raw)
Message-ID: <20140616034019.Ofv9EDLpEBbuhLzA8_mfO1MXguEC2bw5Mol5yfXecbg@z> (raw)

commit:     faa06be51a440fba17d0b8ca93e56ee9e9bc341d
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  5 11:07:52 2014 +0000
Commit:     Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Thu Jun 12 21:11:50 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=faa06be5

layman.cfg: Adds repo configuration options

---
 etc/layman.cfg | 26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)

diff --git a/etc/layman.cfg b/etc/layman.cfg
index 72f7e2f..6b94c68 100644
--- a/etc/layman.cfg
+++ b/etc/layman.cfg
@@ -22,6 +22,16 @@ installed: %(storage)s/installed.xml
 # or edit the value above to the current name of your
 # installed overlay(s) file.
 
+##### NEW ##### Repo Config Options #####
+#-----------------------------------------------------------
+# Defines whether or not a repos.conf or make.conf file is
+# required for the repository control group. Set to No for
+# non-package manager involved repository control. For normal
+# portage overlay use and function, this needs to be set to
+# Yes. If yes, it requires at least one conf_type to be set.
+
+require_repoconfig : Yes
+
 #-----------------------------------------------------------
 # Path to the make.conf file that should be modified by
 # layman
@@ -29,6 +39,20 @@ installed: %(storage)s/installed.xml
 make_conf : %(storage)s/make.conf
 
 #-----------------------------------------------------------
+# Path to the repos.conf file that should be modified by
+# layman
+
+repos_conf : /etc/portage/repos.conf/layman.conf
+
+#-----------------------------------------------------------
+# Repository config types used by layman 
+# (repos.conf, make.conf)
+
+conf_type : make.conf
+
+#-----------------------------------------------------------
+
+#-----------------------------------------------------------
 # URLs of the remote lists of overlays (one per line) or
 # local overlay definitions
 #
@@ -37,7 +61,7 @@ make_conf : %(storage)s/make.conf
 #            http://mydomain.org/my-layman-list.xml
 #            file:///var/lib/layman/my-list.xml
 #
-##### NEW ##### GPG signed lists #####
+#### GPG signed lists #### COMING SOON TO A DOWNLOAD SITE NEAR YOU #####
 #
 #  gpg_signed_lists :
 #       These can be clearsigned or signed (compressed) overlay lists


             reply	other threads:[~2014-06-16  3:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-16  3:37 Brian Dolbec [this message]
2014-06-16  3:40 ` [gentoo-commits] proj/layman:master commit in: etc/ Brian Dolbec

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1402607510.faa06be51a440fba17d0b8ca93e56ee9e9bc341d.dol-sen@gentoo \
    --to=brian.dolbec@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox