aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Böhm <bb@xnull.de>2009-01-25 11:23:51 +0100
committerBenedikt Böhm <bb@xnull.de>2009-01-25 11:23:51 +0100
commit7052c30be882566aa756ee8273e848fb7106a18c (patch)
tree835dfa248b7c713b1dee533cbacfb7a5fc11b37c
parentadd overlay sync support (diff)
downloadporticron-7052c30be882566aa756ee8273e848fb7106a18c.tar.gz
porticron-7052c30be882566aa756ee8273e848fb7106a18c.tar.bz2
porticron-7052c30be882566aa756ee8273e848fb7106a18c.zip
add documentation for SYNC_OVERLAYS_CMD and version bumpv0.3
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index d705d04..c4c2a6d 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ porticron
=========
:Author: `Benedikt Böhm <bb@xnull.de>`_
-:Version: 0.2.3
+:Version: 0.3
:Web: http://bb.xnull.de/projects/porticron/
:Source: http://git.xnull.de/gitweb/?p=porticron.git
:Download: http://bb.xnull.de/projects/porticron/dist/
@@ -31,6 +31,11 @@ SYNC_CMD
to ``/usr/bin/emerge --sync``. Set this to ``/bin/true`` if your portage tree
is mounted read-only (e.g. via nfs).
+SYNC_OVERLAYS_CMD
+ The command porticron should use to synchronize your overlays. Defaults to
+ ``/bin/true``. Set this to ``/usr/bin/layman --sync-all`` to use layman for
+ overlay synchronization.
+
UPGRADE_OPTS
Command-line options that should be passed to emerge while scanning for
pending upgrades. Defaults to ``--deep --update``.