lava (2023.01-2)
[PTS] [DDPO]
ERROR:
- Git: https://git.lavasoftware.org/lava/lava.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 37425152
- Browser: https://git.lavasoftware.org/lava/lava
- Last scan: 2024-09-13 03:20:01+00
- Error: fatal: unable to access 'https://git.lavasoftware.org/lava/lava.git/': Could not resolve host: git.lavasoftware.org
- Next scan: 2024-09-14 02:16:00+00
- Debian changelog in Git:
lava (2023.06-1) unstable; urgency=medium
* LAVA Software 2023.06 release
-- Rémi Duraffort <remi.duraffort@linaro.org> Tue, 04 Jul 2023 14:39:53 +0200
- This branch is 6 commits ahead of tag 2023.06
- Git log:
commit e6db819ca9ff477885caac3b1603a2037a2a2331
Merge: f179e9b5a d64f6abcc
Author: Rémi Duraffort <remi.duraffort@linaro.org>
Date: Mon Jul 10 07:06:57 2023 +0000
Merge branch 'imx91p' into 'master'
device-types: add imx91p-9x9-qsb
See merge request lava/lava!2167
commit d64f6abcc9bd6f408cedcd5eed38d018619b1130
Author: Larry Shen <larry.shen@nxp.com>
Date: Mon Jul 10 10:38:59 2023 +0800
device-types: add imx91p-9x9-qsb
bcu_board_name imx93qsb can control this board too.
Signed-off-by: Larry Shen <larry.shen@nxp.com>
commit f179e9b5a5eb385bd292a4909cca77bc2702c4b4
Merge: fcc73fd1d 3f570a8fe
Author: Rémi Duraffort <remi.duraffort@linaro.org>
Date: Thu Jul 6 13:01:32 2023 +0000
Merge branch 'e850-96' into 'master'
Add WinLink E850-96
See merge request lava/lava!2165
commit 3f570a8fe5298d422650152304006babae721ae5
Author: Rémi Duraffort <remi.duraffort@linaro.org>
Date: Thu Jul 6 14:33:43 2023 +0200
Add WinLink E850-96
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
commit fcc73fd1d2c49a88f1c035d0f26a6416b8633ab0
Merge: fa1f60f76 3e71ccb85
Author: Rémi Duraffort <remi.duraffort@linaro.org>
Date: Thu Jul 6 07:25:34 2023 +0000
Merge branch 'return-full-log-from-compressed-output' into 'master'
Return full log from compressed TestJob output
Closes #617
See merge request lava/lava!2164
commit 3e71ccb85960e42bc83e502e22709215b4ba8881
Author: Paweł Wieczorek <pawiecz@collabora.com>
Date: Wed Jul 5 12:19:56 2023 +0200
Return full log from compressed TestJob output
FileResponse incorrectly guesses [0] `Content-Length` of the TestJob log
to be served and the log was only returned up to the compressed output
file size.
Setting response headers manually to the size of the uncompressed output
(from "output.yaml.size" file) fixes this behaviour and returns full
TestJob log.
[0] https://docs.djangoproject.com/en/3.2/ref/request-response/#fileresponse-objects
Fixes: #617
Signed-off-by: Paweł Wieczorek <pawiecz@collabora.com>