Skip to content

Commit

Permalink
chore: Remove unnecessary build-related files
Browse files Browse the repository at this point in the history
This also moves `flatpak-pip-generator.py` to `build-aux`.
  • Loading branch information
TheEvilSkeleton committed Dec 21, 2024
1 parent 25e0275 commit da4f5ab
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 150 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.vscode/
.mypy_cache/
.pytest_cache/
/.project
Expand Down
21 changes: 0 additions & 21 deletions .vscode/launch.json

This file was deleted.

18 changes: 0 additions & 18 deletions .vscode/settings.json

This file was deleted.

27 changes: 0 additions & 27 deletions .vscode/tasks.json

This file was deleted.

2 changes: 1 addition & 1 deletion CODING_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pytest .
Regenerate PYPI dependency manifest when requirements.txt changed

```bash
python ./utils/flatpak-pip-generator.py --runtime org.gnome.Sdk -r requirements.txt -o com.usebottles.bottles.pypi-deps --yaml
python ./build-aux/flatpak-pip-generator.py --runtime org.gnome.Sdk -r requirements.txt -o com.usebottles.bottles.pypi-deps --yaml
```

## I18n files
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ There are two methods to build Bottles. The first and longer method is using `or
Since Bottles is primarily and officially distributed as a Flatpak, we only provide instructions to directly build it inside a Flatpak environment:

1. Download and install the latest build of Bottles: [bottles-x86_64.zip](https://nightly.link/bottlesdevs/Bottles/workflows/build_flatpak/main/bottles-x86_64.zip). Unzip it, and run `flatpak install bottles.flatpak` (use `--user` if necessary)
2. Run `flatpak run -d --filesystem=$PWD --command=bash com.usebottles.bottles.Devel` from the root of the repository, followed by `./utils/install.sh`. This will build Bottles and install it under the `build/` directory.
2. Run `flatpak run -d --filesystem=$PWD --command=bash com.usebottles.bottles.Devel` from the root of the repository, followed by `./build-aux/install.sh`. This will build Bottles and install it under the `build/` directory.
3. Run `./build/bin/bottles` to launch Bottles

Due to GNOME Builder limitations, Builder cannot build Bottles for the time being; see [GNOME/gnome-builder#2061](https://gitlab.gnome.org/GNOME/gnome-builder/-/issues/2061) for more context. This is the best workaround we can provide.
Expand Down
File renamed without changes.
File renamed without changes.
36 changes: 0 additions & 36 deletions build.sh

This file was deleted.

15 changes: 0 additions & 15 deletions sonar-project.properties

This file was deleted.

31 changes: 0 additions & 31 deletions utils/pylint-parser.py

This file was deleted.

0 comments on commit da4f5ab

Please sign in to comment.