Can we have this updated in factory? - Update to version 1.2.83+git.cb8bcaf: * Add undefined-variable to .pylintrc * Fix machine bugs * Get image install directory via ServerConfig key * Several virtualization fixes * Remove shebang from utils/remote.py and add description how to use if for testing * Fix not existing attribute usage timezone.ZERO in task RegenerateMotd * Update serial console server on BMC user/pass modifications * Set default serial device fro powerpc to hvc * Enhance saver() machine checks to properly update serial console and BMC * Do not allow renaming of machines * Make use of ssh shell call instead of paramiko lib in machinechecks.py * Add remote.py (ssh/scp) to replace paramiko python3 ssh library usage * Add remote.py (ssh/scp) to replace paramiko python3 ssh library usage * Properly update and also remove in empty case ipv6 and other machine options * Properly fix port checking for remote power devices * 'W0611' is cryptic: use '# pylint: disable=unused-import' instead * Fix wrong import order * Fix one bracket too much bug * Fix: orthos2.noarch: E: non-executable-script * orthos2.noarch: W: tmpfile-not-in-filelist /run/orthos2/ansible_lastrun * orthos2.noarch: E: zero-length /usr/lib/python3.8/site-packages/orthos2/utils/models.py * Remove not needed lintrc line * Signal() does not have providing_args attribute in constructor anymore * Use url_has_allowed_host_and_scheme instead of deprecated is_safe_url * Convert old django.conf.url import to new django.url * Remove wrong or unused translation bits and imports * Enhance command line client documentation * If no profile to install is provided, just install the assigned profile * Introduce autoreinstall machine attribute OBS-URL: https://build.opensuse.org/request/show/1118461 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/orthos-client?expand=0&rev=9
18 lines
675 B
Plaintext
18 lines
675 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="localonly">
|
|
<param name="url">https://github.com/openSUSE/orthos2.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">master</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="exclude">orthos2/*</param>
|
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@+git.%h</param>
|
|
</service>
|
|
<service name="set_version" mode="localonly"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|