Date: Tue, 13 Sep 2016 20:00:06 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r422071 - svnadmin/hooks/scripts Message-ID: <201609132000.u8DK06tm031871@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Tue Sep 13 20:00:05 2016 New Revision: 422071 URL: https://svnweb.freebsd.org/changeset/ports/422071 Log: Temporarily revert r422070 Approved by: portmgr (implicit, fixing something) Sponsored by: The FreeBSD Foundation Modified: svnadmin/hooks/scripts/deny-filenames.sh Modified: svnadmin/hooks/scripts/deny-filenames.sh ============================================================================== --- svnadmin/hooks/scripts/deny-filenames.sh Tue Sep 13 19:22:41 2016 (r422070) +++ svnadmin/hooks/scripts/deny-filenames.sh Tue Sep 13 20:00:05 2016 (r422071) @@ -25,7 +25,7 @@ do file=`/usr/bin/basename ${path} | /usr/bin/sed -e 's,/$,,'` if echo ${file} | /usr/bin/egrep '^CVS$|^\.svn$|^\.git$' || echo ${file} | \ /usr/bin/egrep '\.orig$' || echo ${file} | \ - /usr/bin/egrep -v '^patch-' + /usr/bin/egrep -v '^patch-' | /usr/bin/egrep '\.core$' then echo "Some files in your commit look suspiciously like core files," >&2 echo "patch leftovers, CVS, Subversion or git directories. Please" >&2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609132000.u8DK06tm031871>