Jelle van der Waa
Jelle van der Waa
Rebuilding ant shows some GPG errors and systemd-nspawn exit's. No clear error is however shown when repro exits. ``` error: 'cache/java-environment-common-3-1-any.pkg.tar.xz': invalid or corrupted package (PGP signature) error: 'cache/java-runtime-common-3-1-any.pkg.tar.xz': invalid...
Not sure how easy this is, but for a CI setup it would be nice to know why reproducing fails. A recent makepkg outputs error codes when the build fails...
Currently the tool sets up a build env but does not verify if it's 100% correct, this can be done by verifying the installed packages against the BUILDINFO required installed...
Using ```unshare -n``` we can disable internet access in nspawn. build_package needs to be updated to first install dependencies and download the source, then unshare network access and build the...
Since Git 2.37.2 there is a new option in Git to configure revisions to be ignored by git blame. This can be used to ignore re-styling commits automatically by setting...
This is just a PR to add mypy for testlib.py and make it pass. The typing in testlib.py is not complete yet. In the future we can lint src/cockpit but...
### Explain what happens 1. Browser to https://127.0.0.1:9090/users 2. Open developer tools 3. Click inspect element and select the `body` of the users page 4. Look at the `styles` imported...
### Explain what happens 1. Start a VM in cockpit-machines 2. Select the "Desktop viewer" 3. Click "launch remote viewer" Notice that nothing happens, nothing is downloaded or launched as...
@jelly Is this about `Next run` being one day earlier? If so, then I believe this is related to the fact when we do refreshes. We used to do them...