[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gits] How to let gitlab send email to project members notifying new push?



Emails on push works fine for me. Make sure the emails are separated by spaces 

Suresh Venkatasubramanian 
suresh@cs.utah.edu
http://www.cs.utah.edu/~suresh

Sent from my internet-enabled thermostat. Please excuse the frosty tone. 

> On Oct 25, 2015, at 7:48 PM, Binh Nguyen <binh@cs.utah.edu> wrote:
> 
> Thanks Rob!
> 
> Someone told me to use “Emails on push” under “Services” but I could not get it work. Is this another option?
> 
> Thanks
> Binh
>> On Oct 25, 2015, at 7:41 PM, Robert Ricci <ricci@cs.utah.edu> wrote:
>> 
>> There’s a little magic involved. :)
>> 
>> Go to the “project” (repo) settings, and edit the Web Hooks. If you set this:
>> 
>>    http://localhost:4577/
>> 
>> Mail will get sent to the commits@flux list on every push. If you do:
>> 
>>    http://localhost:4577/?mailmembers=1
>> 
>> … in addition, it will get sent to members of the project individually (mostly intended for projects where we’re collaborating with people outside of Flux). Finally, this:
>> 
>>    http://localhost:4577/?noarchive=1
>> 
>> … will send mail to *just* the members of the project, and *not* the commits@flux list.
>> 
>>> On Oct 25, 2015, at 4:06 PM, Binh Nguyen <binh@cs.utah.edu> wrote:
>>> 
>>> Hi, as in the subject. Thanks!
>>> 
>>> Binh