Kunal Mehta

Results 422 comments of Kunal Mehta

We can confirm libdrm is not being phased by looking at: ``` $ apt show libgbm1 Package: libgbm1 Version: 24.2.8-1ubuntu1~24.04.1 Priority: optional Section: libs Source: mesa Origin: Ubuntu Phased-Update-Percentage: 40...

The staging job passed over the weekend so this is correlated to some specific updates provided by Ubuntu... I assume we'll see this again whenever they push some stable update,...

Note that 29a0f9aaae810238a26609c2f72b0c6da8a19635 is at odds with this. The control for phasing or not is a global setting, so if we want to phase our own updates, we also have...

At least for the first part (this issue), I was thinking of a tiny 2.12.9 that did the bare minimum to disable the upgrade code, like removing the systemd units/timers....

The specific code changes I think we should make are: * removing the securedrop-noble-migration-* systemd timers and units. * removing the `./securedrop-admin noble_migration` command Removing all the underlying noble migration...

This was pushed in https://github.com/freedomofpress/securedrop-apt-prod/pull/138.

@RatishT did you manually review this PR before submitting it? It seems to be doing much more than just adding raise from statements.

The team reviewed an updated proposal yesterday, but we were relatively split. I committed to reviewing all the feedback/input and making a decision today, So after thinking about it, I'd...

I was able to get the stacktrace by installing the `python3.13-debug` Fedora package, and then installing the package in a `python3.13d`-powered virtualenv and running it under gdb: ``` $ gdb...

Found this in the testinfra bug tracker: https://github.com/pytest-dev/pytest-testinfra/issues/141 > Yes, transferring the whole file across the network is not a good idea, you should use remote operations instead like "contains()"