Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 434910

Summary: app-admin/webapp-config - various bug fixes
Product: Gentoo Linux Reporter: Vincent Brillault <gentoo>
Component: Current packagesAssignee: Anthony Basile <blueness>
Status: RESOLVED FIXED    
Severity: enhancement CC: proxy-maint, twitch153, web-apps
Priority: Low Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Compilation of small fixes

Description Vincent Brillault 2012-09-13 15:20:41 UTC
Created attachment 323672 [details, diff]
Compilation of small fixes

Here are some modifications that don't have a real impact:
- add a __str__ method on class PermissionMap for debugging purposes
- Fix a wrong debug mesasge in WebappSource
- Replace __fix(i).strip() by __fix(i) in FileType: __fix already strip the input
- Add missing cases in FileType comments
Comment 1 Devan Franchini (RETIRED) gentoo-dev 2013-03-09 03:11:03 UTC
Seems simple enough, I went over the code and everything checks out. I give it the green light.

Basic code cleanup and debugging stuff :)
Comment 2 Anthony Basile gentoo-dev 2013-04-22 01:11:33 UTC
committed