OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1833-g7ef5aeb
Gerrit Code Review
gerrit@openafs.org
Thu, 3 Nov 2011 13:09:30 -0700 (PDT)
The following commit has been merged in the master branch:
commit 7ef5aeb608a390b6ac88d7e6748c5a1b4a65e0c5
Author: Andrew Deason <adeason@sinenomine.net>
Date: Thu Nov 3 12:27:22 2011 -0500
external: commit imports with --no-verify
Currently, importing external commits with import-external-git.pl may
fail if the current repository checks for whitespace errors, and the
external commits contain whitespace errors. So run the commit with
--no-verify, so we can make the commit before fixing up the whitespace
errors immediately afterwards.
Change-Id: I8c9c39550e118956aa847e0ec5c5b1181f42e6cb
Reviewed-on: http://gerrit.openafs.org/5796
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/external/import-external-git.pl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository