install: Remove .gitignore for rpm-build

Remove the .gitignore file for rpm-build, because it leads to making
Poetry ignore the Dangerzone module, when building the Python wheel.

Refs #678
This commit is contained in:
Alex Pyrgiotis 2024-01-18 19:19:08 +02:00
parent 629278ae4a
commit 067e787a3d
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA
2 changed files with 1 additions and 2 deletions

View file

@ -51,6 +51,7 @@ def build(qubes=False):
dist_path.mkdir() dist_path.mkdir()
print(f"* Creating RPM project structure under {build_dir}") print(f"* Creating RPM project structure under {build_dir}")
build_dir.mkdir(exist_ok=True)
for d in ["BUILD", "BUILDROOT", "RPMS", "SOURCES", "SPECS"]: for d in ["BUILD", "BUILDROOT", "RPMS", "SOURCES", "SPECS"]:
subdir = build_dir / d subdir = build_dir / d
subdir.mkdir(exist_ok=True) subdir.mkdir(exist_ok=True)

View file

@ -1,2 +0,0 @@
*
!.gitignore