Please supply the lvm2 git configuration from fedorahosted to make it easy to replicate elsewhere. In particular, we need the 'config' file from the repo and the full contents of the 'hooks' directory together with any other files that are not available from 'git clone --mirror'. (Alternatively just supply a complete tarball of the repo.)
Sure, Happy to provide whatever info you all want.
The config has:
[core] repositoryformatversion = 0 filemode = true bare = true sharedrepository = 1 [receive] denyNonFastforwards = false denyDeletes = false
The only hook thats enabled is 'update' which is a link to a 'cluster-update' hook. I'll attach a copy of that since it's somewhat long...
cluster-update
Let me know if you need anything further.
Metadata Update from @kevin: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Thanks! The script references some other optional files in $GIT_DIR e.g. [ -f $GIT_DIR/commit-list ] && recipients=$(cat $GIT_DIR/commit-list)
If any files like that exist, please attach them too.
commit-list containts:
` lvm-devel@redhat.com lvm2-commits@lists.fedorahosted.org
(note also: we are keeping lists.fedorahosted.org up and running moving forward since they are part of our existing mailman3 setup and aren't a maint burden).
Next question: The script uses "/usr/bin/send-unicode-email.py" but I can't track down a copy of that! Please would you attach a copy, or say which package it's part of and give me a link to its public upstream repository?
It does not seem to be part of a package I have attached it. Or I thought I had but attachments don't work the way I thought.