forked from pool/permissions
Accepting request 397400 from home:dimstar:branches:Base:System
- Introduce _service to easier update the package. For simplicity, change the version from yyyy.mm.dd to yyyymmdd (which is eactly %cd in the _service defintion). Upgrading is no problem. It's up to the maintainer if you prefer this method or whatever you currently use... the _service allows to do an update with those commands: === osc co Base:System permissions cd Base:System/permissions rm *xz osc service dr osc ar osc ci -m 'Update done' === It will add use the commit messages from git to formulate the .changelog in the form: + Update to version YYYYMMDD: - Git commitlog 1 - Git commitlog 1 Feel free to use or reject OBS-URL: https://build.opensuse.org/request/show/397400 OBS-URL: https://build.opensuse.org/package/show/Base:System/permissions?expand=0&rev=144
This commit is contained in:
13
_service
Normal file
13
_service
Normal file
@@ -0,0 +1,13 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/openSUSE/permissions.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">%cd</param>
|
||||
<param name="changesgenerate">enable</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>
|
Reference in New Issue
Block a user