[Git][debian-gis-team/scripts][master] Add new options for emails-on-push service.

Bas Couwenberg gitlab at salsa.debian.org
Mon Feb 3 18:53:05 GMT 2020



Bas Couwenberg pushed to branch master at Debian GIS Project / scripts


Commits:
11b9c3d0 by Bas Couwenberg at 2020-02-03T19:52:58+01:00
Add new options for emails-on-push service.

- - - - -


2 changed files:

- salsa-configure-repositories.pl
- salsa-create-repository.pl


Changes:

=====================================
salsa-configure-repositories.pl
=====================================
@@ -512,6 +512,9 @@ sub configure_emails_on_push_service {
 			              recipients                => $cfg{email_recipients},
 			              disable_diffs             => 'false',
 			              send_from_committer_email => 'false',
+			              push_events               => 'true',
+			              tag_push_events           => 'true',
+			              branches_to_be_notified   => 'all',
 			            );
 
 			print "param:\n".Dumper(\%param) if($cfg{debug});


=====================================
salsa-create-repository.pl
=====================================
@@ -392,6 +392,9 @@ sub configure_emails_on_push_service {
 			              recipients                => $cfg{email_recipients},
 			              disable_diffs             => 'false',
 			              send_from_committer_email => 'false',
+			              push_events               => 'true',
+			              tag_push_events           => 'true',
+			              branches_to_be_notified   => 'all',
 			            );
 
 			print "param:\n".Dumper(\%param) if($cfg{debug});



View it on GitLab: https://salsa.debian.org/debian-gis-team/scripts/commit/11b9c3d05582fdd590c358e2b25a83bf943eedb2

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/scripts/commit/11b9c3d05582fdd590c358e2b25a83bf943eedb2
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20200203/d5617a16/attachment.html>


More information about the Pkg-grass-devel mailing list