dskvr / opkg

Automatically exported from code.google.com/p/opkg
0 stars 0 forks source link

Request: working with multiple repository #78

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This will allow use of alternativ repositories that specialize in certain 
software.

Original issue reported on code.google.com by pyth....@gmail.com on 4 Jul 2011 at 9:51

GoogleCodeExporter commented 8 years ago
Working with multiple repositories should be already supported by adding lines 
like the following to your config file:

src/gz xxzz http://www1.example.com/ipk
src/gz xxzz http://www2.example.com/ipk
src/gz xxzz http://www3.example.com/ipk

Where `xxzz' is a specified as with an `arch' line elsewhere in the 
configuration.

Is there a specific problem you are having (other than a lack of documentation)?

Original comment by graham.g...@gmail.com on 5 Jul 2011 at 11:18

GoogleCodeExporter commented 8 years ago
s/is a specified as with an/is specified with an/

Sorry about the ugly grammar...

Original comment by graham.g...@gmail.com on 5 Jul 2011 at 11:20

GoogleCodeExporter commented 8 years ago
Thank you for help, i already guessed as it work :)
but with

 src/gz xxzz http://www1.example.com/ipk
 src/gz xxzz http://www2.example.com/ipk
 src/gz xxzz http://www3.example.com/ipk

opkg reports about duplicate of repository "xxzz", so I use unique names for 
xxzz.
ps: I use opkg from OpenWRT project, maybe they changed something in his 
behavior ...

Original comment by pyth....@gmail.com on 6 Jul 2011 at 3:00

GoogleCodeExporter commented 8 years ago
Yes you're right. The advice I gave you was complete crap. The 'src' and 
'src/gz' lines have nothing to do with the 'arch' specifications. And they 
absolutely need unique names.

Original comment by graham.g...@gmail.com on 7 Jul 2011 at 11:32