print out version of ikiwiki
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
9faa4d2d6b
commit
a2108100a0
1 changed files with 5 additions and 1 deletions
|
@ -1,10 +1,14 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -x
|
set -x
|
||||||
BDIR=~/b/ikiwiki
|
BDIR=~/b/ikiwiki
|
||||||
|
|
||||||
|
( cd "${BDIR}" && git describe )
|
||||||
|
|
||||||
PERL5LIB=${BDIR} ${BDIR}/ikiwiki.in \
|
PERL5LIB=${BDIR} ${BDIR}/ikiwiki.in \
|
||||||
--libdir ${BDIR} \
|
--libdir ${BDIR} \
|
||||||
--templatedir ${BDIR}/templates \
|
--templatedir ${BDIR}/templates \
|
||||||
-set underlaydir=${BDIR}/underlays \
|
-set underlaydir=${BDIR}/underlays \
|
||||||
-set underlaydirbase=${BDIR}/underlays \
|
-set underlaydirbase=${BDIR}/underlays \
|
||||||
--setup ikiwiki.setup \
|
--setup ikiwiki.setup \
|
||||||
--refresh
|
"$@"
|
||||||
|
echo ikiwiki result: $?
|
||||||
|
|
Loading…
Add table
Reference in a new issue