1
0
Files
Marcus Meissner 905e8a46e7 Accepting request 1227281 from home:lkocman
A new package opensuse-migration-tool

* A simple bash script utilizing get.opensuse.org
api and openSUSE-repos to support cross distribution
migrations as well as point release upgrades

* Leap -> Leap n+1, Leap -> SLES, Leap -> Tumbleweed
Leap -> Slowroll
* Leap Micro -> Leap Micro n+1, Leap Micro -> MicroOS
* Slowroll -> Tumbleweed

OBS-URL: https://build.opensuse.org/request/show/1227281
OBS-URL: https://build.opensuse.org/package/show/Base:System/opensuse-migration-tool?expand=0&rev=1
2024-11-29 13:49:52 +00:00

19 lines
694 B
Plaintext

<services>
<service name="obs_scm" mode="manual">
<param name="versionformat">%cd.%h</param>
<param name="url">https://github.com/openSUSE/opensuse-migration-tool.git</param>
<param name="scm">git</param>
<param name="revision">main</param>
<param name="changesgenerate">enable</param>
<param name="filename">opensuse-migration-tool</param>
<param name="changesauthor">opensuse-releaseteam@opensuse.org</param>
</service>
<service name="set_version" mode="manual" />
<service name="tar" mode="buildtime" />
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>