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.
- Create a local clone of this repository:
git clone https://github.com/echronos/echronos-trello.git
- 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 - Create a local clone of the eChronos RTOS git repository:
git clone https://github.com/echronos/echronos.git
- Switch to the directory containing that local clone:
cd echronos
- Run the update script:
../echronos-trello/run.py ../trello_credentials.json
The update script depends on a Python 3 interpreter, the Python package py-trello
, and a git
executable.
You can reach us
- through GitHub issues
- via the GitHub accounts of contributors to this project
- @echronosrtos on Twitter
- [email protected]
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/.