diff options
-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``. |