Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 0 additions & 44 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,2 @@
# Utilities for the IBEX Project

## repo-tools

Python scripts to manipulate the ibex repositories.

### Installation

cd ibex_utils\repo_tool
pip install .

### Usage

python change_repos.py [-h] [--dry-run] -u USERNAME -o OWNER
[--repo-file REPO_FILE] [--repo REPO]
[--ms-from DATE_FROM] [--ms-to DATE_TO] [--ms-close]
[--label-name ENSURE_LABEL]
[--label-colour ENSURE_LABEL_COLOUR]
[--label-file ENSURE_LABEL_FILE]

Manipulate a set of repositories, you can add milestones, close milestones, add labels.
E.g. -u John-Holt-Tessella -o ISISComputingGroup --ms-from 2010-04-02 --ms-to 2011-05-02 --dry_run --repo repo_name

optional arguments:
-h, --help show this help message and exit
--dry-run Don't change anything just tell me what you would do.
-u USERNAME, --username USERNAME GitHub username
-o OWNER, --owner OWNER Owner of the repositories
--repo-file REPO_FILE
Apply the changes to repositories in this file. File is list of repository names,
comments (lines starting with a #) and blank lines are ignored
--repo REPO Apply the changes to this repository
--ms-from DATE_FROM Date from which the sprint starts.
--ms-to DATE_TO Date to which the sprint runs.
--ms-close Close all sprint milestones which are passed with
closed tickets.
--label-name ENSURE_LABEL
Ensure that the repository has the following label
--label-colour ENSURE_LABEL_COLOUR
Ensure that the repository has a label that is this
colour. Colours are colour code no leading #, e.g.
626262
--label-file ENSURE_LABEL_FILE
Ensure that the repository has the following labels
read from this file. File is lines of '<colour code>, <label name>'
Comment lines (lines starting with a #) and blank lines are ignored.
111 changes: 0 additions & 111 deletions SECI_Config_Analyser/Directory_Operations.py

This file was deleted.

73 changes: 0 additions & 73 deletions SECI_Config_Analyser/SECI_Config_Analyser.py

This file was deleted.

Empty file removed SECI_Config_Analyser/__init__.py
Empty file.
99 changes: 0 additions & 99 deletions galil_ini_parser/change_home_conventions.py

This file was deleted.

Loading
Loading