watch: add 'watch' support
[girocco/ztw.git] / fixupcheck.sh.in
blob9c697d363e609fe42b150e9c3d9d4f54bc8a16a0
1 #!/bin/bash
3 # THIS SCRIPT IS BEING RUN UNDER ROOT!!!
5 # [repo.or.cz] You will need to manually update this file if you modify
6 # it in the repository.
8 # We want to make sure the push-access projects have the right directories
9 # in the right groups.
11 # No need to lock.
13 cd @repo_path@
14 find . -name base_url | cut -c 3- | sed -e 's/\/base_url$//' |
15 while read dir; do
16 @repomgr@/fixup.sh "${dir%.git}"
17 done