Bug#917633: [Pkg-utopia-maintainers] Bug#917633: Bug#917633: udisk2 post-installation fails in chrooted environments

2019-01-04 Thread Jeremy Bicha
Control: affects -1 src:gvfs src:gnome-disk-utility Control: tags -1 +patch This issue was detected by piuparts and is blocking migration to Testing for gnome-disk-utility and gvfs. I see that there is a MR now: https://salsa.debian.org/utopia-team/udisks2/merge_requests/2 References

Bug#917633: [Pkg-utopia-maintainers] Bug#917633: Bug#917633: udisk2 post-installation fails in chrooted environments

2018-12-29 Thread Michael Biebl
Am 29.12.18 um 18:59 schrieb Alf Gaida: > On 29.12.18 18:54, Michael Biebl wrote: >> I guess you meant "||" here. >> >> That seems like a reasonable change. Do you want to file a MR for that? >> > > Yes - otherwise it would be cool to know the reason for the change in > behaviour. Quickly

Bug#917633: [Pkg-utopia-maintainers] Bug#917633: Bug#917633: udisk2 post-installation fails in chrooted environments

2018-12-29 Thread Alf Gaida
On 29.12.18 18:54, Michael Biebl wrote: > I guess you meant "||" here. > > That seems like a reasonable change. Do you want to file a MR for that? > Yes - otherwise it would be cool to know the reason for the change in behaviour. signature.asc Description: OpenPGP digital signature

Bug#917633: [Pkg-utopia-maintainers] Bug#917633: Bug#917633: udisk2 post-installation fails in chrooted environments

2018-12-29 Thread Michael Biebl
Am 29.12.18 um 17:05 schrieb Alf Gaida: > if [ "$1" = "configure" ]; then > # we ship udev rules, so trigger an update > -udevadm trigger --subsystem-match=block --action=change > +udevadm trigger --subsystem-match=block --action=change | true > > fi I guess you meant "||" here.