On Mon, Mar 20, 2006 at 04:14:46PM -0600, Chris Dolan wrote:
> 
> By "all packages and versions", I probably overstated.  I'm really  
> just looking for the most current state (meaning probably 10.4/ 
> {stable,unstable}) but if 10.3, etc. is trivially accessible I'll use  
> that too.
> 
> Yes, "fink list" data are indeed exactly what I'm seeking, but the  
> numbers need to be accessible to a non-Mac and Macs that don't have  
> Fink installed.

In order to 'fink list', the only things you need are the pure perl
parts...don't need a full local fink installation or compiled dpkg and
other support binaries. Until recently, the web PDB database update
script was running on a linux box on which we did not have root
access.

> Perhaps someone could add a cron to PDB that just dumps the MySQL  
> database to a .bz2 file daily?  Or the regular PDB process could dump  
> that file?

Seems reasonable (and generally useful too)...the update is driven by
cron, so it'd be easy to dump the whole db after updating it. Here's
"mysqldump" of the "package" database:

 http://pdb.finkproject.org/pdb/full_dump_2006-03-20_23:35.sql.bz2

Is that what you need?

I don't know much about mysqldump, but I do know that our databases
are password-protected. Is there a way to have mysqldump read the
password from a file so we don't have to hard-code it in Yet Another
Place in our scripts? Alternately, is there a way to do the dump using
mysql commands (since we already have a generic way to "run mysql
commands using the password")?

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to