Troubles with opkg.org repo
Rask Ingemann Lambertsen
rask at sygehus.dk
Sun Mar 8 20:00:29 CET 2009
On Sat, Mar 07, 2009 at 09:09:15AM +0100, Tobias Kündig wrote:
> This is a little summary of what I do: http://www.opkg.org/repo.html
Debian has this tool called dpkg-scanpackages in the dpkg-dev package. It
might simplify your create_repo script. Example usage:
$ cat updateindex
#!/bin/sh
( dpkg-scanpackages . /dev/null \
; dpkg-scanpackages -t opk . /dev/null \
; dpkg-scanpackages -t ipk . /dev/null ) \
| sed -e 's_^Filename: ./_Filename: _' \
| gzip --best >Packages.gz
--
Rask Ingemann Lambertsen
Danish law requires addresses in e-mail to be logged and stored for a year
More information about the community
mailing list