libvirt List Archives
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

CI

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
ci@lists.libvirt.org

  • 1 participants
  • 9844 discussions
[Libvirt-ci] Passed: libvirt/libvirt#157 (v3.4.0 - 8955b04)
by Travis CI 02 Jun '17

02 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #157 Status: Passed Duration: 33 minutes and 53 seconds Commit: 8955b04 (v3.4.0) Author: Daniel Veillard Message: Release of libvirt-3.4.0 * docs/news.xml: updated for the release * po/*.po*: regenerated View the changeset: https://github.com/libvirt/libvirt/compare/v3.4.0 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/238643073?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Errored: libvirt/libvirt#156 (master - 8b994d5)
by Travis CI 02 Jun '17

02 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #156 Status: Errored Duration: 19 minutes and 2 seconds Commit: 8b994d5 (master) Author: Peter Krempa Message: Post-release version bump to 3.5.0 View the changeset: https://github.com/libvirt/libvirt/compare/316022183b0f...8b994d5189b8 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/238643027?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Fixed: libvirt/libvirt#155 (master - 3160221)
by Travis CI 01 Jun '17

01 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #155 Status: Fixed Duration: 18 minutes and 39 seconds Commit: 3160221 (master) Author: Daniel P. Berrange Message: Fix closing XML element in news file Signed-off-by: Daniel P. Berrange <berrange(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/f546d09362a0...316022183b0f View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/238275504?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Broken: libvirt/libvirt#154 (master - f546d09)
by Travis CI 01 Jun '17

01 Jun '17
Build Update for libvirt/libvirt ------------------------------------- Build: #154 Status: Broken Duration: 19 minutes and 44 seconds Commit: f546d09 (master) Author: Martin Kletzander Message: news: Minor cleanups Signed-off-by: Martin Kletzander <mkletzan(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/3bab51e05656...f546d09362a0 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/238261741?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Passed: libvirt/libvirt#148 (v3.4.0-rc2 - f9b69c8)
by Travis CI 30 May '17

30 May '17
Build Update for libvirt/libvirt ------------------------------------- Build: #148 Status: Passed Duration: 19 minutes and 7 seconds Commit: f9b69c8 (v3.4.0-rc2) Author: Erik Skultety Message: qemu: json: Fix daemon crash on handling domain shutdown event commit a8eba5036 added further checking of the guest shutdown cause, but this enhancement is available since qemu 2.10, causing a crash because of a NULL pointer dereference on older qemus. Thread 1 "libvirtd" received signal SIGSEGV, Segmentation fault. 0x00007ffff72441af in virJSONValueObjectGet (object=0x0, key=0x7fffd5ef11bf "guest") at util/virjson.c:769 769 if (object->type != VIR_JSON_TYPE_OBJECT) (gdb) bt 0 in virJSONValueObjectGet 1 in virJSONValueObjectGetBoolean 2 in qemuMonitorJSONHandleShutdown 3 in qemuMonitorJSONIOProcessEvent 4 in qemuMonitorJSONIOProcessLine 5 in qemuMonitorJSONIOProcess 6 in qemuMonitorIOProcess Signed-off-by: Erik Skultety <eskultet(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/v3.4.0-rc2 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/237689827?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Passed: libvirt/libvirt#143 (v3.4.0-rc1 - 981e2c7)
by Travis CI 27 May '17

27 May '17
Build Update for libvirt/libvirt ------------------------------------- Build: #143 Status: Passed Duration: 14 minutes and 20 seconds Commit: 981e2c7 (v3.4.0-rc1) Author: Roman Bogorodskiy Message: util: fix virfcp build on non-Linux - Include virerror.h for virReportSystemError - Rename stub functions to match original function names View the changeset: https://github.com/libvirt/libvirt/compare/v3.4.0-rc1 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/236706371?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Fixed: libvirt/libvirt#142 (master - 981e2c7)
by Travis CI 26 May '17

26 May '17
Build Update for libvirt/libvirt ------------------------------------- Build: #142 Status: Fixed Duration: 23 minutes and 50 seconds Commit: 981e2c7 (master) Author: Roman Bogorodskiy Message: util: fix virfcp build on non-Linux - Include virerror.h for virReportSystemError - Rename stub functions to match original function names View the changeset: https://github.com/libvirt/libvirt/compare/ca30bed9f7ab...981e2c709734 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/236434799?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Broken: libvirt/libvirt#141 (master - ca30bed)
by Travis CI 26 May '17

26 May '17
Build Update for libvirt/libvirt ------------------------------------- Build: #141 Status: Broken Duration: 11 minutes and 46 seconds Commit: ca30bed (master) Author: Bjoern Walk Message: docs: update news.xml Mention CCW and fc_remote_port capablities in the news.xml file. Reviewed-by: Boris Fiuczynski <fiuczy(a)linux.vnet.ibm.com> Signed-off-by: Bjoern Walk <bwalk(a)linux.vnet.ibm.com> View the changeset: https://github.com/libvirt/libvirt/compare/a8eba5036cb4...ca30bed9f7ab View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/236407386?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Broken: libvirt/libvirt#141 (master - ca30bed)
by Travis CI 26 May '17

26 May '17
Build Update for libvirt/libvirt ------------------------------------- Build: #141 Status: Broken Duration: 13 minutes and 33 seconds Commit: ca30bed (master) Author: Bjoern Walk Message: docs: update news.xml Mention CCW and fc_remote_port capablities in the news.xml file. Reviewed-by: Boris Fiuczynski <fiuczy(a)linux.vnet.ibm.com> Signed-off-by: Bjoern Walk <bwalk(a)linux.vnet.ibm.com> View the changeset: https://github.com/libvirt/libvirt/compare/a8eba5036cb4...ca30bed9f7ab View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/236407386?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Fixed: libvirt/libvirt#126 (master - 065e89c)
by Travis CI 24 May '17

24 May '17
Build Update for libvirt/libvirt ------------------------------------- Build: #126 Status: Fixed Duration: 21 minutes and 11 seconds Commit: 065e89c (master) Author: Pavel Hrdina Message: conf: fix build issue caused by shadowing global declaration Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/97863780e884...065e89cf8bac View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/235627174?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 978
  • 979
  • 980
  • 981
  • 982
  • 983
  • 984
  • 985
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.