After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 794129 - No email notifications about new gnome-x-yy branches on GitLab
No email notifications about new gnome-x-yy branches on GitLab
Status: RESOLVED OBSOLETE
Product: sysadmin
Classification: Infrastructure
Component: Other
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME Sysadmins
GNOME Sysadmins
Depends on:
Blocks:
 
 
Reported: 2018-03-06 16:55 UTC by Piotr Drąg
Modified: 2018-03-08 08:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Piotr Drąg 2018-03-06 16:55:03 UTC
We don’t seem to get email notifications on mailing lists about new gnome-3-28 branches for modules hosted on GitLab.
Comment 1 Andrea Veri 2018-03-07 13:58:09 UTC
Can you please be more specific? What modules that are hosted on Gitlab created gnome-3-28 branches? Got examples for me?
Comment 2 Piotr Drąg 2018-03-07 15:21:11 UTC
gnome-calendar, gnome-control-center, and gnome-music.

Evince, hosted on the old git server, created a gnome-3-28 branch at the same time, and we got a notification: https://mail.gnome.org/archives/gnome-i18n/2018-March/msg00052.html
Comment 3 Piotr Drąg 2018-03-07 17:13:06 UTC
I got this when pushing a new release branch for gnome-characters:


$ git push origin gnome-3-26
Total 0 (delta 0), reused 0 (delta 0)
remote: 
remote: To create a merge request for gnome-3-26, visit:
remote:   https://gitlab.gnome.org/GNOME/gnome-characters/merge_requests/new?merge_request%5Bsource_branch%5D=gnome-3-26
remote: 
remote: Traceback (most recent call last):
remote:   File "/home/admin/bin/git/gnome-post-receive-email", line 1006, in <module>
remote:     main()
remote:   File "/home/admin/bin/git/gnome-post-receive-email", line 995, in main
remote:     changes.append(make_change(items[0], items[1], items[2]))
remote:   File "/home/admin/bin/git/gnome-post-receive-email", line 925, in make_change
remote:     return make(BranchCreation)
remote:   File "/home/admin/bin/git/gnome-post-receive-email", line 895, in make
remote:     return cls(refname, oldrev, newrev, *args)
remote:   File "/home/admin/bin/git/gnome-post-receive-email", line 409, in __init__
remote:     '%s@src.gnome.org' % os.environ['USER']
remote:   File "/usr/lib64/python2.7/UserDict.py", line 23, in __getitem__
remote:     raise KeyError(key)
remote: KeyError: 'USER'
To gitlab.gnome.org:GNOME/gnome-characters.git
 * [new branch]      gnome-3-26 -> gnome-3-26
Comment 4 Andrea Veri 2018-03-08 08:32:32 UTC
Tracked at [1].

[1] https://gitlab.gnome.org/Infrastructure/GitLab/issues/163