#2507 No commit message for php package
Closed: Fixed None Opened 13 years ago by remi.

It seems there is an issue as I (and others users) don't receive any commit message for php changes in git.

I receive commit message for all the others packages.

See https://fedorahosted.org/rel-eng/ticket/4300


The repository config was missing the [config] section, causing no mail to be sent out. Other settings were also odd; here's the old config file:

{{{
[core]
repositoryformatversion = 0
filemode = true
bare = true
sharedrepository = 1
[remote "origin"]
url = /home/fedora/jkeating/workdir/php-devel/
}}}

I removed the [remote "origin"] bit and added the usual [receive] and [hooks] sections.

I note that lua and dejavu-fonts also have the same odd repository configuration. I'll fix them up, but it would be nice to know how things got into that weird state.

Login to comment on this ticket.

Metadata