Re: Infrastructure | set me as moserial owner (#503)
Michael J_ Chudobiak commented: Not sure I've been granted access to master.gnome.org to push releases. How do I get that? [mjclab2@julius moserial]$ scp moserial-3.0.13.tar.xz m...@master.gnome.org: Connection closed by 8.43.85.16 port 22 lost connection [mjclab2@julius moserial]$ ssh m...@master.gnome.org Connection closed by 8.43.85.16 port 22 -- Reply to this email directly or view it on GitLab: https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/503#note_1011057 You're receiving this email because of your account on gitlab.gnome.org. ___ gnome-infrastructure mailing list gnome-infrastructure@gnome.org https://mail.gnome.org/mailman/listinfo/gnome-infrastructure
Re: Infrastructure | set me as moserial owner (#503)
Issue was reopened by Michael J_ Chudobiak Issue 503: https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/503 -- Reply to this email directly or view it on GitLab: https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/503 You're receiving this email because of your account on gitlab.gnome.org. ___ gnome-infrastructure mailing list gnome-infrastructure@gnome.org https://mail.gnome.org/mailman/listinfo/gnome-infrastructure
Re: Infrastructure | set me as moserial owner (#503)
Michael J_ Chudobiak commented: Thank you! -- Reply to this email directly or view it on GitLab: https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/503#note_1003816 You're receiving this email because of your account on gitlab.gnome.org. ___ gnome-infrastructure mailing list gnome-infrastructure@gnome.org https://mail.gnome.org/mailman/listinfo/gnome-infrastructure
Infrastructure | set me as moserial owner (#503)
Michael J_ Chudobiak created an issue: https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/503 full name = Michael J. Chudobiak existing account name = mjc I am the author of moserial, but I haven't touched it for a few years - I'm trying to fix that. How do I become set as the moserial owner? So far, I have added my ssh key to gitlab, and successfully cloned moserial with a personal access token, but my commits are rejected: "You are not allowed to push code to this project." -- Reply to this email directly or view it on GitLab: https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/503 You're receiving this email because of your account on gitlab.gnome.org. ___ gnome-infrastructure mailing list gnome-infrastructure@gnome.org https://mail.gnome.org/mailman/listinfo/gnome-infrastructure
dkim issues on gnome mail lists
Hi all, The gnome mailman server doesn't seem to handle dkim-signed email elegantly. From my mail logs: Nov 2 05:49:10 server2 amavis[8746]: (08746-17) dkim: FAILED Author signature by i=juanjomari...@yahoo.es, From: , a=rsa-sha1, c=nofws, s=s1024, d=yahoo.es, m.list(ml:marketing-list.gnome.org), fail (message has been altered) Nov 2 09:21:20 server2 amavis[2853]: (02853-13) dkim: FAILED Author signature by i=@gmail.com, From: , a=rsa-sha256, c=relaxed/relaxed, s=gamma, d=gmail.com, m.list(ml:gthumb-list.gnome.org), fail (message has been altered) freedesktop has the same problem: Nov 2 08:40:11 server2 amavis[27309]: (27309-07) dkim: FAILED Author signature by i=@googlemail.com, From: , a=rsa-sha256, c=relaxed/relaxed, s=gamma, d=googlemail.com, m.list(ml:xorg.lists.freedesktop.org), fail (body has been altered) I think current best practice is for mailman to strip the original DKIM-Signature header, using mailman's "REMOVE_DKIM_HEADERS = Yes", and/or have gnome's email servers re-sign the message. Some discussion here: http://www.mail-archive.com/mailman-users@python.org/msg59877.html. - Mike ___ gnome-infrastructure mailing list gnome-infrastructure@gnome.org http://mail.gnome.org/mailman/listinfo/gnome-infrastructure
list request
Hi all, Could someone set up a gthumb-list email list for me, pretty please? I have emailed the appropriate places and received a ticket ID #8758, but when I go to the link mentioned in the confirmation email (http://www.gnome.org/rt3-stats/) the ticket ID doesn't show up anywhere, which is odd... - Mike ___ gnome-infrastructure mailing list gnome-infrastructure@gnome.org http://mail.gnome.org/mailman/listinfo/gnome-infrastructure
Re: applying a patch to 2 branches
Jeff Schroeder wrote: If you have several patches from different branches you would like to apply to the stable branch with 1 commit, you can collapse them all with something like this: git cherry-pick -x --no-commit 2357132f4670debfcbd16869c78c0e271d3d0f65 git cherry-pick -x --no-commit 2357132f4670debfcbd16869c78c0e271d3d0f65 Look at the diffs and then commit that. Is this what you were looking for? Probably, thanks, I'll give it a try! - Mike ___ gnome-infrastructure mailing list gnome-infrastructure@gnome.org http://mail.gnome.org/mailman/listinfo/gnome-infrastructure
applying a patch to 2 branches
Hi all, Can someone explain the "proper way" to apply a patches to both a stable branch and the master branch, using git? With svn, I would commit the patches to the stable branch (say as commits 124 and 125), then go to the trunk branch, then use something like "svn merge -r 123:125 /path/to/stable/branch", and commit from trunk. I'm struggling to understand the equivalent in git. Perhaps it's obvious, just not to me... - Mike ___ gnome-infrastructure mailing list gnome-infrastructure@gnome.org http://mail.gnome.org/mailman/listinfo/gnome-infrastructure