Support for creating forks
[girocco.git] / fixupcheck.sh
blob2a6d7d652c653cfd9afc46c3f0100d691d71c86d
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 /srv/git
14 for dir in *; do
15 /root/repomgr/fixup.sh "${dir%.git}"
16 done