Looks like we're having duplicated .git in there
This commit is contained in:
parent
b007fb8249
commit
7029868c06
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ abspath = os.path.abspath(os.environ['GIT_DIR'])
|
||||||
PATTERNS = ('+ExclusiveArch:', '+ExcludesArch:')
|
PATTERNS = ('+ExclusiveArch:', '+ExcludesArch:')
|
||||||
FROM_EMAIL = 'githook-noreply@fedoraproject.org'
|
FROM_EMAIL = 'githook-noreply@fedoraproject.org'
|
||||||
TO_MAIL = 'pingou_git@pingoured.fr'
|
TO_MAIL = 'pingou_git@pingoured.fr'
|
||||||
CGIT_URL = 'http://pkgs.fedoraproject.org/cgit/%s.git/commit/?id=%s'
|
CGIT_URL = 'http://pkgs.fedoraproject.org/cgit/%s/commit/?id=%s'
|
||||||
EMAIL_SEND = True
|
EMAIL_SEND = True
|
||||||
SMTP_SERVER = 'localhost'
|
SMTP_SERVER = 'localhost'
|
||||||
SMTP_PORT = 25
|
SMTP_PORT = 25
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue