Post links to your 32-bit module repos here. Repo maintainers are responsible for resolving any issues caused by their xzm's.
-
brokenman
- Site Admin

- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
-
Contact:
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.
brokenman
-
Falcony
- Full of knowledge

- Posts: 237
- Joined: 01 Jan 2011, 12:44
- Location: Russia
Post#4
by Falcony » 12 Oct 2011, 11:11
Ok, thanks, check it out
Falcony