Skip to content

Commit

Permalink
[utils] Goodbye cfg_generator
Browse files Browse the repository at this point in the history
The logic to create a cfg is now embedded in sirmordred/config.py,
thus the cfg_generator can be decommissioned.
  • Loading branch information
valeriocos authored and Alvaro del Castillo committed Jul 19, 2018
1 parent 807ba68 commit f4b0665
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 162 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SirMordred 0.1.38 [![Build Status](https://travis-ci.org/grimoirelab/mordred.svg?branch=master)](https://travis-ci.org/grimoirelab/mordred)[![Coverage Status](https://coveralls.io/repos/github/chaoss/grimoirelab-sirmordred/badge.svg?branch=master)](https://coveralls.io/github/chaoss/grimoirelab-sirmordred?branch=master)
# SirMordred 0.1.38 [![Build Status](https://travis-ci.org/chaoss/grimoirelab-sirmordred.svg?branch=master)](https://travis-ci.org/chaoss/grimoirelab-sirmordred)[![Coverage Status](https://coveralls.io/repos/github/chaoss/grimoirelab-sirmordred/badge.svg?branch=master)](https://coveralls.io/github/chaoss/grimoirelab-sirmordred?branch=master)

SirMordred is the tool used to coordinate the execution of the GrimoireLab platform, via a configuration file. Below you can find details about the different sections composing the configuration file.

Expand Down
4 changes: 2 additions & 2 deletions sirmordred/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -750,8 +750,8 @@ def format_params(section):

config_md = "# SirMordred %s " \
"[![Build Status]" \
"(https://travis-ci.org/grimoirelab/mordred.svg?branch=master)]" \
"(https://travis-ci.org/grimoirelab/mordred)" \
"(https://travis-ci.org/chaoss/grimoirelab-sirmordred.svg?branch=master)]" \
"(https://travis-ci.org/chaoss/grimoirelab-sirmordred)" \
"[![Coverage Status]" \
"(https://coveralls.io/repos/github/chaoss/grimoirelab-sirmordred/badge.svg?branch=master)]" \
"(https://coveralls.io/github/chaoss/grimoirelab-sirmordred?branch=master)\n\n" % __version__
Expand Down
159 changes: 0 additions & 159 deletions utils/cfg_generator

This file was deleted.

0 comments on commit f4b0665

Please sign in to comment.