diff --git a/build b/build index 5cc59b6d..ea4ca83c 100755 --- a/build +++ b/build @@ -99,7 +99,7 @@ case "$1" in webmain) cp README ${WEBPAGE} - cd ${WEBDIR} && git commit -m "cdist update" ${WEBPAGE} + cd ${WEBDIR} && git commit -m "cdist main update" ${WEBPAGE} cd ${WEBDIR} && make pub ;; @@ -119,6 +119,11 @@ case "$1" in cd ${WEBDIR} && git add ${WEBBASE} cd ${WEBDIR} && git commit -m "cdist update" ${WEBBASE} ${WEBPAGE} cd ${WEBDIR} && make pub + + # Fix ikiwiki, which does not like symlinks for pseudo security + ssh tee.schottelius.org \ + "cd /home/services/www/nico/www.nico.schottelius.org/www/software/cdist/man && + ln -sf "$version" latest" ;; p|pu|pub) diff --git a/lib/cdist/__init__.py b/lib/cdist/__init__.py index 09e4aacc..664b6456 100644 --- a/lib/cdist/__init__.py +++ b/lib/cdist/__init__.py @@ -19,6 +19,8 @@ # # +VERSION = "2.0.6" + BANNER = """ .. . .x+=:. s dF @88> z` ^% :8 @@ -34,7 +36,6 @@ BANNER = """ "P' "" "" """ DOT_CDIST = ".cdist" -VERSION = "2.0.5" import os