(screenshot) |
|||
Line 21: | Line 21: | ||
== Benefit to Fedora == | == Benefit to Fedora == | ||
Allow users with no or slow internet connection to make use of the instillation media as a source of packages. | Allow users with no or slow internet connection to make use of the instillation media as a source of packages. | ||
[[File:Yumex-fixed.png]] | |||
== Scope == | == Scope == |
Revision as of 15:41, 14 July 2009
MediaRepo
Summary
Support CD/DVD media as package sources in common front ends like PackageKit, yumex and maybe yum command line tool.
Owner
- Alsadi: Muayyad Alsadi
- email: alsadi [AT] ojuba [D0T] 0RG
Current status
- Targeted release: [[Releases/Template:Next]]
- Last updated: 2009-07-11
- Percentage of completion: 0%
Detailed Description
Since the retirement of pirut in F9, fedora users have no way of making any use of the several installation CDs or the DVD media, there is no package manager front end that support media repos. The current solution is to copy the rpm files and make a locale repo, which is not a simple task for a typical desktop user.
see also: RHBZ#435625
Benefit to Fedora
Allow users with no or slow internet connection to make use of the instillation media as a source of packages.
Scope
- register a method that handle media sources in self.mediagrabber for classes that are based on YumBase in
- yumex: src/yumapi.py
- PackageKit: backends/yum/yumBackend.py class PackageKitYumBase(yum.YumBase):
the method is already implemented in pirut it's called pirutCDHandler, but it depends on HAL, maybe we need to port it to DeviceKit.
How To Test
- make an installation from DVD media accept the defaults
- add a package that is in the DVD but was not installed by default
User Experience
PackageKit API now supports media change, it should display "Please insert so and so CD/DVD"
Dependencies
- PackageKit
- Yumex
- Yum (if we want this feature in yum-cli)
Contingency Plan
Documentation
Release Notes
Comments and Discussion