"./pmbootstrap.py build package --force" doesn't check checksum
Same behavior when running abuild -f
in the chroot so it might be a bug in abuild.
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Author Owner
@z3ntu maybe is this? https://github.com/alpinelinux/abuild/blob/master/abuild.in#L419 not sure if it's a bug or the expected behavior, maybe you can ask in the #alpine-devel:alpinelinux.org chat
By Daniele Debernardi on 2018-01-30T18:37:36
Edited by Ghost User - Author Owner
abuild --help
says-f Force specified cmd, even if they are already done
and./pmbootstrap.py build --help
says--force even build if not necessary
so neither one of those indicate that the checksum check is skipped (and the reason to use--force
is to rebuild some package...)By Luca Weiss on 2018-01-30T22:11:34
- Author Owner
Created by: ollieparanoid
Totally agree, see the PR I made to fix this above
By * postmarketOS Bot on 2018-01-30T22:20:58
- Author Owner
@ollieparanoid this seems fixed in https://github.com/alpinelinux/abuild/commit/6981f3a6ae1cab387dd4273e3483a07d932d827f, the issue can be closed? (I didn't tested)
By Daniele Debernardi on 2018-04-11T22:56:32
Edited by Ghost User - Author Owner
Maybe wait until a new abuild version is released? But great that it's fixed now :)
By Luca Weiss on 2018-04-12T06:13:12
Edited by Ghost User - Author Owner
@z3ntu you are right, I forgot to check if it was already released or not
By Daniele Debernardi on 2018-04-12T07:23:15
- Author Owner
Created by: ollieparanoid
You're right, the fix was merged. And while it did not make it into a stable
abuild
version yet, theabuild
version from Alpine's edge repository has the fix since yesterday (which is the one we use)By * postmarketOS Bot on 2018-04-12T20:03:47
- Author Owner
Ah, didn't know the edge repo has basically a -git version of abuild.
By Luca Weiss on 2018-04-13T05:54:36