diff options
author | Benedikt Böhm <bb@xnull.de> | 2009-01-25 11:23:51 +0100 |
---|---|---|
committer | Benedikt Böhm <bb@xnull.de> | 2009-01-25 11:23:51 +0100 |
commit | 7052c30be882566aa756ee8273e848fb7106a18c (patch) | |
tree | 835dfa248b7c713b1dee533cbacfb7a5fc11b37c | |
parent | add overlay sync support (diff) | |
download | porticron-7052c30be882566aa756ee8273e848fb7106a18c.tar.gz porticron-7052c30be882566aa756ee8273e848fb7106a18c.tar.bz2 porticron-7052c30be882566aa756ee8273e848fb7106a18c.zip |
add documentation for SYNC_OVERLAYS_CMD and version bumpv0.3
-rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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``. |