mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
Shuffle stuff around in the hook.
This commit is contained in:
parent
d677632732
commit
5d69879d87
@ -23,6 +23,8 @@ while read oldrev newrev ref; do
|
||||
fi
|
||||
done
|
||||
|
||||
git update-server-info
|
||||
|
||||
ROOT=/var/chroot/kore-site
|
||||
TARGET=$ROOT/stagit
|
||||
STATIC=$HOME/src/stagit_static
|
||||
@ -33,15 +35,13 @@ STAGING=`mktemp -d`
|
||||
function update_stagit {
|
||||
mkdir -p $STAGING/$1
|
||||
pushd $STAGING/$1
|
||||
stagit-index > index.html
|
||||
stagit-index $2 > index.html
|
||||
cp -R $2 ${STAGING}/${1}.git
|
||||
chmod -R +rx ${STAGING}/${1}.git
|
||||
popd
|
||||
|
||||
}
|
||||
|
||||
git update-server-info
|
||||
|
||||
update_stagit kore /home/git/kore.git
|
||||
|
||||
cp -R $STATIC/* $STAGING
|
||||
|
Loading…
x
Reference in New Issue
Block a user