summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Zhao <rizhao@nvidia.com>2018-01-25 18:21:37 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2018-01-31 05:41:07 -0500
commita55e3e361def6465a37f29b8e2bb7a8bf943dd16 (patch)
tree378e629c0ed40814f5a5fcac35b958b55825b761 /scripts
parent7be6e1468930eeb0adfbea606febfc743d882b3f (diff)
scripts: rfr: support https://git-master.nvidia.com/r/#/c/(\d+)
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>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/rfr1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rfr b/scripts/rfr
index bca32d3b..d5d776ee 100755
--- a/scripts/rfr
+++ b/scripts/rfr
@@ -20,6 +20,7 @@ gr_fmts = [ r'http://git-master/r/(\d+)',
20 r'https://git-master/r/(\d+)', 20 r'https://git-master/r/(\d+)',
21 r'https://git-master/r/#/c/(\d+)/', 21 r'https://git-master/r/#/c/(\d+)/',
22 r'https://git-master.nvidia.com/r/(\d+)', 22 r'https://git-master.nvidia.com/r/(\d+)',
23 r'https://git-master.nvidia.com/r/#/c/(\d+)',
23 r'https://git-master.nvidia.com/r/#/c/(\d+)/' ] 24 r'https://git-master.nvidia.com/r/#/c/(\d+)/' ]
24 25
25# The user to use. May be overridden but the default comes from the environment. 26# The user to use. May be overridden but the default comes from the environment.