mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
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:
parent
629278ae4a
commit
067e787a3d
2 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||||
|
|
2
install/linux/rpm-build/.gitignore
vendored
2
install/linux/rpm-build/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
||||||
*
|
|
||||||
!.gitignore
|
|
Loading…
Reference in a new issue