Oliver Kurz 8d12fd4f0f ttm: Add support for SLE 15
Example log output of call
`totest-manager.py --project-base SLE --dry --debug --verbose run SUSE:SLE-15:GA`:

```
2017-11-14 23:37:55,711 - totest-manager:267 INFO job sle-15-Installer-DVD-x86_64-Build-foo@bar failed, see https://openqa.suse.de/tests/12345
2017-11-14 23:38:00,308 - totest-manager:478 INFO current_snapshot 123.4: failed
2017-11-14 23:38:00,308 - totest-manager:479 DEBUG new_snapshot 128.1
2017-11-14 23:38:00,308 - totest-manager:480 DEBUG current_qa_version None
2017-11-14 23:38:05,878 - totest-manager:483 DEBUG snapshotable: True
2017-11-14 23:38:06,135 - totest-manager:500 DEBUG totest already publishing
2017-11-14 23:38:06,136 - totest-manager:436 INFO Updating snapshot None
2017-11-14 23:38:06,136 - totest-manager:546 INFO release SUSE:SLE-15:GA/000product (None)
```
2017-11-17 14:29:50 +01:00
2017-07-25 15:27:36 +02:00
2014-02-26 11:28:37 +01:00
2014-08-28 17:08:47 +02:00
2017-10-20 01:01:17 +02:00
2017-10-20 01:01:17 +02:00
2017-11-09 15:22:27 +01:00
2017-10-20 01:01:17 +02:00
2017-11-17 14:29:50 +01:00

Factory workflow plugins
========================

image:https://travis-ci.org/openSUSE/osc-plugin-factory.png?branch=master["Build Status", link="https://travis-ci.org/openSUSE/osc-plugin-factory"] image:https://coveralls.io/repos/openSUSE/osc-plugin-factory/badge.png?branch=master["Coverage Status", link="https://coveralls.io/r/openSUSE/osc-plugin-factory"]

This repository contains various OSC plugins and scripts used for the
maintenance of openSUSE distributions like Factory.

Scripts
-------

* *link:docs/staging.asciidoc[Staging].* Plugin used to manage the
   different staging projects and to assign different group of
   packages (requests) to different staging projects.

* *link:docs/checkrepo.asciidoc[CheckRepo].* This OSC plugin check
   continuously for usual mistakes or problems in requests like, for
   example, new dependency cycles or errors in the binary RPM.

* *link:docs/checksource.asciidoc[CheckSource].* This plugin checks for usual
   mistakes and problems in the source packages submitted by the users.

* *link:docs/totest.asciidoc[ToTest].* A plugin that checks if Factory is ready
   to be released as Tumbleweed.

* *link:docs/checkdups.asciidoc[CheckDups].* Plugin to detect
   superseded or duplicated requests.

* *link:docs/factory-source.asciidoc[factory-source].* script that checks if the
   submitted sources of a request are already accepted in Factory

* *link:docs/maintbot.asciidoc[maintbot].* script that checks maintenance
  incidents to make sure the Factory maintainer submitted the package.

* *link:checknewer.py[checknewer.py].* script compares version numbers in repos to
  make sure all packages e.g. in a new distro are newer

Installation
------------

Clone this repository:

-------------------------------------------------------------------------------
git clone https://github.com/openSUSE/osc-plugin-factory.git
-------------------------------------------------------------------------------

Create links for the different plugins that you want to install in
+~/.osc-plugins+ or +/var/lib/osc-plugins+.  For example, to install
the staging plugin:

-------------------------------------------------------------------------------
cd osc-plugin-factory
ln -sr ./osc-staging.py ./osclib ~/.osc-plugins
-------------------------------------------------------------------------------

Now you are done and all that is left is start using plugin, see help
in regards of what you can do:

-------------------------------------------------------------------------------
osc help staging
-------------------------------------------------------------------------------

or

-------------------------------------------------------------------------------
osc staging --help
-------------------------------------------------------------------------------


Testing
-------

Covering all functionality with test suite is currently work in
progress. In general new functionality should be covered by tests in
order to make sure we don't break it in future. Before refactoring,
functions has to be covered by tests as well to ensure we don't break
them.

How to work with test suite is better described in
link:docs/testing.asciidoc[testing] file in link:docs[docs] directory.
Description
No description provided
Readme GPL-2.0 15 MiB
Languages
Python 88.4%
HTML 4.2%
Shell 3.9%
PHP 1.5%
Perl 1.4%
Other 0.6%