aboutsummarylogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorDavid Cohen2023-05-07 17:12:37 -0500
committerDavid Cohen2023-05-07 17:23:06 -0500
commite5079bd5d6ea1bd547cdbf130b7f7fa138691e12 (patch)
treeef103b25e8ad3bc26cc87b6c8778704f6da1c7f1 /remote
parentc1e84beb5c85e5ff8b3ceae5cbe723bdfd80c8fc (diff)
downloadaur-e5079bd5d6ea1bd547cdbf130b7f7fa138691e12.tar.gz
clone AUR linux-mainline-git into linux-git
linux-git has been recently orphaned due to being outdated. linux-mainling-git has been an alternative packge for linux git AUR which is actively maintained. This patch moves linux-mainline-git to linux-git. Signed-off-by: David Cohen <dacohen@pm.me>
Diffstat (limited to 'remote')
-rw-r--r--remote14
1 files changed, 14 insertions, 0 deletions
diff --git a/remote b/remote
new file mode 100644
index 000000000000..567359f87d61
--- /dev/null
+++ b/remote
@@ -0,0 +1,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"