[geany/infrastructure] b00184: Add geany-themes repository

Enrico Tröger git-noreply at xxxxx
Sun Jun 16 08:52:19 UTC 2013


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 16 Jun 2013 08:52:19 UTC
Commit:      b00184b9d78eafb64a7a8d24082ae0aebfed0242
             https://github.com/geany/infrastructure/commit/b00184b9d78eafb64a7a8d24082ae0aebfed0242

Log Message:
-----------
Add geany-themes repository


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

Modified: scripts/git2irc/git2irc.conf
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1,5 +1,5 @@
 [git]
-repositories=geany;geany-plugins;infrastructure;newsletter;talks;plugins.geany.org;www.geany.org
+repositories=geany;geany-plugins;infrastructure;newsletter;talks;plugins.geany.org;www.geany.org;geany-themes
 
 [irc]
 channel=#geany


Modified: scripts/git_hooks/github_commit_mail.py
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -65,6 +65,7 @@
     'geany/talks': 'commits at lists.geany.org',
     'geany/infrastructure': 'commits at lists.geany.org',
     'geany/www.geany.org': 'commits at lists.geany.org',
+    'geany/geany-themes': '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
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -24,7 +24,7 @@
 
 
 LOG_FILENAME = u'/var/log/git_mirror.log'
-VALID_UPDATE_REPOSITORIES = ('geany', 'geany-plugins', 'infrastructure', 'newsletter', 'talks')
+VALID_UPDATE_REPOSITORIES = ('geany', 'geany-plugins', 'infrastructure', 'newsletter', 'talks', 'geany-themes')
 REPOSITORY_BASE_PATH = u'/srv/www/git.geany.org/repos/%s.git'
 UPDATE_LOCK_FILE = u'%s/.update_lock'
 UPDATE_NOTIFY_FILE = u'%s/.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