OESF Portables Forum

General Forums => General Discussion => Topic started by: telemetric_au on May 02, 2007, 12:34:58 am

Title: How Do You Generate A Feed's Filelist ... ?
Post by: telemetric_au on May 02, 2007, 12:34:58 am
ive got the "Packages" file made ok with a script, but how can i make the "Filelist" file for a feed ??
Title: How Do You Generate A Feed's Filelist ... ?
Post by: Antikx on May 05, 2007, 02:50:22 am
did you figure this out? If not I can dig it up.
Title: How Do You Generate A Feed's Filelist ... ?
Post by: telemetric_au on May 05, 2007, 03:27:14 am
not yet, if you could find out it would be helpful...
Title: How Do You Generate A Feed's Filelist ... ?
Post by: B_Lizzard on May 05, 2007, 06:09:05 am
As far as I know, "bitbake package-index" creates everything you need for a functioning feed.
Title: How Do You Generate A Feed's Filelist ... ?
Post by: Antikx on May 05, 2007, 11:05:41 am
From Meanie:
Quote
pdaXii13-custom.tgz contains both scripts, ipkg-make-index to generate the Packages files and make-index.sh to generate index.html
http://www.tyrannozaurus.com/feed/pdaXii13...ii13-custom.tgz (http://www.tyrannozaurus.com/feed/pdaXii13/build/pdaXii13-custom.tgz)
Title: How Do You Generate A Feed's Filelist ... ?
Post by: telemetric_au on May 05, 2007, 08:41:20 pm
can either of these actually make the "Filelist" file ??
Title: How Do You Generate A Feed's Filelist ... ?
Post by: Meanie on May 05, 2007, 11:02:04 pm
Quote
can either of these actually make the "Filelist" file ??
[div align=\"right\"][a href=\"index.php?act=findpost&pid=160559\"][{POST_SNAPBACK}][/a][/div]

pdaXrom Builder can do it.

anyway, that file is not required for a feed, only Packages is needed.

however, if you are bend on creating it, just write a script which concatenates the output of zcat data.tar.gz|tar tvf - for the data.tar.gz file inside each package...