--- /dev/null
+hooks.envelopesender=noreply@less.ly
+hooks.mailinglist=fabian.kaelin@gmail.com,aotto@wikimedia.org,dvanliere@wikimedia.org,dschoonover@wikimedia.org
+hooks.emailprefix=[kraken-ui]
+hooks.showrev=git show -C %s
\ No newline at end of file
log "Updating hooks repo (${HOOKS_REPO})...\n"
-{ cd $CHECKOUTS/$HOOKS_REPO &&
+{ cd ${CHECKOUTS}/${HOOKS_REPO} &&
git fetch --all &&
git pull origin master
} || fail "Problem running fetch & pull on ${HOOKS_REPO}.git!"
log "\nCopying hooks into target repo (${TARGET_REPO})...\n"
{ log "rsync ./hooks/ $REPOS/${TARGET_REPO}.git/hooks/" &&
- rsync ./hooks/ $REPOS/${TARGET_REPO}.git/hooks/
+ rsync ./hooks/ ${REPOS}/${TARGET_REPO}.git/hooks/
} || fail "Problem rsync-ing hooks to $REPOS/$TARGET_REPO.git/hooks!"
log "\nok!"