mirror of https://git.kore.io/kore.git
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 {
|
function update_stagit {
|
||||||
mkdir -p $STAGING/$1
|
mkdir -p $STAGING/$1
|
||||||
pushd $STAGING/$1
|
pushd $STAGING/$1
|
||||||
stagit-index $2 > index.html
|
stagit $2
|
||||||
|
cp log.html index.html
|
||||||
cp -R $2 ${STAGING}/${1}.git
|
cp -R $2 ${STAGING}/${1}.git
|
||||||
chmod -R +rx ${STAGING}/${1}.git
|
chmod -R +rx ${STAGING}/${1}.git
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in New Issue