forked from pool/post-build-checks
Ludwig Nussel
9c2c131863
* Restore secure permissions in build environment (bsc#1159963) * Handle default being easy * Various speedups around invoking rpm * change cross build detection logic to be more robust * kill useless use of cat awards * keep package that provides /usr/bin/sh * support cross builds * final name is glibc-usrmerge-bootstrap-helper * Don't deinstall any pam_unix variant - change service file from disabled to manual OBS-URL: https://build.opensuse.org/package/show/Base:System/post-build-checks?expand=0&rev=166
17 lines
601 B
Plaintext
17 lines
601 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="version">84.87</param>
|
|
<param name="versionformat">84.87+git%cd.%h</param>
|
|
<param name="url">https://github.com/openSUSE/post-build-checks.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="exclude">.gitreview</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
</services>
|