Packet management utilities for using FIDOSlax repo

Post links to your 32-bit module repos here. Repo maintainers are responsible for resolving any issues caused by their xzm's.
Falcony
Full of knowledge
Full of knowledge
Posts: 237
Joined: 01 Jan 2011, 12:44
Location: Russia

Packet management utilities for using FIDOSlax repo

Post#1 by Falcony » 07 Sep 2011, 05:10

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

Falcony
Full of knowledge
Full of knowledge
Posts: 237
Joined: 01 Jan 2011, 12:44
Location: Russia

Re: Packet management utilities for using FIDOSlax repo

Post#2 by Falcony » 23 Sep 2011, 05:45

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

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: Packet management utilities for using FIDOSlax repo

Post#3 by brokenman » 10 Oct 2011, 13:35

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
How do i become super user?
Wear your underpants on the outside and put on a cape.

Falcony
Full of knowledge
Full of knowledge
Posts: 237
Joined: 01 Jan 2011, 12:44
Location: Russia

Re: Packet management utilities for using FIDOSlax repo

Post#4 by Falcony » 12 Oct 2011, 11:11

Ok, thanks, check it out

Post Reply