summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2018-07-18 12:16:03 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2018-07-18 12:16:03 -0400
commit9ba62ba15abb35ea4540b1cecaaed5dc9840b6f2 (patch)
treecd0a3a559ce339935b449caa08405bc86f3797d6
parent0ab7fdb97d894bff8ff89a00c979653e5e827577 (diff)
downloadwebsite-9ba62ba15abb35ea4540b1cecaaed5dc9840b6f2.tar.gz
Point at stable/linux.git locationv2018-07-18-01
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r--pelicanconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index c4dae09..5d702d7 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -41,7 +41,7 @@ else:
PELICAN_STATEDIR = '/var/lib/mirror'
GIT_MAINLINE = os.path.join(GIT_REPOS, 'pub/scm/linux/kernel/git/torvalds/linux.git')
-GIT_STABLE = os.path.join(GIT_REPOS, 'pub/scm/linux/kernel/git/stable/linux-stable.git')
+GIT_STABLE = os.path.join(GIT_REPOS, 'pub/scm/linux/kernel/git/stable/linux.git')
GIT_NEXT = os.path.join(GIT_REPOS, 'pub/scm/linux/kernel/git/next/linux-next.git')
RELEASE_TRACKER = os.path.join(PELICAN_STATEDIR, 'release-tracker.json')