Opened 7 years ago

Closed 7 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 Silvan Scherrer)

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 Changed 7 years ago by Silvan Scherrer

Description: modified (diff)

comment:2 Changed 7 years ago by Silvan Scherrer

Resolution: fixed
Status: newclosed

done

Note: See TracTickets for help on using tickets.