summarylogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorDavid Cohen2022-04-21 22:50:20 -0500
committerDavid Cohen2022-04-21 22:54:28 -0500
commit0822a19a7c17b2389499ef993ce298cf8f8f0e95 (patch)
treee64510321b56acaaef3dc691ab0f71586430908f /remote
parent1529de92383b3a099b0360e18279599f69dfa8eb (diff)
downloadaur-0822a19a7c17b2389499ef993ce298cf8f8f0e95.tar.gz
add support for extra user configs
This patch adds support to select specific remote and commit (instead of hardcoded to support only mainline master branch). It also adds support to add custom patches to be applied on top of selected remote/commit. Signed-off-by: David Cohen <dacohen@pm.me>
Diffstat (limited to 'remote')
-rw-r--r--remote9
1 files changed, 9 insertions, 0 deletions
diff --git a/remote b/remote
new file mode 100644
index 000000000000..08590bbd42b4
--- /dev/null
+++ b/remote
@@ -0,0 +1,9 @@
+# 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}
+
+# REMOTE="torvalds/linux"
+# COMMIT="master"