From Fedora Project Wiki

(bugs and probelms)
 
(One intermediate revision by the same user not shown)
Line 50: Line 50:
PK does not respect metadata_expire=-1 in media.repo
PK does not respect metadata_expire=-1 in media.repo
which gives this error
which gives this error
this bug is solved [http://cgit.freedesktop.org/packagekit/commit/?id=891dbfa2c27191e63fd8765e3400886c44198c70 in this commit]


[[File:PK-bug.png|480px|thumb|center|I got this once]]
[[File:PK-bug.png|480px|thumb|center|I got this once]]


[[File:Kpk-mediarepo.png|480px|thumb|center|I got this once]]
[[File:Kpk-mediarepo.png|480px|thumb|center|I got this once]]

Latest revision as of 18:38, 30 July 2009

Feature Wrangler Review (2009-07-21)

  1. Mail to listed email address bounced--please correct
  2. Contingency section needs to be completed.

After addressing these items please return this page to Category:FeatureReadyForWrangler

Thank you, poelcat 03:16, 22 July 2009 (UTC)


Questions

Will this support USB flash drives?

USB key's are up to 32GB these days which makes them much viable choice to use for containing packages even whole repo's than optical media. ( http://download.fedora.redhat.com/pub/DIRECTORY_SIZES.txt )


and how to make a usb volume into a media repo? ie. it should contain a media.repo file having something like

[InstallMedia]
name=Fedora 11
mediaid=1243980279.769793
metadata_expire=-1
gpgcheck=0
cost=500

and a .disc info file which contains something like

1243980279.769793
Fedora 11
i386
ALL

this is beside having repodata [generated from createrepo]

so what do you think ? does it worth the effort ?

note: you could be interested in yum-plugin-tmprepo --Alsadi 18:02, 20 July 2009 (UTC)



a USB key with a full repo could be very valuable for those without access to good Internet. With deltarpm one could even stand a chance of keeping it updated over a poor connection. linuxcd.org could sell these to folks who can't download easily. --Billmcgonigle 19:04, 21 July 2009 (UTC)


Ok, I made it search in all removable medias not just optical medias like cdroms and DVDs

Bugs and Problems

PK does not respect metadata_expire=-1 in media.repo which gives this error

this bug is solved in this commit

I got this once
I got this once