-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QA and release Dangerzone 0.4.2 #458
Comments
The MacOS M1 tests do not pass all test cases, due to #498. If we do not find the fix in time for the release, we will need to inform users somehow that this feature is broken :-/ |
When a document fails it's saying the same as in the terminal ( Maybe |
Yeah, I didn't pour much thought into this, since we want to avoid showing possibly-attacker controlled messages to the user in the first place. In any case, |
I haven't managed to test the following:
due to lack of space and time. But that's something that we have already tested through various way in other steps, so I'm pretty confident that it will work. |
Closing this one since it's now been released. |
To ensure that new releases do not introduce regressions, and support existing and newer platforms, we have to run some QA tests. Copied from RELEASE.md:
.circleci/config.yml
, add new platforms and remove obsolete platformspoetry lock
main
branch passes the CI tests.the new image.
the new image.
the new image.
as of writing this) and make sure it works:
the new image.
writing this) and make sure it works:
the new image.
writing this) and make sure it works:
the new image.
instead of disposable qubes
QUBES_CONVERSION=1
and confirm thatthe tests are ran using diposable qubes instead of containers
./install/linux/build-rpm.py
package andinstall it in a fedora qube and make sure conversions run with containers (skipped, see below)
./install/linux/build-rpm.py --qubes
package andinstall it following the instructions in
BUILD.md
(see also the previous QA for 0.4.1)
The text was updated successfully, but these errors were encountered: