Fix permissions/ownership for push-hosted projects
[girocco.git] / fixupcheck.sh
bloba433550409b1fc9a61038bcb71cc4e5f471e65ed
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 [ -e "$dir"/.nofetch ] || continue
16 /root/repomgr/fixup.sh "${dir%.git}"
17 done