Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (97 - 99 of 894)

Ticket Owner Reporter Resolution Summary
#1080 rcuza rcuza fixed Errors Checking Bcfg2.egg on Python 3.2
Description

Getting the following error while building the Bcfg2 egg under python3.2 and python3.0:

Sorry: TabError: inconsistent use of tabs and spaces in indentation (POSIX.py, line 810)
  File "build/bdist.linux-x86_64/egg/Bcfg2/Client/Tools/YUMng.py", line 745
    except yum.Errors.YumBaseError, e:
                                  ^
SyntaxError: invalid syntax

  File "build/bdist.linux-x86_64/egg/Bcfg2/Server/Lint/Genshi.py", line 25
    except genshi.template.TemplateSyntaxError, err:
                                              ^
SyntaxError: invalid syntax

  File "build/bdist.linux-x86_64/egg/Bcfg2/Server/Plugins/Svn2.py", line 75
    except Exception, err:
                    ^
SyntaxError: invalid syntax

  File "build/bdist.linux-x86_64/egg/Bcfg2/Server/Plugins/FileProbes.py", line 140
    except OSError, err:
                  ^
SyntaxError: invalid syntax

This is probably a quick fix, but I hit this error while heading out the door.

#13 pflores [email protected] fixed 550 /robots.txt error on website
Description

550 /robots.txt error on website

#760 mccallis mccallis fixed Reimplement the bcfg2-info builddir command with POSIX.py
Description

The builddir command in bcfg2-info is based on the implementation found in the tools/bcfg2-export-config script. Instead, it should be implemented by invoking the methods of Client/Tools?/POSIX.py. This will enable it to handle a much wider variety of types such as Directory, SymLink?, and the new Path.

Note: See TracQuery for help on using queries.