Page 1 of 1

Packet management utilities for using FIDOSlax repo

Posted: 07 Sep 2011, 05:10
by Falcony
New version of command line xzm utilitites for packet management for Porteus 1.0 and FIDOSlax 1.2 is out!
It allow Porteus and FIDOSlax users use FIDOSlax repo with more then 2200 xzm modules

To download is link:
http://fidoslax.googlecode.com/files/xz ... -0.1.5.xzm

Documentation link:
http://code.google.com/p/fidoslax/wiki/XzmUtilities

Re: Packet management utilities for using FIDOSlax repo

Posted: 23 Sep 2011, 05:45
by Falcony
New version

http://fidoslax.googlecode.com/files/xz ... -0.1.5.xzm

1. Fixed small bug with + symbol

2. Added new command xzm_update for updating local copy of list modules - for speed up

Updated documentation here

http://code.google.com/p/fidoslax/wiki/XzmUtilities

Re: Packet management utilities for using FIDOSlax repo

Posted: 10 Oct 2011, 13:35
by brokenman
Line 2 in xzm_search:

REPO=http://fidoslax-32.googlecode.com/files/

This link throws a 404.

Also another thought for you xzm_list file. Instead of listing each individual page like this:

Code: Select all

lynx --dump "$REPONAME/downloads/list?can=1&colspec=Filename&num=1000&start=4000" | grep "http://fidoslax.googlecode.com/files/" | grep "$MODULEVERSION" | sed "s|.*/files/||g" >> /tmp/xzm_list1 
lynx --dump "$REPONAME/downloads/list?can=1&colspec=Filename&num=1000&start=5000" | grep "http://fidoslax.googlecode.com/files/" | grep "$MODULEVERSION" | sed "s|.*/files/||g" >> /tmp/xzm_list1 
Why not use one simple line that means you don't have to update the xzm_list file each time a new page is added.

Code: Select all

http://code.google.com/p/fidoslax/downloads/list?num=9000&start=1

Re: Packet management utilities for using FIDOSlax repo

Posted: 12 Oct 2011, 11:11
by Falcony
Ok, thanks, check it out