Skip to content

Commit

Permalink
Revert "Info: make builddir add owner write permissions to all files"
Browse files Browse the repository at this point in the history
This reverts commit ab62481.
  • Loading branch information
fennm committed Jul 1, 2013
1 parent 8bc1659 commit ed1b4c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/sbin/bcfg2-info
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import fnmatch
import logging
import lxml.etree
import traceback
import stat
from code import InteractiveConsole
import Bcfg2.Logger
import Bcfg2.Options
Expand Down Expand Up @@ -281,9 +280,6 @@ Bcfg2 client itself.""")
for entry in struct:
if entry.tag == 'Path':
entry.set('name', odir + '/' + entry.get('name'))
if entry.get('mode') != None:
entry.set('mode', \
oct(int(entry.get('mode'), 8)|stat.S_IWUSR))

posix = Bcfg2.Client.Tools.POSIX.POSIX(MockLog(),
self.setup,
Expand Down

0 comments on commit ed1b4c4

Please sign in to comment.