Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-05-25 22:31:30 +0300
committerlovetox <philipp@hoerist.com>2022-05-25 22:31:30 +0300
commite705ee21cf710c5096e256ea85bc21d7485624e6 (patch)
treeaaf6076851b24dc02b6e82029827fc5b659c4505 /.ci
parentec56f9c067d4b178ace598d7e6c91928945cb01c (diff)
ci: Remove fakeroot from debian build
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/debian_build.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/.ci/debian_build.py b/.ci/debian_build.py
index 9f354416a..7c2fc3525 100755
--- a/.ci/debian_build.py
+++ b/.ci/debian_build.py
@@ -81,7 +81,6 @@ def build(context: ReleaseContext) -> None:
subprocess.run(
[
'dpkg-buildpackage',
- '-rfakeroot',
'--no-sign'
],
cwd=context.release_dir,