[geany/infrastructure] 93e518: Add missing repositories of the Github geany organization

Enrico Tröger git-noreply at xxxxx
Fri Oct 16 14:05:29 UTC 2015


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Fri, 16 Oct 2015 14:05:29 UTC
Commit:      93e5185388f2f9f508e30a8498c4ecf9e8ccb76f
             https://github.com/geany/infrastructure/commit/93e5185388f2f9f508e30a8498c4ecf9e8ccb76f

Log Message:
-----------
Add missing repositories of the Github geany organization


Modified Paths:
--------------
    scripts/git_hooks/github_commit_mail.py
    scripts/git_hooks/post_commit_hook.py

Modified: scripts/git_hooks/github_commit_mail.py
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -66,6 +66,7 @@
     'geany/infrastructure': 'commits at lists.geany.org',
     'geany/www.geany.org': 'commits at lists.geany.org',
     'geany/geany-themes': 'commits at lists.geany.org',
+    'geany/geany-osx': 'commits at lists.geany.org',
     # plugins
     'geany/geany-plugins': 'plugins-commits at lists.geany.org',
     'geany/plugins.geany.org': 'plugins-commits at lists.geany.org',


Modified: scripts/git_hooks/post_commit_hook.py
11 lines changed, 10 insertions(+), 1 deletions(-)
===================================================================
@@ -24,7 +24,16 @@
 
 
 LOG_FILENAME = u'/var/log/git_mirror.log'
-VALID_UPDATE_REPOSITORIES = ('geany', 'geany-plugins', 'infrastructure', 'newsletter', 'talks', 'geany-themes')
+VALID_UPDATE_REPOSITORIES = (
+    'geany',
+    'geany-plugins',
+    'infrastructure',
+    'newsletter',
+    'plugins.geany.org',
+    'www.geany.org',
+    'geany-osx',
+    'talks',
+    'geany-themes')
 REPOSITORY_BASE_PATH = u'/srv/www/git.geany.org/repos/%s.git'
 UPDATE_LOCK_FILE = u'%s/_geany/.update_lock'
 UPDATE_NOTIFY_FILE = u'%s/_geany/.update_required'



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list