File _service of Package sciteco
<services> <!-- There is git_tarballs, but we don't know the path of the `make package` generated tarball (although it could be uploaded by a nightly workflow). --> <service name="obs_scm"> <param name="url">git://git.fmsbw.de/sciteco</param> <param name="scm">git</param> <!-- FIXME: Can we automatically get the latest tag? @PARENT_TAG@ will always find "nightly". --> <param name="versionprefix">2.4.0+git</param> <!-- We don't need this once we move the Debian package into OBS permanently --> <param name="exclude">debian</param> </service> <service name="tar" mode="buildtime"/> <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> <param name="compression">gz</param> </service> <service name="set_version" mode="buildtime"/> <service name="appimage"/> </services>