[Webkit-unassigned] [Bug 31974] New: validate-committer-lists fails when run from an SVN checkout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 29 19:57:07 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31974

           Summary: validate-committer-lists fails when run from an SVN
                    checkout
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: adele at apple.com, abarth at webkit.org


validate-committer-lists fails when run from an SVN checkout

We should at least display a nice warning if we require Git.  Only one of the
checks (checking against historical committers) requires a git checkout.  It's
possible we could even do the check using a remote git repository.

fatal: Not a git repository (or any of the parent directories): .git
Traceback (most recent call last):
  File "./validate-committer-lists", line 252, in <module>
    main()
  File "./validate-committer-lists", line 248, in main
    svn_committer_list.print_possibly_expired_committers(committer_list)
  File "./validate-committer-lists", line 211, in
print_possibly_expired_committers
    authors_and_last_commits = self._last_commit_by_author().items()
  File "./validate-committer-lists", line 203, in _last_commit_by_author
    del self._last_commit_time_by_author_cache['(no author)'] # The initial svn
import isn't very useful.
KeyError: '(no author)'

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list