Michal Hrušecký 3492538570 Merge pull request #67 from aplanas/master
Integration with coveralls service
2014-02-26 11:36:47 +01:00
2014-02-26 11:28:37 +01:00
2014-02-26 11:28:37 +01:00
2013-07-16 14:31:01 +02:00
2014-02-18 13:41:02 +01:00
2014-02-25 14:15:03 +01:00
2014-02-26 11:28:36 +01:00
2014-02-12 19:46:22 +01:00
2014-02-12 16:15:00 +01:00
2013-07-24 06:44:50 +02:00
2013-12-07 08:53:16 +01:00

Factory workflow plugin
=======================

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 mainly plugin which will be used in new
https://progress.opensuse.org/workflow/factory-proposal.html[factory workflow]
to work with staging projects. This is currently highly work in progress and
it builds on top of various tools that we accumulated over the past. These
legacy tools are for now included in this repository for reference as well, but
over the time as staging plugin will be taking over their functionality, they
will get removed.

This repository might also contain temporally scripts that will implement
functionality we need from OBS. These are going to be workarounds only for time
being and once functionality will get properly included in OBS, these helper
scripts will get dropped as well.

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

Clone this repository:

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

Link the +osc-staging.py+ either to +~/.osc-plugins+ or +/var/lib/osc-plugins+

--------------------------------------------------------------------------------
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
--------------------------------------------------------------------------------

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:tests/README.asciidoc[README] file in link:tests[tests] 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%