Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 2.8 KB

File metadata and controls

43 lines (27 loc) · 2.8 KB

Codacy Badge Code Issues Code Climate Test Coverage Issue Count

Overview

echronos-trello helps eChronos developers to stay on top task branches on review or in progress. It publishes those tasks as Trello cards on https://trello.com/b/LU7D8Upa/echronos-rtos-tasks . It continually keeps Trello up-to-date as tasks are being worked on, reviewed, and integrated.

Usage

  1. Create a local clone of this repository: git clone https://github.com/echronos/echronos-trello.git
  2. Create the file trello_credentials.json with the contents {"api_key": "", "api_secret": "", "token": "", "token_secret": ""} and fill in each field with credentials obtained according to https://github.com/sarumont/py-trello#usage
  3. Create a local clone of the eChronos RTOS git repository: git clone https://github.com/echronos/echronos.git
  4. Switch to the directory containing that local clone: cd echronos
  5. Run the update script: ../echronos-trello/run.py ../trello_credentials.json

Prerequisites

The update script depends on a Python 3 interpreter, the Python package py-trello, and a git executable.

Contact

You can reach us

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.