summarylogtreecommitdiffstats
path: root/remote
blob: 567359f87d61280f5b33b5f9d937a054ad8fe11c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Here you can customize the remote and commit in case you don't want Linus
# Torvalds' mainline.
# For security reasons, the remote's prefix is hardcoded and you can only
# select among the git.kernel.org's official development trees (although this
# package uses a faster mirror):
# https://kernel.googlesource.com/pub/scm/linux/kernel/git/${REMOTE}

# These are the default values if none is selected:
# REMOTE="torvalds/linux"
# COMMIT="master"

# This is an example if v5.17.7 stable is to be used
# REMOTE="stable/linux"
# COMMIT="v5.17.7"