Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Fri, 16 Oct 2015 14:05:29 UTC Commit: 93e5185388f2f9f508e30a8498c4ecf9e8ccb76f https://github.com/geany/infrastructure/commit/93e5185388f2f9f508e30a8498c4e...
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@lists.geany.org', 'geany/www.geany.org': 'commits@lists.geany.org', 'geany/geany-themes': 'commits@lists.geany.org', + 'geany/geany-osx': 'commits@lists.geany.org', # plugins 'geany/geany-plugins': 'plugins-commits@lists.geany.org', 'geany/plugins.geany.org': 'plugins-commits@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).