"osc service disabledrun" creates both obscpio and tar.gz sometimes?
Good <insert time of day here> everyone, I noticed today that running "osc service disabledrun" sometimes creates both obscpio and tar.gz files. Today it happened with helm 3.12.0 using this _service file:
<services> <service name="obs_scm" mode="disabled"> <param name="url">https://github.com/helm/helm.git</param> <param name="scm">git</param> <param name="exclude">.git</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="revision">v3.12.0</param> <param name="changesgenerate">enable</param> </service> <service name="tar" mode="buildtime"/> <service name="recompress" mode="buildtime"> <param name="file">helm-*.tar</param> <param name="compression">gz</param> </service> <service name="set_version" mode="disabled"> </service> <service name="go_modules" mode="disabled"/> </services>
The file looks similar to dozens of others that I touched in the last couple of weeks, where this did not happen? What do I miss? Kind Regards, Johannes -- Johannes Kastl Linux Consultant & Trainer Tel.: +49 (0) 151 2372 5802 Mail: kastl@b1-systems.de B1 Systems GmbH Osterfeldstraße 7 / 85088 Vohburg http://www.b1-systems.de GF: Ralph Dehner Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537
participants (1)
-
Johannes Kastl