projects
/
maintainer-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
896d104
)
make-changelog.pl: fix reference to openwrt/openwrt.git
author
Jo-Philipp Wich
<jo@mein.io>
Sun, 15 Jul 2018 12:50:21 +0000
(14:50 +0200)
committer
Jo-Philipp Wich
<jo@mein.io>
Sun, 15 Jul 2018 12:50:21 +0000
(14:50 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
make-changelog.pl
patch
|
blob
|
history
diff --git
a/make-changelog.pl
b/make-changelog.pl
index 046606802e552082e2aded071248ed994a1af614..f758fc6ccb5d6cfe2606f44617906edb69387a2a 100755
(executable)
--- a/
make-changelog.pl
+++ b/
make-changelog.pl
@@
-19,7
+19,7
@@
unless (-d $workdir) {
}
}
-my $commit_url = 'https://git.openwrt.org/?p=
source
.git;a=commitdiff;h=%s';
+my $commit_url = 'https://git.openwrt.org/?p=
openwrt/openwrt
.git;a=commitdiff;h=%s';
my @weblinks = (
[ qr'^[^:]+://(git.lede-project.org/)(.+)$' => 'https://%s?p=%s;a=commitdiff;h=%%s' ],