Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2006-09-13 | rename sanitize.py to oe-stylize.py | Koen Kooi | 1 | |
2006-09-12 | contrib/sanitize.py: Fix a hang when processing comment block and fix some | Cyril Romain | 1 | |
erroneous for loop usage. | ||||
2006-09-11 | contrib/sanitize.py: Revision 0.5 | Cyril Romain | 1 | |
* 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-09 | sanitize.py: Drop odict dependency. | Paul Sokolovsky | 1 | |
2006-09-09 | sanitize.py: Revision 0.4 | Cyril Romain | 1 | |
* formatting changes * functions with better names * useless or unused variables removed * comments added | ||||
2006-09-07 | sanitize.py: Drop unimportant Python 2.4 dependency. | Paul Sokolovsky | 1 | |
2006-09-07 | sanitize.py: Make executable. | Paul Sokolovsky | 1 | |
2006-09-07 | sanitize.py: Fix line-endings (dos->unix). | Paul Sokolovsky | 1 | |
2006-09-06 | sanitize.py: add a script that does the heavy lifting for making recipes ↵ | Cyril Romain | 1 | |
conform to the styleguide in the wiki |