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.


_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to