summaryrefslogtreecommitdiffstats
path: root/CVSROOT/commitcheck
blob: 4f623836bcd183f2d99c3e798d928f26f74ca9dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#! /bin/sh
#
# $Id$

case "`hostname`" in
freefall*)
	:
	;;
*)
	echo "Please commit on freefall...."
	exit 1
esac

if $CVSROOT/CVSROOT/cvs_acls.pl ${1+"$@"}; then
   if $CVSROOT/CVSROOT/commit_prep.pl ${1+"$@"}; then
      exit 0
   fi
fi

exit 1
OpenPOWER on IntegriCloud