* plugins: extractor: Remove -Wno-dangling-pointer from gcc invocation * plugins/scan: Integrate patch analysis into scan * klplib: Add patch analysis functions * klplib/ksrc: Add ksrc_is_module_supported() * klplib/codestream: Add config dict per codestream * klplib/ksrc: Improve get_commit_files * klplib: file2config: search Makefile also in parent directories * klplib: Add file2config script * klplib/kernel_tree: Add read_file_in_tag() * klplib/ksrc: Filter out merge commits * klplib: codestream: use ksrc to read config * klplib: ksrc: use decorator to fetch kernel-source tags * klplib: ksrc: drop GitHelper class * klplib: ksrc: drop unused lp_filter field from class * klplib: ksrc: drop kernel_branches field from class * klplib: ksrc: drop kern_src from class * klplib: ksrc: drop unused imports * klplib: kernel_tree: use decorator to update kernel tree tags * drop get-patches command * setup.py: Remove importlib as dependency * plugins/scan: Filter codestreams with no-check set * klplib: utils: don't use PurePath in get_tests_path * plugins/scan: Update kernel trees on scan * tests: Adapt the tests to use kernel.git repo * klplib/kernel-tree: re-implement get_commit_data * klplib/kernel_tree: return bool in file_exists_in_tag() * plugins: drop inline plug * man: Document the new 'data' command * man: Document 'scan --download' option OBS-URL: https://build.opensuse.org/package/show/devel:tools/klp-build?expand=0&rev=26
16 lines
576 B
Plaintext
16 lines
576 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/SUSE/klp-build</param>
|
|
<param name="revision">8576150b275277f24037e2a027068f6091cf4a54</param>
|
|
<param name="versionformat">1.1.0~%cd.%h</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">mvetter@suse.com</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
</services>
|