From 14b6ab26a85a91ce3f1adb12f2f5c99a6e7f7b37 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 07 Mar 2014 17:40:07 -0500 Subject: [PATCH] Replaced uploading to GoogleCode with uploading to Bintray on release --- .gitbugtraq | 17 +++++++++++++---- 1 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.gitbugtraq b/.gitbugtraq index 9a2670c..21f0858 100644 --- a/.gitbugtraq +++ b/.gitbugtraq @@ -1,7 +1,16 @@ [bugtraq "issues"] url = http://code.google.com/p/gitblit/issues/detail?id=%BUGID% - logRegex = "[Ii]ssue[-#:\\s]{1}\\d+" - logRegex1 = "\\d+" -[bugtraq "[pullrequests"] + loglinkregex = "[Ii]ssue[-#:\\s]{1}\\d+" + logregex = "\\d+" + loglinktext = issue-%BUGID% +[bugtraq "pullrequests"] url = "https://github.com/gitblit/gitblit/pull/%BUGID%" - logRegex = "(?:pull request|pull|pr)\\s*[-#]?([0-9]+)" + loglinkregex = "(?:pull request|pull|pr)\\s*[-#]?[0-9]+" + logregex = "\\d+" + loglinktext = "pull request #%BUGID%" +[bugtraq "tickets"] + url = "https://dev.gitblit.com/tickets/gitblit.git/%BUGID%" + loglinkregex = "(?:ticket)\\s*[-#]?[0-9]+" + logregex = "\\d+" + loglinktext = "ticket #%BUGID%" + \ No newline at end of file -- Gitblit v1.9.1