File _service of Package agama-integration-tests
<services>
<service name="obs_scm" mode="manual">
<!-- FIXME: there is no version tag yet, update the versioning after
creating the first version tag -->
<!-- -->
<!-- <param name="versionrewrite-pattern">v(.*)</param> -->
<!-- the URL is modified by the
https://github.com/agama-project/agama/.github/workflows/obs-staging-shared.yml
action when submitting to OBS -->
<param name="url">https://github.com/agama-project/integration-tests.git</param>
<param name="scm">git</param>
<!-- the revision might be changed to "release" branch or a git tag by the
https://github.com/agama-project/agama/.github/workflows/obs-staging-shared.yml
action when submitting to OBS -->
<param name="revision">main</param>
<param name="filename">agama-integration-tests</param>
<param name="without-version">enable</param>
<param name="extract">package-lock.json</param>
<param name="extract">package/agama-integration-tests.changes</param>
<param name="extract">package/agama-integration-tests.spec</param>
</service>
<service name="node_modules" mode="manual">
<param name="cpio">node_modules.obscpio</param>
<param name="output">node_modules.spec.inc</param>
<param name="source-offset">1000</param>
</service>
<service mode="buildtime" name="tar">
<param name="obsinfo">agama-integration-tests.obsinfo</param>
<param name="filename">agama-integration-tests</param>
</service>
<service mode="buildtime" name="set_version">
<param name="basename">agama-integration-tests</param>
</service>
</services>