https://git-master.nvidia.com/r/#/c/(\d+) is acceptable format for
gerrit website and it won't auto-correct by adding '/' at endof the url.

Jira EVLR-2364

Change-Id: I1a33578058d23fbb3eaf76d260a1a659c628fdc3
Signed-off-by: Richard Zhao <rizhao@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1646315
Reviewed-by: Alex Waterman <alexw@nvidia.com>
Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Richard Zhao
2018-01-25 15:21:37 -08:00
committed by mobile promotions
parent 7be6e14689
commit a55e3e361d

View File

@@ -20,6 +20,7 @@ gr_fmts = [ r'http://git-master/r/(\d+)',
r'https://git-master/r/(\d+)',
r'https://git-master/r/#/c/(\d+)/',
r'https://git-master.nvidia.com/r/(\d+)',
r'https://git-master.nvidia.com/r/#/c/(\d+)',
r'https://git-master.nvidia.com/r/#/c/(\d+)/' ]
# The user to use. May be overridden but the default comes from the environment.