pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg_summary




Aleksey Cheusov <cheusov <at> tut.by> writes:

> > Is there any progress in setting up cron jobs?
> The same question.
> Is there anybody interested in pkg_summary.gz file
> in pkgsrc binary repository?

ftp://ftp.pkgsrc.org/pub/pkgsrc/packages-2007Q2/NetBSD-4.0/i386/All/

there is still no pkg_summary.gz file. 
I've tested Aleksey script on mine repo, works perfect. 

cron job will be as simple  as string kinda:

for dir in /pub/pkgsrc/$LATEST-STABLE/*/*/All/;do
   pkg_update_summary $dir/pkg_summary.gz $dir 'gzip -dc' 'gzip -c'
done

Why its so hard to add? If it will be done netbsd will get a simplest way for
binary system upgrades.

Alex 




Home | Main Index | Thread Index | Old Index