Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.12 by gordonr, Thu Jan 5 06:19:55 2006 UTC | Revision 1.13 by slords, Wed Apr 5 01:20:27 2006 UTC | |
---|---|---|
# | Line 449 def upgradeFindPackages(intf, method, id | Line 449 def upgradeFindPackages(intf, method, id |
449 | "installed arch of %s. This is likely " | "installed arch of %s. This is likely " |
450 | "to not succeed. Are you sure you " | "to not succeed. Are you sure you " |
451 | "wish to continue the upgrade process?") | "wish to continue the upgrade process?") |
452 | %(productName, h[rpm.RPMTAG_ARCH], | %(productName, myarch, |
453 | myarch), | h[rpm.RPMTAG_ARCH]), |
454 | type="yesno") | type="yesno") |
455 | if rc == 0: | if rc == 0: |
456 | try: | try: |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |