mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
remove post-receive hook on copy
This commit is contained in:
parent
a421e7a9cd
commit
e8da0574c3
@ -38,6 +38,7 @@ function update_stagit {
|
|||||||
stagit $2
|
stagit $2
|
||||||
cp log.html index.html
|
cp log.html index.html
|
||||||
cp -R $2 ${STAGING}/${1}.git
|
cp -R $2 ${STAGING}/${1}.git
|
||||||
|
rm ${STAGING}/${1}.git/hooks/post-receive
|
||||||
chmod -R +rx ${STAGING}/${1}.git
|
chmod -R +rx ${STAGING}/${1}.git
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user