[Reproducible-commits] [reprotest] 02/02: Disorderfs bug fixed, so remove the workaround

Ceridwen ceridwen-guest at moszumanska.debian.org
Fri Jun 10 16:49:25 UTC 2016


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

ceridwen-guest pushed a commit to branch master
in repository reprotest.

commit 471d00ae923c46ba2fddf2bc36eb7482c7cc0acd
Author: Ceridwen <ceridwenv at gmail.com>
Date:   Fri Jun 10 12:49:13 2016 -0400

    Disorderfs bug fixed, so remove the workaround
---
 reprotest/__init__.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/reprotest/__init__.py b/reprotest/__init__.py
index 684c59c..c8f5409 100644
--- a/reprotest/__init__.py
+++ b/reprotest/__init__.py
@@ -110,11 +110,9 @@ def timezone(command1, command2, env1, env2, tree1, tree2):
     env2['TZ'] = 'GMT-14'
     yield command1, command2, env1, env2, tree1, tree2
 
-# TODO: This is currently operating on command1 to work around this
-# bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=826891
 @contextlib.contextmanager
 def umask(command1, command2, env1, env2, tree1, tree2):
-    command1 = ['umask', '0002;'] + command1
+    command2 = ['umask', '0002;'] + command2
     yield command1, command2, env1, env2, tree1, tree2
 
 # TODO: This requires superuser privileges.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reprotest.git



More information about the Reproducible-commits mailing list