Author Topic: can someone make a zip file of feed  (Read 3781 times)

b2bpro

  • Full Member
  • ***
  • Posts: 218
    • View Profile
    • http://
can someone make a zip file of feed
« on: June 17, 2004, 08:56:49 am »
I really want to start using pdaxrom (currently using tkc on my 860) but I\'m having problems getting the networking connected.  I know that I need to fix that, but it can wait.  

What I really want is to be able to load various packages, but its hard to do without being online.  Is it possible to make a zip file available with everything in it that I could just unzip to a CF card and install locally?

Preference would be for 2 files - one stable and one unstable.

This would be much appreciated.

ScottYelich

  • Hero Member
  • *****
  • Posts: 992
    • View Profile
    • http://www.zaurususergroup.com/modules.php?opmodload&namephpWiki&filei
can someone make a zip file of feed
« Reply #1 on: June 17, 2004, 09:38:51 am »
wget -nd -r url/to/feed

?

I mounted my cf under freebsd and could do that command, etc.

If this doesn\'t work, I could make a zip for you of the stable and unstable feeds of pdaxrom....

Scott

b2bpro

  • Full Member
  • ***
  • Posts: 218
    • View Profile
    • http://
can someone make a zip file of feed
« Reply #2 on: June 17, 2004, 10:26:34 am »
That worked.  Thanks a lot.  I used the url www.pdaxrom.org/feed.  Do you know if that is the stable or unstable feed?  (its currently downloading so I don\'t know if both sets of packages will be downloaded)

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
can someone make a zip file of feed
« Reply #3 on: June 17, 2004, 11:04:23 am »
That\'s stable,

unstable is: www.pdaxrom.org/unstable
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva

b2bpro

  • Full Member
  • ***
  • Posts: 218
    • View Profile
    • http://
can someone make a zip file of feed
« Reply #4 on: June 17, 2004, 12:22:33 pm »
Just a bit more help - I did the wget using only the url www.pdaxrom.org/feed and it downloaded a ton of stuff (ipks plus other stuff)

However, while downloading I noticed stuff downloading from both /feed  and then from /unstable.  It didn\'t create a sub-dir for the unstable stuff or anything.

Does this mean that the unstable could have overwritten the stable stuff ? or do things only live in one place or the other (ie only new versions of things are promoted to stable from unstable or something).

Plus there is only one Packages file - I presume this tells the installer about dependancies which would change depending on the version.  

I\'m confused - I\'d like to be sure I know what I\'m dealing with.

Thanks

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
can someone make a zip file of feed
« Reply #5 on: June 17, 2004, 01:01:07 pm »
There should be two packages files I\'d say, you may find that the last wget has overwritten the stable stuff.

Just a guess though, I don\'t know much about wget.


Si
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva

b2bpro

  • Full Member
  • ***
  • Posts: 218
    • View Profile
    • http://
can someone make a zip file of feed
« Reply #6 on: June 17, 2004, 01:17:38 pm »
actually - I only did the one wget for the \"www.pdaxrom.org/feed\"

I didn\'t do one for the unstable feed.  Thats why I\'m confused.  While downloading I saw several files that said they were downloading from www.pdaxrom.org/unstable.

Laze

  • Hero Member
  • *****
  • Posts: 704
    • View Profile
    • http://www.pdaXrom.org
can someone make a zip file of feed
« Reply #7 on: June 17, 2004, 02:46:12 pm »
Its always nice to get some traffic on the server :-) Damm - so many people are almost doing daily downloads of the entire feed dir - maybe some could learn to use http://samba.anu.edu.au/rsync/
C760 running pdaXrom lastest ;-)
SL5500 Running Cacko Qtopia
512 MB SD Card, 128 MB CF Card, Prism2 CF Wlan.

Always visit http://www.pdaXrom.org for latest news.

b2bpro

  • Full Member
  • ***
  • Posts: 218
    • View Profile
    • http://
can someone make a zip file of feed
« Reply #8 on: June 17, 2004, 03:18:50 pm »
while I appreciate the suggestion to use rsync (i\'ll look into it) do you know why I would see \"www.pdaxrom.org/unstable\" while downloading the \"www.pdaxrom.org/feed\" using wget?

Laze

  • Hero Member
  • *****
  • Posts: 704
    • View Profile
    • http://www.pdaXrom.org
can someone make a zip file of feed
« Reply #9 on: June 17, 2004, 04:50:50 pm »
b2bpro - i have no idea - there are quite a bit of tricks going on in the feed/unstable folder that counts the number of downloads, but none that refereces accross the two folders. Basically i have no idea.
C760 running pdaXrom lastest ;-)
SL5500 Running Cacko Qtopia
512 MB SD Card, 128 MB CF Card, Prism2 CF Wlan.

Always visit http://www.pdaXrom.org for latest news.

doublec

  • Jr. Member
  • **
  • Posts: 92
    • View Profile
    • http://radio.weblogs.com/0102385/categories/zaurus/index.html
can someone make a zip file of feed
« Reply #10 on: June 17, 2004, 08:48:13 pm »
How do you use rsync to get the feed and unstable feeds? Do you have an example command line? The problem with wget is it downloads everything - I think due to the way you are counting downloads it is not getiting the correct timestamps.

b2bpro

  • Full Member
  • ***
  • Posts: 218
    • View Profile
    • http://
can someone make a zip file of feed
« Reply #11 on: June 17, 2004, 10:08:01 pm »
Yeah - wget -nd -r url/to/feed  - gets everything and then puts it into one directory so its all a mish-mash.

I tried wget -np -r url/to/feed thinking -np would get everything below /feed - but it also got everything on the site which I don\'t need (and chews up bandwitdh).

I\'m also interested in how to get stuff properly. (I won\'t need to know for a while since I got everything today- that will get me going with the rom so I\'m happy until next time.)

doublec

  • Jr. Member
  • **
  • Posts: 92
    • View Profile
    • http://radio.weblogs.com/0102385/categories/zaurus/index.html
can someone make a zip file of feed
« Reply #12 on: June 17, 2004, 10:25:02 pm »
I used to use:  

  wget -A \"*.ipk,*.zip,Packages,*.gz\" -m http://www.pdaxrom.org/feed

And seperately got

  wget http://www.pdaxrom.org/feed/Packages

because sometimes it didn\'t get it with the first line. This used to only download the newer ipks. Since the \'download counting\' stuff was put in it gets everything.