Padraig O'Briain wrote: > The webrev http://cr.opensolaris.org/~padraig/ips-5375-v2/ fixes > Bug 5375 PackageManager repository management should include security info > RFE 5595 packagemanager does not provide a way to manage / specify > authority mirror > > When a repository is being added and its name starts with "https" a > dialog is displayed allowing the user to specify SSL key and certificate. > > In "Modify Repository" dialog, mirrors can be added or removed and SSL > key and certificate can be changed.
data/packagemanager.glade: lines 2149-2120: suggested rewording, fixes: If this repository requires a SSL Key and Certificate, or it has mirrors, add a new repository first and then modify to add this information. lines 2919-2922: suggested rewording, fixes: If this repository requires a SSL Key and Certificate, please enter it into the SSL section. If you want to alter the list of mirrors for this repository, use the mirrors section. line 3346: an opacity of .999.... something? Really? Why not just 1.0? lines 3363-3365: This repository requires a SSL Key and SSL certificate. Enter the location of these files in the spaces provided, or use the Browse buttons to provide their location. gui/modules/repository.py: All of your _() i18n strings are using the '%s' style of substitution instead of the '%(var_name)s' style that is needed when you have more than one substitution. Cheers, -- Shawn Walker _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
