mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
Use https scheme for stable update changelog URLs
svn path=/dists/sid/linux/; revision=21455
This commit is contained in:
2
debian/bin/stable-update.sh
vendored
2
debian/bin/stable-update.sh
vendored
@@ -65,7 +65,7 @@ dch -v "$new_pkg_ver" --preserve --multimaint-merge -D UNRELEASED \
|
||||
echo "New upstream stable update: "
|
||||
while [ "v$cur_ver" != "v$new_ver" ]; do
|
||||
cur_ver="$(next_update "$cur_ver")"
|
||||
echo "http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-$cur_ver"
|
||||
echo "https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-$cur_ver"
|
||||
done)"
|
||||
|
||||
# Then insert the shortlogs with sed
|
||||
|
||||
Reference in New Issue
Block a user