[Buildbot-commits] [Buildbot] #2587: Buildbot doesn't accept changes done by the same user for different repositories

Buildbot trac trac at buildbot.net
Sun Feb 9 15:01:36 UTC 2014


#2587: Buildbot doesn't accept changes done by the same user for different
repositories
---------------------------+--------------------
Reporter:  jollyroger      |       Owner:
    Type:  defect          |      Status:  new
Priority:  major           |   Milestone:  0.8.9
 Version:  0.8.8           |  Resolution:
Keywords:  database users  |
---------------------------+--------------------

Comment (by dustin):

 Not all version-control systems supply email addresses, though, nor do IRC
 networks.  So, for example, if Buildbot sees 'dustin' as a subversion
 username, then 'dustin' seems a reasonable identifier.  If it later sees
 'dustin' as a github username, I'd very much like that it not assume
 that's me (it's not), so it should create a new user identity in Buildbot.
 But the 'dustin' identity is already taken, and no email address is
 readily available.  In this case, using 'dustin (2)' would, I think, be a
 good solution.

 That identifier is only ever used for display purposes (it's separate from
 the username), and thus can be changed easily.  Well, it could if the
 'buildbot user' command worked better :)

 Buildbot authentication always happens with a username and password.
 Users should only rely on identifiers from version control systems if they
 know that those version control systems are secure.  For example, if SSH
 is configured to use the system username, and commits are only allowed by
 SSH, that's probably safe.  On the other hand, trusting committer/author
 information from a simple git repository is most definitely not safe.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2587#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list