public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/layman:master commit in: etc/
@ 2011-07-23  6:45 Brian Dolbec
  0 siblings, 0 replies; 8+ messages in thread
From: Brian Dolbec @ 2011-07-23  6:45 UTC (permalink / raw
  To: gentoo-commits

commit:     47a2fa5e3bef21e057f6f40b02e2ea8c08ebb9c4
Author:     dol-sen <brian.dolbec <AT> gmail <DOT> com>
AuthorDate: Sat Jul 23 06:36:05 2011 +0000
Commit:     Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Sat Jul 23 06:36:05 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=47a2fa5e

add overlay_defs option to layman.cfg

---
 etc/layman.cfg |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/etc/layman.cfg b/etc/layman.cfg
index 741da11..a3bce58 100644
--- a/etc/layman.cfg
+++ b/etc/layman.cfg
@@ -34,6 +34,15 @@ make_conf : %(storage)s/make.conf
 overlays  : http://www.gentoo.org/proj/en/overlays/repositories.xml
 
 #-----------------------------------------------------------
+# The directory to scan for xml overlay definition files to include
+# in the list of available overlays.  They are automatically added to the
+# "overlays" parameter above.  Use either method, but do not add the same
+# definition in both.
+#
+
+#overlay_defs : /etc/layman/overlays
+
+#-----------------------------------------------------------
 # Proxy support
 # If unset, layman will use the http_proxy environment variable.
 #



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/layman:master commit in: etc/
@ 2011-09-13 14:16 Brian Dolbec
  0 siblings, 0 replies; 8+ messages in thread
From: Brian Dolbec @ 2011-09-13 14:16 UTC (permalink / raw
  To: gentoo-commits

commit:     269e5644783f03e74eb74b387f0542bd38d4c10a
Author:     dol-sen <brian.dolbec <AT> gmail <DOT> com>
AuthorDate: Tue Sep 13 14:15:51 2011 +0000
Commit:     Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Tue Sep 13 14:15:51 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=269e5644

better explain the variable change.

---
 etc/layman.cfg |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/etc/layman.cfg b/etc/layman.cfg
index 2bb275a..1b74f96 100644
--- a/etc/layman.cfg
+++ b/etc/layman.cfg
@@ -15,9 +15,12 @@ cache     : %(storage)s/cache
 
 installed: %(storage)s/installed.xml
 
-# old variable and value use it for updating to new one above
-
-local_list: %(storage)s/overlays.xml
+# This has been renamed from the following
+# old name  : value use it for updating to new one above
+# local_list: %(storage)s/overlays.xml
+# either rename the overlays.xml file to installed.xml
+# or edit the value above to the current name of your
+# installed overlay(s) file.
 
 #-----------------------------------------------------------
 # Path to the make.conf file that should be modified by



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/layman:master commit in: etc/
  2014-06-16  3:37 [gentoo-commits] proj/layman:gsoc2014 " Brian Dolbec
@ 2014-06-16  3:40 ` Brian Dolbec
  0 siblings, 0 replies; 8+ messages in thread
From: Brian Dolbec @ 2014-06-16  3:40 UTC (permalink / raw
  To: gentoo-commits

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


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/layman:master commit in: etc/
@ 2015-02-03 21:01 Devan Franchini
  0 siblings, 0 replies; 8+ messages in thread
From: Devan Franchini @ 2015-02-03 21:01 UTC (permalink / raw
  To: gentoo-commits

commit:     03f9d2bac1800a9b2a9be4179d877f2ff26dbb90
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  3 20:56:40 2015 +0000
Commit:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Tue Feb  3 20:56:43 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=03f9d2ba

layman.cfg: Changes values of conf_type and auto_sync

To follow suit with the standards requested of the emaint sync behavior
the auto_sync variable has been defaulted to "Yes", and conf_type has
been changed to "repos.conf" as a default.

---
 etc/layman.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/layman.cfg b/etc/layman.cfg
index 4e9aad9..7bf291e 100644
--- a/etc/layman.cfg
+++ b/etc/layman.cfg
@@ -55,13 +55,13 @@ repos_conf : /etc/portage/repos.conf/layman.conf
 # or not the portage sync plug-in will automatically sync your
 # layman overlays.
 
-auto_sync : No
+auto_sync : Yes
 
 #-----------------------------------------------------------
 # Repository config types used by layman 
 # (repos.conf, make.conf)
 
-conf_type : make.conf
+conf_type : repos.conf
 
 #-----------------------------------------------------------
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/layman:master commit in: etc/
@ 2015-03-07 22:40 Devan Franchini
  0 siblings, 0 replies; 8+ messages in thread
From: Devan Franchini @ 2015-03-07 22:40 UTC (permalink / raw
  To: gentoo-commits

commit:     2d6a6ab18baf3262dd9d9d30a5a0e94bd16d1929
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  7 22:40:35 2015 +0000
Commit:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Sat Mar  7 22:40:35 2015 +0000
URL:        https://gitweb.gentoo.org/proj/layman.git/commit/?id=2d6a6ab1

layman.cfg: Adds "protocol_order" to config with example

 etc/layman.cfg | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/etc/layman.cfg b/etc/layman.cfg
index f79270a..9580d33 100644
--- a/etc/layman.cfg
+++ b/etc/layman.cfg
@@ -66,6 +66,12 @@ conf_type : repos.conf
 #-----------------------------------------------------------
 
 #-----------------------------------------------------------
+# Protocols used by layman and the order in which layman will
+# handle them.
+# ex.) protocol_order : git, http, https, etc,...
+# protocol_order :
+
+#-----------------------------------------------------------
 # URLs of the remote lists of overlays (one per line) or
 # local overlay definitions
 #


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/layman:master commit in: etc/
@ 2015-07-13 18:48 Devan Franchini
  0 siblings, 0 replies; 8+ messages in thread
From: Devan Franchini @ 2015-07-13 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     464d6eecc2fdae142289e1cf2ed2e78c803aa51a
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 13 18:37:39 2015 +0000
Commit:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Mon Jul 13 18:37:39 2015 +0000
URL:        https://gitweb.gentoo.org/proj/layman.git/commit/?id=464d6eec

layman.cfg: Adds json_db config option example to config

 etc/layman.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/layman.cfg b/etc/layman.cfg
index 45fe3fc..8d89df1 100644
--- a/etc/layman.cfg
+++ b/etc/layman.cfg
@@ -68,7 +68,7 @@ conf_type : repos.conf
 #### Database Config Options #### #### COMING SOON ####
 #-----------------------------------------------------------
 # Database types used by layman
-# For now, only xml.
+# (xml_db, json_db).
 #db_type : xml_db
 
 #-----------------------------------------------------------


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/layman:master commit in: etc/
@ 2015-07-13 23:05 Devan Franchini
  0 siblings, 0 replies; 8+ messages in thread
From: Devan Franchini @ 2015-07-13 23:05 UTC (permalink / raw
  To: gentoo-commits

commit:     550a6ea45f7cb29a7783152327dc06311f6fef1b
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 13 23:06:36 2015 +0000
Commit:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Mon Jul 13 23:06:36 2015 +0000
URL:        https://gitweb.gentoo.org/proj/layman.git/commit/?id=550a6ea4

layman.cfg: Changes description of db_type to warn user of limitation

 etc/layman.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/layman.cfg b/etc/layman.cfg
index 8d89df1..5101f4d 100644
--- a/etc/layman.cfg
+++ b/etc/layman.cfg
@@ -67,8 +67,8 @@ conf_type : repos.conf
 
 #### Database Config Options #### #### COMING SOON ####
 #-----------------------------------------------------------
-# Database types used by layman
-# (xml_db, json_db).
+# Database types used by layman, only one should be specified.
+# (xml_db, json_db)
 #db_type : xml_db
 
 #-----------------------------------------------------------


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/layman:master commit in: etc/
@ 2017-02-01 18:16 Brian Dolbec
  0 siblings, 0 replies; 8+ messages in thread
From: Brian Dolbec @ 2017-02-01 18:16 UTC (permalink / raw
  To: gentoo-commits

commit:     25b7a7f55cc6f3935fd0ffeff2975373d9196760
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 18:13:21 2017 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 18:15:30 2017 +0000
URL:        https://gitweb.gentoo.org/proj/layman.git/commit/?id=25b7a7f5

etc/layman.cfg: Add missed @GENTOO_PORTAGE_EPREFIX <AT>  for the repos.conf settting

 etc/layman.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/layman.cfg b/etc/layman.cfg
index c6038ee..a49d43b 100644
--- a/etc/layman.cfg
+++ b/etc/layman.cfg
@@ -47,7 +47,7 @@ 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
+repos_conf : @GENTOO_PORTAGE_EPREFIX@/etc/portage/repos.conf/layman.conf
 
 #-----------------------------------------------------------
 # Defines whether or not auto_sync will be set to "yes" or


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-02-01 18:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-13 18:48 [gentoo-commits] proj/layman:master commit in: etc/ Devan Franchini
  -- strict thread matches above, loose matches on Subject: below --
2017-02-01 18:16 Brian Dolbec
2015-07-13 23:05 Devan Franchini
2015-03-07 22:40 Devan Franchini
2015-02-03 21:01 Devan Franchini
2014-06-16  3:37 [gentoo-commits] proj/layman:gsoc2014 " Brian Dolbec
2014-06-16  3:40 ` [gentoo-commits] proj/layman:master " Brian Dolbec
2011-09-13 14:16 Brian Dolbec
2011-07-23  6:45 Brian Dolbec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox