Stefan Dirsch
2d4869bbdf
- Use human readable timestamp %cd instead of %ct in _service file OBS-URL: https://build.opensuse.org/request/show/344231 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-amdgpu?expand=0&rev=5
18 lines
629 B
Plaintext
18 lines
629 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">http://anongit.freedesktop.org/git/xorg/driver/xf86-video-amdgpu.git</param>
|
|
<param name="subdir"></param>
|
|
<param name="exclude">.git</param>
|
|
<param name="filename">xf86-video-amdgpu</param>
|
|
<param name="revision">master</param>
|
|
<param name="versionformat">0.0.01~git.%cd.%h</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">bz2</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled" />
|
|
</services>
|
|
|