Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1f431f530c |
6
_service
6
_service
@@ -1,15 +1,15 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/fcrozat/image-janitor.git</param>
|
||||
<param name="url">https://github.com/openSUSE/image-janitor.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">0.2.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar" />
|
||||
<service mode="buildtime" name="recompress">
|
||||
<service mode="manual" name="tar" />
|
||||
<service mode="manual" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 10:51:50 UTC 2026 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
- Remove obscpio file, not needed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 21 07:44:28 UTC 2025 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
- Fix git url in _service
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 12:50:45 UTC 2025 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user