commit:     6177908118a2f7fd1765d5561177c8b1a2dc7061
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  5 23:29:50 2015 +0000
Commit:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Sat Sep  5 23:29:50 2015 +0000
URL:        https://gitweb.gentoo.org/proj/layman.git/commit/?id=61779081

Adds documentation for multiple database type support

 doc/layman.8.txt | 8 ++++++++
 etc/layman.cfg   | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/doc/layman.8.txt b/doc/layman.8.txt
index cb391f1..4152566 100644
--- a/doc/layman.8.txt
+++ b/doc/layman.8.txt
@@ -287,6 +287,14 @@ git_postsync::
     These are a space separated list of commands that are run after each add, 
sync operation if they
     are defined.
 
+DATABASE CONFIGURATION OPTIONS
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+*layman* now supports multiple database types for layman's install file. The
+options allowed include: *xml*, *json*, and *sqlite*. While xml is the default
+database type you may migrate from one database type to the other using the
+*layman-updater* tool while supplying the *-m* flag, followed by the database
+type you'd like to use.
+
 REPO CONFIGURATION OPTIONS
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
 

diff --git a/etc/layman.cfg b/etc/layman.cfg
index e1caa33..c6038ee 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, only one should be specified.
-# (xml, json)
+# (xml, json, sqlite)
 #db_type : xml
 
 #-----------------------------------------------------------

Reply via email to