Opened 8 years ago

Last modified 8 years ago

#240 closed task

adjust wiki page — at Initial Version

Reported by: Silvan Scherrer Owned by:
Priority: major Milestone:
Component: python Version:
Severity: low Keywords:
Cc:

Description

as createrepo and local repo doesn't need any pathweriter (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 (0)

Note: See TracTickets for help on using tickets.