htaccess: Add what we currently use, spider-protection
[girocco.git] / fixupcheck.sh
blobd5620678820b7aab5aee3438dd08cf3d46575c2f
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 find . -name base_url | cut -c 3- | sed -e 's/\/base_url$//' |
15 while read dir; do
16 /root/repomgr/fixup.sh "${dir%.git}"
17 done