increment version, update web release

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-01-28 20:49:47 +01:00
parent bf8c5863d7
commit 72fefef320
2 changed files with 8 additions and 2 deletions

7
build
View File

@ -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)

View File

@ -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