Ver Fonte

spec: improve reproducibility when generating QT files

Frédéric Pierret (fepitre) há 3 anos atrás
pai
commit
5a45d14af1
1 ficheiros alterados com 2 adições e 0 exclusões
  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 $@ $<