summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2018-07-24 14:59:51 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2018-07-24 14:59:51 -0400
commit42bef6548b455319f00568a01c85383c69abdfb2 (patch)
tree6b47d2bd1f4cbfde00492424298a9073d8d4e718
parent9ba62ba15abb35ea4540b1cecaaed5dc9840b6f2 (diff)
downloadwebsite-42bef6548b455319f00568a01c85383c69abdfb2.tar.gz
A few fixes to various pathsv2018-07-24-01
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r--content/news/2016-03-02-git-clone-bundle.rst2
-rwxr-xr-xplugins/releases.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/content/news/2016-03-02-git-clone-bundle.rst b/content/news/2016-03-02-git-clone-bundle.rst
index 7fc4a7d..6041388 100644
--- a/content/news/2016-03-02-git-clone-bundle.rst
+++ b/content/news/2016-03-02-git-clone-bundle.rst
@@ -16,7 +16,7 @@ Here is how you would do it.
downloads. If your connection resets, just rerun the same command while
in the same directory, and it will pick up where it left off::
- wget -c https://cdn.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/clone.bundle
+ wget -c https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/clone.bundle
2. Once the download is completed, verify that the bundle has downloaded
correctly::
diff --git a/plugins/releases.py b/plugins/releases.py
index 8b9f9a4..f37a267 100755
--- a/plugins/releases.py
+++ b/plugins/releases.py
@@ -83,7 +83,7 @@ class KernelReleases():
if mainline_rc[1] < mainline_rel[1]:
mainline_rc = None
- # Move on to the linux-stable repo
+ # Move on to the stable repo
repo = Repo(GIT_STABLE)
# ignore any tags older than 12 months
cutoff = time.time() - 31536000
@@ -556,7 +556,7 @@ class KernelReleases():
if label.find('stable') == 0 or label.find('longterm') == 0:
dirpath = self._get_release_dir_by_version(release)
changelog = '%s/%s/ChangeLog-%s' % (self.wwwsite, dirpath, release)
- cgitpath = 'stable/linux-stable'
+ cgitpath = 'stable'
gitweb = '%s/%s/h/v%s' % (self.gitsite, cgitpath, release)
# incr patches are named incr/3.5.(X-1)-(X).xz