Commit 9029121e authored by Luca Boccassi's avatar Luca Boccassi

Problem: OBS compress not available on CentOS

Solution: run the obs-service-compress at service time rather than
buildtime
parent 84542671
......@@ -72,8 +72,8 @@
<param name="outfilename">debian.libzmq5.install</param>
</service>
<service name="recompress" mode="buildtime">
<param name="file">zeromq-*.tar</param>
<service name="recompress">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment