Skip to content

Commit 8ad0b95

Browse files
committed
Move scripts out of dev-tools repo
Now merged into the main repo.
1 parent 1540829 commit 8ad0b95

13 files changed

+8
-1532
lines changed

.gitignore

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# IDEs
2-
.idea/
3-
.vscode/
42
.idea
3+
.idea/
54
.vscode
6-
7-
# Generated files
8-
*.pyc
9-
ChangeLogs/
10-
out/
11-
12-
# Make sure no one pushes their tokens...
13-
github.ini
5+
.vscode/

LICENSE.md

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

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
## dev-tools - Useful scripts and tools for Wrye Bash development
1+
## dev-tools - Wheel rehosting for WB
22

3-
**Important: all scripts must be run from the root level of this repository to work correctly!**
4-
So:
5-
- Good: `python scripts/generate_changelog.py`
6-
- Bad: `cd scripts; python generate_changelog.py`
7-
8-
[Licensed under the GPLv3](LICENSE.md) or any later version, just like the rest of Wrye Bash.
3+
Used to house some development scripts, but those have been merged into the
4+
main repo. Now just rehosts some wheels that aren't on PyPI. Many of them are
5+
no longer used, but older commits rely on them being present in order to run
6+
sucessfully (important for git bisecting), so keep them here (including the
7+
64bit-wheels branch).

github_default.ini

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

requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

scripts/check_vanilla_files.py

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

scripts/cli_parser.py

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

0 commit comments

Comments
 (0)