mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
use stagit instead of stagit-index.
This commit is contained in:
parent
5d69879d87
commit
7608312120
@ -35,7 +35,8 @@ STAGING=`mktemp -d`
|
||||
function update_stagit {
|
||||
mkdir -p $STAGING/$1
|
||||
pushd $STAGING/$1
|
||||
stagit-index $2 > index.html
|
||||
stagit $2
|
||||
cp log.html index.html
|
||||
cp -R $2 ${STAGING}/${1}.git
|
||||
chmod -R +rx ${STAGING}/${1}.git
|
||||
popd
|
||||
|
Loading…
x
Reference in New Issue
Block a user