[Pkg-privacy-commits] [tails-installer] 06/43: Remove call_set_name_sync invocation that seems useless, and sometimes breaks (at least on Jenkins).

Ulrike Uhlig u-guest at moszumanska.debian.org
Tue Nov 15 23:30:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to branch debian/sid
in repository tails-installer.

commit 2146aea8552dc74bc23917f4c33db524f307c1e2
Author: intrigeri <intrigeri at boum.org>
Date:   Sat Feb 20 11:27:19 2016 +0000

    Remove call_set_name_sync invocation that seems useless, and sometimes breaks (at least on Jenkins).
    
    refs: Tails#10720
---
 tails_installer/creator.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tails_installer/creator.py b/tails_installer/creator.py
index 38ec961..886e6ea 100755
--- a/tails_installer/creator.py
+++ b/tails_installer/creator.py
@@ -883,8 +883,6 @@ class LinuxTailsInstallerCreator(TailsInstallerCreator):
         #
         # XXX: sometimes fails (https://labs.riseup.net/code/issues/10987)
         system_partition.call_set_type_sync(ESP_GUID, GLib.Variant('a{sv}', None))
-        # XXX: sometimes fails (https://labs.riseup.net/code/issues/10720)
-        system_partition.call_set_name_sync(self.label, GLib.Variant('a{sv}', None))
 
         self._set_partition_flags(system_partition, SYSTEM_PARTITION_FLAGS)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git



More information about the Pkg-privacy-commits mailing list