File: pre-commit

package info (click to toggle)
fcm 2021.05.01-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 7,788 kB
  • sloc: perl: 26,014; sh: 10,510; javascript: 4,043; f90: 774; python: 294; ansic: 29; makefile: 14; cpp: 5
file content (7 lines) | stat: -rwxr-xr-x 139 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/bin/bash
set -eu
REPOS=$1
TXN=$2
SCRIPT=$REPOS/hooks/svnperms.py
CONFIG=$REPOS/hooks/svnperms.conf
$SCRIPT -r $REPOS -t $TXN -f $CONFIG