Opened 8 years ago
Last modified 8 years ago
#240 closed task
adjust wiki page — at Version 1
Reported by: | Silvan Scherrer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | python | Version: | |
Severity: | low | Keywords: | |
Cc: |
Description (last modified by )
as createrepo and local repo doesn't need any pathrewriter (when done proper), we need to adjust the wiki page.
the key in this is to have a local.repo file like the following:
[local] name = My local repo baseurl = file:e%3A/rpmbuild/localrepo enabled=1
the %3A is the : character in a URI
then you can also create the localrepo with:
sh -c "createrepo e:/rpmbuild/localrepo"
Note:
See TracTickets
for help on using tickets.