[savannah-help-public] [sr #109047] Admin changes for git migration of "lmi"

2016-07-31 Thread Bob Proulx
Follow-up Comment #6, sr #109047 (project administration):

Drat! I should have checked the mail archive afterward. That empty subject is
a problem that also occurred to another project. I found a different
combination of files was needed than what I set up to make that work. Fixing
that problem now.


___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/




[savannah-help-public] [sr #109047] Admin changes for git migration of "lmi"

2016-07-31 Thread Bob Proulx
Follow-up Comment #7, sr #109047 (project administration):

By dead reckoning the subject line problem should be fixed now.

___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/




[savannah-help-public] [sr #109047] Admin changes for git migration of "lmi"

2016-07-31 Thread Bob Proulx
Follow-up Comment #8, sr #109047 (project administration):

No on setting multimailhook.combineWhenSingleCommit. When I grep the source of
git_multimail.py I see no reference to that variable anywhere. So setting it
would have no effect. That is probably a feature available in a newer version
than any of the ones currently in use. Because looking at the upstream I see
many changes in the recent history.

I fear doing a blanket update because in order to satisfy everyone's needs we
are importing the python module into a customized post-receive hook.  I fear
that a blanket update of the git_multimail.py would probably break that.  But
I am happy to try it for your project.  Work through the updates needed there.
 And then can backport those changes to other projects.

I recall that there is some URL that allows people to see the contents of the
$project.git directories.  But a search for a way now I couldn't find one. 
Otherwise I would point you to it and you could see your own configuration
more easily without needing me as a middle man for it.


___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/




[savannah-help-public] [sr #109047] Admin changes for git migration of "lmi"

2016-07-31 Thread Vadim Zeitlin
Follow-up Comment #9, sr #109047 (project administration):

It would definitely be useful to see the configuration used, although I guess
I would still need to ask you to make any changes to it.

As for combineWhenSingleCommit, I still have no idea: it's true that it was
added only slightly more than a year ago, i.e. relatively recently, see
https://github.com/git-multimail/git-multimail/commit/b14cae61abc9dc40c25613ab8dcb281ac3bd170a.
But according to the commit message, the behaviour before this option was
added had been to always combine the emails for a single commit, so I don't
understand how is it possible to get two of them.

Anyhow, the most important thing was fixing the subject, so thanks a lot for
doing this! I haven't tested it yet as commits need to be reviewed first, but
we should be able to see if (that?) it works soon enough. Thanks again!

___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/




[savannah-help-public] [sr #109047] Admin changes for git migration of "lmi"

2016-07-31 Thread Bob Proulx
Follow-up Comment #10, sr #109047 (project administration):

I am sure that someone will post with the URL for looking at the config. But
yes changes still need to go through one of the savannah hackers.

vcs:/srv/git# cat lmi.git/config 
[core]
repositoryformatversion = 0
filemode = true
bare = true
sharedrepository = 2
[receive]
denyNonFastforwards = true
[gitcvs "pserver"]
enabled = 1
[gitcvs "ext"]
enabled = 0
[gitcvs]
dbname = %G/gitcvs-db/sqlite
[multimailhook]
mailinglist = lmi-comm...@nongnu.org

Perhaps it will help to show the current snapshot of things.

vcs:/srv/git# find $(find . -maxdepth 3 -name hooks) -name git_multimail.py
-ls
7752718   92 -rwxr-xr-x   1 root root91100 Dec  1  2014
./emacs.git/hooks/git_multimail.py
6687098   92 -rwxr-xr-x   1 root root91100 Jul  6 20:58
./test-rwp.git/hooks/git_multimail.py
6690933   92 -rwxr-xr-x   1 root root91100 Jul 31 21:16
./lmi.git/hooks/git_multimail.py
6745120   92 -rwxr-xr-x   1 root root91100 Jul 24 23:14
./adonthell/adonthell-wastesedge.git/hooks/git_multimail.py
59337810 lrwxrwxrwx   1 root root   53 Nov 19  2014
./guile.git/hooks/git_multimail.py ->
/usr/src/git-multimail/git-multimail/git_multimail.py
67228290 lrwxrwxrwx   1 root root   53 Mar  5  2014
./noalyss.git/hooks/git_multimail.py ->
/usr/src/git-multimail/git-multimail/git_multimail.py
6745131   92 -rwxr-xr-x   1 root root91100 Jul 24 23:17
./adonthell.git/hooks/git_multimail.py
33714660 lrwxrwxrwx   1 root root   53 Jun  5  2015
./guix/gnunet.git/hooks/git_multimail.py ->
/usr/src/git-multimail/git-multimail/git_multimail.py
33714650 lrwxrwxrwx   1 root root   53 May 11  2015
./guix/dhcp.git/hooks/git_multimail.py ->
/usr/src/git-multimail/git-multimail/git_multimail.py
73787040 lrwxrwxrwx   1 root root   53 Nov 19  2014
./guix/maintenance.git/hooks/git_multimail.py ->
/usr/src/git-multimail/git-multimail/git_multimail.py
54465360 lrwxrwxrwx   1 root root   53 Nov 19  2014
./guix/guix-artwork.git/hooks/git_multimail.py ->
/usr/src/git-multimail/git-multimail/git_multimail.py
80163810 lrwxrwxrwx   1 root root   53 May 12  2014
./shepherd.git/hooks/git_multimail.py ->
/usr/src/git-multimail/git-multimail/git_multimail.py
67171020 lrwxrwxrwx   1 root root   53 Mar  6  2014
./gnokii.git/hooks/git_multimail.py ->
/usr/src/git-multimail/git-multimail/git_multimail.py
49002100 lrwxrwxrwx   1 root root   53 Nov 19  2014
./guix.git/hooks/git_multimail.py ->
/usr/src/git-multimail/git-multimail/git_multimail.py
6687998   92 -rwxr-xr-x   1 root root91100 Jul  6 20:48
./gnuastro.git/hooks/git_multimail.py
6716594   92 -rwxr-xr-x   1 root root91100 Dec  1  2014
./emacs/elpa.git/hooks/git_multimail.py
67200220 lrwxrwxrwx   1 root root   53 Jan 29  2014
./groff.git/hooks/git_multimail.py ->
/usr/src/git-multimail/git-multimail/git_multimail.py
3240320   92 -rwxr-xr-x   1 root root91100 Aug  2  2015
./freetype/freetype2-demos.git/hooks/git_multimail.py
2978186   92 -rwxr-xr-x   1 root root91100 Aug  2  2015
./freetype/freetype2.git/hooks/git_multimail.py

vcs:/srv/git# find $(find $(find . -maxdepth 3 -name hooks) -name
git_multimail.py -print | xargs -L1 dirname) -name post-receive -ls
77527244 -rwxr-xr-x   1 root root 1677 Dec  2  2014
./emacs.git/hooks/post-receive
67147874 -rwxr-xr-x   1 root root 1660 Jul  6 20:58
./test-rwp.git/hooks/post-receive
66909574 -rwxr-xr-x   1 root root 1683 May 25 07:06
./lmi.git/hooks/post-receive
67165004 -rwxr-xr-x   1 root root 1695 Jul 24 23:16
./adonthell/adonthell-wastesedge.git/hooks/post-receive
59338024 -rwxr-xr-x   1 root root 1551 Nov 19  2014
./guile.git/hooks/post-receive
67233074 -rwxr-xr-x   1 root root 1583 Mar  5  2014
./noalyss.git/hooks/post-receive
67451374 -rwxr-xr-x   1 root root 1695 Jul 24 23:17
./adonthell.git/hooks/post-receive
33714984 -rwxr-xr-x   1 root root 1549 May 11  2015
./guix/gnunet.git/hooks/post-receive
33714774 -rwxr-xr-x   1 root root 1549 May 11  2015
./guix/dhcp.git/hooks/post-receive
73787264 -rwxr-xr-x   1 root root 1549 Nov 19  2014
./guix/maintenance.git/hooks/post-receive
54465534 -rwxr-xr-x   1 root root 1549 Nov 19  2014
./guix/guix-artwork.git/hooks/post-receive
80164004 -rwxr-xr-x   1 root root 1565 May 12  2014
./shepherd.git/hooks/post-receive
67197644 -rwxr-xr-x   1 root root 1577 Mar  6  2014
./gnokii.git/hooks/post-receive
49002194 -rwxr-xr-x   1 root root 1565 Jul 31 21:09
./guix.git/hooks/post-receive
66887624 -rwxr-xr-x   1 root root 1