View | Details | Raw Unified | Return to bug 56431
Collapse All | Expand All

(-)a/gr-batch-watch-standalone (-1 / +1 lines)
Lines 195-200 sub _watch_msg { Link Here
195
    my ($tag,$url)=@_;
195
    my ($tag,$url)=@_;
196
    $url =~ s!^https?://!https://!;
196
    $url =~ s!^https?://!https://!;
197
    $url =~ s,/$,,;
197
    $url =~ s,/$,,;
198
    $url =~ s/\.git$//;
198
    if ($url=~m!^https://(?:[^\./]+\.)?github\.[^/]+/(?:[^#?]+/)?[^/#?]+$!) {
199
    if ($url=~m!^https://(?:[^\./]+\.)?github\.[^/]+/(?:[^#?]+/)?[^/#?]+$!) {
199
	return $url.'/releases/tag/'.$tag;
200
	return $url.'/releases/tag/'.$tag;
200
    # gitlab:
201
    # gitlab:
201
- 

Return to bug 56431