aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJauhien Piatlicki <jauhien@gentoo.org>2015-08-04 22:54:21 +0200
committerJauhien Piatlicki <jauhien@gentoo.org>2015-08-05 20:32:11 +0200
commit29875e07c1749ddf895d2058046c17092d72732e (patch)
tree1b658004588265a09c979355ce1902c0128facf9 /docs
parent[docs] update documentation (diff)
downloadg-sorcery-29875e07c1749ddf895d2058046c17092d72732e.tar.gz
g-sorcery-29875e07c1749ddf895d2058046c17092d72732e.tar.bz2
g-sorcery-29875e07c1749ddf895d2058046c17092d72732e.zip
[g_sorcery/package_db] new DB syncing
Diffstat (limited to 'docs')
-rw-r--r--docs/developer_instructions.html3
-rw-r--r--docs/developer_instructions.rst3
-rw-r--r--docs/g-sorcery.82
-rw-r--r--docs/g-sorcery.8.rst2
-rw-r--r--docs/g-sorcery.cfg.82
-rw-r--r--docs/g-sorcery.cfg.8.rst2
6 files changed, 8 insertions, 6 deletions
diff --git a/docs/developer_instructions.html b/docs/developer_instructions.html
index 4cea319..4af5e35 100644
--- a/docs/developer_instructions.html
+++ b/docs/developer_instructions.html
@@ -581,7 +581,8 @@ backends). PackageDB class API should be used instead.</p>
to add categories and packages and to do queries on them. Usually you do not want to customize this
class.</p>
<p>If you have a database that should be synced with another already generate database
-you can redifine URI to be used for syncing using <strong>get_real_db_uri</strong> method.</p>
+you can use <strong>sync</strong> method. Two sync methods are available
+currently: <strong>tgz</strong> and <strong>git</strong>.</p>
<p>Note that before add any package you should add a category for it using <strong>add_category</strong>.
Then packages can be added using <strong>add_package</strong>. PackageDB currently does not write changes
automatically, so you should call <strong>write</strong> after changes are done. This is not relevant
diff --git a/docs/developer_instructions.rst b/docs/developer_instructions.rst
index f0667ea..f868d2f 100644
--- a/docs/developer_instructions.rst
+++ b/docs/developer_instructions.rst
@@ -242,7 +242,8 @@ to add categories and packages and to do queries on them. Usually you do not wan
class.
If you have a database that should be synced with another already generate database
-you can redifine URI to be used for syncing using **get_real_db_uri** method.
+you can use **sync** method. Two sync methods are available
+currently: **tgz** and **git**.
Note that before add any package you should add a category for it using **add_category**.
Then packages can be added using **add_package**. PackageDB currently does not write changes
diff --git a/docs/g-sorcery.8 b/docs/g-sorcery.8
index 6782c98..c2f5cbb 100644
--- a/docs/g-sorcery.8
+++ b/docs/g-sorcery.8
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH G-SORCERY 8 "2015-04-20" "0.2" "g-sorcery"
+.TH G-SORCERY 8 "2015-04-20" "0.2.1" "g-sorcery"
.SH NAME
g-sorcery \- manage overlays for 3rd party software providers
.
diff --git a/docs/g-sorcery.8.rst b/docs/g-sorcery.8.rst
index 1e9af4e..2ace6b0 100644
--- a/docs/g-sorcery.8.rst
+++ b/docs/g-sorcery.8.rst
@@ -11,7 +11,7 @@ manage overlays for 3rd party software providers
by Brian Dolbec. Integration with layman based on work of Auke Booij.
:Date: 2015-04-20
:Copyright: Copyright (c) 2013-2015 Jauhien Piatlicki, License: GPL-2
-:Version: 0.2
+:Version: 0.2.1
:Manual section: 8
:Manual group: g-sorcery
diff --git a/docs/g-sorcery.cfg.8 b/docs/g-sorcery.cfg.8
index ea97ada..f9c02ce 100644
--- a/docs/g-sorcery.cfg.8
+++ b/docs/g-sorcery.cfg.8
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH G-SORCERY.CFG 8 "2015-04-20" "0.2" "g-sorcery"
+.TH G-SORCERY.CFG 8 "2015-04-20" "0.2.1" "g-sorcery"
.SH NAME
g-sorcery.cfg \- custom settings for g-sorcery
.
diff --git a/docs/g-sorcery.cfg.8.rst b/docs/g-sorcery.cfg.8.rst
index f9b5aac..bd85d08 100644
--- a/docs/g-sorcery.cfg.8.rst
+++ b/docs/g-sorcery.cfg.8.rst
@@ -11,7 +11,7 @@ custom settings for g-sorcery
by Brian Dolbec.
:Date: 2015-04-20
:Copyright: Copyright (c) 2013-2015 Jauhien Piatlicki, License: GPL-2
-:Version: 0.2
+:Version: 0.2.1
:Manual section: 8
:Manual group: g-sorcery