forked from pool/intel-cmt-cat
- Move to the new tag/version model, by using yy/mm in the version https://github.com/intel/intel-cmt-cat/issues/264 - Update to version 24.05.12.git+c5f4492: * lib: set errno when buf points to NULL in common.c:pqos_read() * lib: fix variable types in common.c:pqos_read() * llc capture time is increased in testcase test_pqos_cmt_llc_occupancy_cores * appqos_client: update 3rd party dependencies * appqos_client: update axios version * lib: Fix MBR value for non-SNC machines * tests: updated schema * tests: test_pqos_cmt_llc_occupancy_cores testcase is updated * After merging AMD SMBA feature, some unit tests are failed. They are fixed. * appqos_client: override dns-packet and socks package versions * appqos_client: update 'ws' and 'braces' depedency versions * appqos: pipenv 2024.0.1 can fetch pwr-v0.2.2. The word astroid is excluded in codespell. * Release 6.0.0 * appqos: spelling correction * dependabot: exclude version updates * appqos_client: update required node and npm versions * dependabot: update config to ignore major version updates * appqos_client: update core-js to v3.23.3 * appqos_client: update dev dependency versions * Add imediate binding flag to SWIG's Makefile * Add a GCC flag protecting againsh stack clash attacks * Enable strong stack protection for all the compilers * Add a stack protection flag to code examples * lib/cpuinfo: Increase the file descriptors limit to handle more CPUs * add dependabot config * Add warning message in case of detection hybrid architecture * lib: Fix parsing SMBA CLOS information OBS-URL: https://build.opensuse.org/request/show/1207932 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/intel-cmt-cat?expand=0&rev=41
20 lines
736 B
Plaintext
20 lines
736 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/intel/intel-cmt-cat.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<!-- They broke tagging:
|
|
https://github.com/intel/intel-cmt-cat/issues/264
|
|
<param name="versionformat">5.0.0.@TAG_OFFSET@.git+%h</param>
|
|
-->
|
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.git+%h</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|