Browse Source

spec: improve reproducibility when generating QT files

Frédéric Pierret (fepitre) 3 năm trước cách đây
mục cha
commit
5a45d14af1
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      Makefile

+ 2 - 0
Makefile

@@ -7,6 +7,8 @@ LRELEASE_QT5 ?= $(if $(wildcard /etc/debian_version),lrelease,lrelease-qt5)
 SETUPTOOLS_OPTS =
 SETUPTOOLS_OPTS += $(if $(wildcard /etc/debian_version),--install-layout=deb,)
 
+export QT_HASH_SEED=0
+
 qubesmanager/ui_%.py: ui/%.ui
 	pyuic5 --from-imports -o $@ $<