Message346526
I merged my pythoninfo change, more complete pythoninfo from the buildbot:
os.getgid: 1002
os.getgrouplist: 1002
os.getgroups: 1002
os.getuid: 1002
pwd.getpwuid(1002): pwd.struct_passwd(pw_name='buildbot', pw_passwd='*', pw_uid=1002, pw_gid=1002, pw_gecos='FreeBSD BuildBot', pw_dir='/home/buildbot', pw_shell='/bin/sh')
IMHO the test is wrong: it should rely on os.getgroups() rather tan "discover" groups from pw.getpwall(). |
|
Date |
User |
Action |
Args |
2019-06-25 13:23:21 | vstinner | set | recipients:
+ vstinner, koobs |
2019-06-25 13:23:21 | vstinner | set | messageid: <1561469001.17.0.853063353694.issue37400@roundup.psfhosted.org> |
2019-06-25 13:23:21 | vstinner | link | issue37400 messages |
2019-06-25 13:23:21 | vstinner | create | |
|