This commit is contained in:
parent
ce0a94af9c
commit
edaa1978db
25
_service
25
_service
@ -1,13 +1,16 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/javaee/activation.git</param>
|
||||
<param name="revision">JAF-1_2_0</param>
|
||||
<param name="versionformat">1.2.0</param>
|
||||
<param name="exclude">doc</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/javaee/activation.git</param>
|
||||
<param name="revision">JAF-1_2_0</param>
|
||||
<param name="versionformat">1.2.0</param>
|
||||
<param name="exclude">doc</param>
|
||||
<param name="exclude">.git*</param>
|
||||
<param name="exclude">**/.git*</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
</services>
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8647d534fb0cda59a67c047f68b218fb3868d63ef8b44e208864553fa3560998
|
||||
size 59008
|
||||
oid sha256:47b5acdb2cf3a884ab2c8ba5f75d9c5609be258cc0e5ed1828d7fb281b2880c9
|
||||
size 58976
|
||||
|
@ -2,7 +2,9 @@
|
||||
Sat Nov 2 17:05:56 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- The committed tarball and the tarball generated by the source
|
||||
service differ slightly. Regenerate it.
|
||||
service differ slightly. One contains .gitignore file, other
|
||||
does not. Modify the source service to not package such type
|
||||
of files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 2 15:39:44 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
Loading…
Reference in New Issue
Block a user