From cfb8e2a4a1a41ea46777eea838354daab3912779 Mon Sep 17 00:00:00 2001 From: Conor Schaefer Date: Wed, 17 Mar 2021 16:36:07 -0700 Subject: [PATCH] Removes migration flag from postinst Partially reverts 6cf625ce3f02dbce0b7516e2059b6c345a82956c. Disables the automatic creation of a migrate-everything ask of the GUI updater. We only want that migration to run once, so let's remove the postinst task prior to the next prod release. --- rpm-build/SPECS/securedrop-workstation-dom0-config.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/rpm-build/SPECS/securedrop-workstation-dom0-config.spec b/rpm-build/SPECS/securedrop-workstation-dom0-config.spec index c43f418bb..cdd89c60a 100644 --- a/rpm-build/SPECS/securedrop-workstation-dom0-config.spec +++ b/rpm-build/SPECS/securedrop-workstation-dom0-config.spec @@ -105,8 +105,6 @@ find /srv/salt -maxdepth 1 -type f -iname '*.top' \ | xargs -n1 basename \ | sed -e 's/\.top$$//g' \ | xargs qubesctl top.enable > /dev/null -mkdir -p /tmp/sdw-migrations -touch /tmp/sdw-migrations/mailcap-hardening %changelog * Wed Mar 10 2021 SecureDrop Team - 0.5.3