summarylogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorDavid Cohen2022-05-14 03:37:24 -0500
committerDavid Cohen2022-05-14 03:37:24 -0500
commit5707b4d09a98e22f6f8822e7b161771f6c0211b0 (patch)
treeeb8a5e971fb56845a6b48734a3d73f5ab807ecba /remote
parent23e8ca2991d238fc24495639b0dc6394a3313e00 (diff)
downloadaur-5707b4d09a98e22f6f8822e7b161771f6c0211b0.tar.gz
Add more inline documentation to remote file
Signed-off-by: David Cohen <dacohen@pm.me>
Diffstat (limited to 'remote')
-rw-r--r--remote5
1 files changed, 5 insertions, 0 deletions
diff --git a/remote b/remote
index 08590bbd42b4..567359f87d61 100644
--- a/remote
+++ b/remote
@@ -5,5 +5,10 @@
# 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"