[pacman-dev] [PATCH] makepkg: rework --skip-integ
Allan McRae
allan at archlinux.org
Sun Oct 11 08:57:31 EDT 2009
Dan McGee wrote:
> On Sun, Oct 11, 2009 at 6:59 AM, Allan McRae <allan at archlinux.org> wrote:
>
>> The current --skip-integ isa bit weird. It does not skip integrity
>> checks, but instead does them and prints a warning. Change this
>> behaviour to actually skipping the checks.
>>
>
> I (we?) did this on purpose; we didn't want to skip the following check:
>
> elif [ ${#integrity_sums[@]} -gt 0 ]; then
> error "$(gettext "Integrity checks (%s) differ in size from the
> source array.")" "$integ"
>
That seems strange to me. If you are skipping integrity checks, then do
you really care if the array size is wrong?
Allan
More information about the pacman-dev
mailing list