tech-pkg archive

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

Re: dependancies and bulk builds



> So if PKGVERSION is the same the resulting binary package would be the same
> and there's no need to rebuild it. All other checks can be avoided for
> stable branches.

I don't insist on using pkg_summary-utils.

Just another example based on using a list of binary packages.

  # update pkg_summary(5) for binary packages stored locally
  pkg_update_summary -r /usr/pkgsrc/packages/All/pkg_summary.txt \
                        /usr/pkgsrc/packages/All

  # source summary
  pkg_src_summary > /usr/pkgsrc/pkg_src_summary.txt

  # list the packages to be rebuilt
  pkg_cmp_summary -p /usr/pkgsrc/packages/All/pkg_summary.txt \
                     /usr/pkgsrc/pkg_src_summary.txt |
  awk '$1 == "+" || $1 == "<" {print $2}' \
                     > /path/to/packages_to_be_rebuilt.txt

-- 
Best regards, Aleksey Cheusov.


Home | Main Index | Thread Index | Old Index