svn commit: r350048 - svnadmin/hooks/scripts
Antoine Brodin
antoine at FreeBSD.org
Thu Apr 3 21:28:02 UTC 2014
Author: antoine
Date: Thu Apr 3 21:28:02 2014
New Revision: 350048
URL: http://svnweb.freebsd.org/changeset/ports/350048
QAT: https://qat.redports.org/buildarchive/r350048/
Log:
There is no leading / in svnlook changed output
With hat: portmgr
Modified:
svnadmin/hooks/scripts/stage-only.sh
Modified: svnadmin/hooks/scripts/stage-only.sh
==============================================================================
--- svnadmin/hooks/scripts/stage-only.sh Thu Apr 3 21:26:54 2014 (r350047)
+++ svnadmin/hooks/scripts/stage-only.sh Thu Apr 3 21:28:02 2014 (r350048)
@@ -16,7 +16,7 @@ for line in $(svnlook changed -t $TXN $R
[^AU]*) continue;;
esac
case $fpath in
- /head/*/*/Makefile*)
+ head/*/*/Makefile*)
if svnlook cat -t ${TXN} ${REPO} $fpath | grep -q "^NO_STAGE" ; then
echo "Do not commit ports with NO_STAGE" 1>&2
echo "The port must be converted to support staging before it can be updated or added. See" 1>&2
More information about the svn-ports-svnadmin
mailing list