Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.10-rc3 9 lines 251 B view raw
1# SPDX-License-Identifier: GPL-2.0 2 3import sys 4from pathlib import Path 5 6KSFT_DIR = (Path(__file__).parent / "../../..").resolve() 7KSRC = (Path(__file__).parent / "../../../../../..").resolve() 8 9KSFT_MAIN_NAME = Path(sys.argv[0]).with_suffix("").name