summaryrefslogtreecommitdiff
path: root/contrib/sanitize.py
AgeCommit message (Collapse)AuthorFiles
2006-09-13rename sanitize.py to oe-stylize.pyKoen Kooi1
2006-09-12contrib/sanitize.py: Fix a hang when processing comment block and fix someCyril Romain1
erroneous for loop usage.
2006-09-11contrib/sanitize.py: Revision 0.5Cyril Romain1
* Recognise pkg_preins and pkg_prerm scripts * For alternatives put the required items before the option items * For initscripts put the package list first * Recognise PKG variable * Remove blank lines between variables with the same prefix (eg the ALTERNATIVE_ vars).
2006-09-09sanitize.py: Drop odict dependency.Paul Sokolovsky1
2006-09-09sanitize.py: Revision 0.4Cyril Romain1
* formatting changes * functions with better names * useless or unused variables removed * comments added
2006-09-07sanitize.py: Drop unimportant Python 2.4 dependency.Paul Sokolovsky1
2006-09-07sanitize.py: Make executable.Paul Sokolovsky1
2006-09-07sanitize.py: Fix line-endings (dos->unix).Paul Sokolovsky1
2006-09-06sanitize.py: add a script that does the heavy lifting for making recipes ↵Cyril Romain1
conform to the styleguide in the wiki