Opened 8 years ago
Closed 8 years ago
#240 closed task (fixed)
adjust wiki page
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"
Change History (2)
comment:1 by , 8 years ago
Description: | modified (diff) |
---|
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
done