Skip to content

Commit bab5072

Browse files
authored
Remove now defunct SECI tools, add comments to instrument_deploy and instrument_install, remove repo tool in favour of just using 'gh', delete other old stuff that was for v4.0.0 or for someone else's machine 10 years ago
1 parent 990da38 commit bab5072

File tree

19 files changed

+4
-2008
lines changed

19 files changed

+4
-2008
lines changed

README.md

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,2 @@
11
# Utilities for the IBEX Project
22

3-
## repo-tools
4-
5-
Python scripts to manipulate the ibex repositories.
6-
7-
### Installation
8-
9-
cd ibex_utils\repo_tool
10-
pip install .
11-
12-
### Usage
13-
14-
python change_repos.py [-h] [--dry-run] -u USERNAME -o OWNER
15-
[--repo-file REPO_FILE] [--repo REPO]
16-
[--ms-from DATE_FROM] [--ms-to DATE_TO] [--ms-close]
17-
[--label-name ENSURE_LABEL]
18-
[--label-colour ENSURE_LABEL_COLOUR]
19-
[--label-file ENSURE_LABEL_FILE]
20-
21-
Manipulate a set of repositories, you can add milestones, close milestones, add labels.
22-
E.g. -u John-Holt-Tessella -o ISISComputingGroup --ms-from 2010-04-02 --ms-to 2011-05-02 --dry_run --repo repo_name
23-
24-
optional arguments:
25-
-h, --help show this help message and exit
26-
--dry-run Don't change anything just tell me what you would do.
27-
-u USERNAME, --username USERNAME GitHub username
28-
-o OWNER, --owner OWNER Owner of the repositories
29-
--repo-file REPO_FILE
30-
Apply the changes to repositories in this file. File is list of repository names,
31-
comments (lines starting with a #) and blank lines are ignored
32-
--repo REPO Apply the changes to this repository
33-
--ms-from DATE_FROM Date from which the sprint starts.
34-
--ms-to DATE_TO Date to which the sprint runs.
35-
--ms-close Close all sprint milestones which are passed with
36-
closed tickets.
37-
--label-name ENSURE_LABEL
38-
Ensure that the repository has the following label
39-
--label-colour ENSURE_LABEL_COLOUR
40-
Ensure that the repository has a label that is this
41-
colour. Colours are colour code no leading #, e.g.
42-
626262
43-
--label-file ENSURE_LABEL_FILE
44-
Ensure that the repository has the following labels
45-
read from this file. File is lines of '<colour code>, <label name>'
46-
Comment lines (lines starting with a #) and blank lines are ignored.

SECI_Config_Analyser/Directory_Operations.py

Lines changed: 0 additions & 111 deletions
This file was deleted.

SECI_Config_Analyser/SECI_Config_Analyser.py

Lines changed: 0 additions & 73 deletions
This file was deleted.

SECI_Config_Analyser/__init__.py

Whitespace-only changes.

galil_ini_parser/change_home_conventions.py

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)