[Git][reproducible-builds/reprotest][master] Fix typo (iff -> if).
Vagrant Cascadian (@vagrant)
gitlab at salsa.debian.org
Thu Feb 15 19:20:39 UTC 2024
Vagrant Cascadian pushed to branch master at Reproducible Builds / reprotest
Commits:
f2c04a3f by Vagrant Cascadian at 2024-02-15T11:19:28-08:00
Fix typo (iff -> if).
- - - - -
2 changed files:
- debian/changelog
- reprotest/presets.py
Changes:
=====================================
debian/changelog
=====================================
@@ -385,7 +385,7 @@ reprotest (0.7.1) unstable; urgency=medium
+ Print a warning message if we reproduced successfully but didn't vary
everything.
* Fix varying both umask and user_group at the same time.
- * Have dpkg-source extract to different build dir iff varying the build-path.
+ * Have dpkg-source extract to different build dir if varying the build-path.
* Pass --exclude-directory-metadata to diffoscope(1) by default as this is
the majority use-case. Document the other cases in README and the man page.
=====================================
reprotest/presets.py
=====================================
@@ -95,7 +95,7 @@ def preset_deb_schroot(fn, preset):
def preset_deb_dsc(fn, aux):
- # we use "$(basename "$PWD")" so that the dirname varies iff we are varying the whole build path
+ # we use "$(basename "$PWD")" so that the dirname varies if we are varying the whole build path
return PRESET_DEB_DIR.prepend.build_command(
'dpkg-source -x "%s" "$(basename "$PWD")" && cd "$(basename "$PWD")" && ' % fn
).set.artifact_pattern("*.*deb"
View it on GitLab: https://salsa.debian.org/reproducible-builds/reprotest/-/commit/f2c04a3f7b3b8024dc1dc4a30571ee8d8ab4d5f5
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reprotest/-/commit/f2c04a3f7b3b8024dc1dc4a30571ee8d8ab4d5f5
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20240215/cc25367f/attachment.htm>
More information about the rb-commits
mailing list