Bug 171584

Summary: Please do not hard code file name into up2date message
Product: [Fedora] Fedora Reporter: Christian Rose <menthos>
Component: up2dateAssignee: Bret McMillan <bretm>
Status: CLOSED WONTFIX QA Contact: Fanny Augustin <fmoquete>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideKeywords: StringChange
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-11-05 16:28:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Christian Rose 2005-10-23 20:21:53 UTC
#: ../wrapper.py:1241
msgid "See /var/log/up2date for more information"


Please do not hard code file names into translateable messages.

1) Hard coding means that all translations will need to be updated should the
location or file name change at any time in the future.
2) The file name and location should never need any translation, and placing a
file name and location in the message always means that there will be a danger
of it being accidentally mistranslated by a translator.

Please use a *printf-style approach instead, placing the location and file name
inside a specifier.

Comment 1 John Thacker 2006-10-29 20:27:53 UTC
up2date was replaced by pirut and put (package pirut) as of FC5.  Only FC5 and
FC6 are currently fully supported; FC3 and FC4 are supported for security fixes
only.  If this bug occurs in FC3 or FC4 and is a security bug, please change the
product to Fedora Extras and the version to match.  If you can verify that the
bug exists in RHEL as well, please change the product and version appropriately.

The codebase for pirut and pup is quite different, but if a similar bug exists
in pirut and pup in FC5 or FC6, please change the product to pirut and the
version appropriately and update the bug report.

We apologize that the bug was not fixed before now.  The status will be changed
to NEEDINFO, and if the bug is not updated with evidence that it is a security
bug or a bug that affects RHEL, it will be closed.

Comment 2 John Thacker 2006-11-05 16:28:48 UTC
Closing per previous message.