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

Re: Bug#698656: ITP: adequate -- Debian package quality testing tool



* Jakub Wilk <jwilk@debian.org>, 2013-01-21, 22:17:
adequate checks quality of installed packages.
can it be used on chroots without being installed in the chroot?
like
  adequate --root=/some/chroot mypkg

You can't do that currently, and I'm afraid it won't be easy to implement.

adequate 0.4 has the --root option, but it's implemented by chroot(2)ing, so it's only slightly better than this hack:

cat /usr/bin/adequate | chroot /some/chroot perl - mypkg

--
Jakub Wilk


Reply to: