Send openlmi-reviews mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.fedorahosted.org/mailman/listinfo/openlmi-reviews
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of openlmi-reviews digest..."
Today's Topics:
1. Review Request 1950: software-dbus: implemented create and
delete methods in installed sw identity (Peter Schiffer)
2. Re: Review Request 1950: software-dbus: implemented create
and delete methods in installed sw identity (scanbot)
3. Re: Review Request 1950: software-dbus: implemented create
and delete methods in installed sw identity (scanbot)
4. Review Request 1951: sw-dbus: amend for newer packagekit
(Michal Minar)
5. Review Request 1952: tests(sw-dbus): fixed tests for
installation service (Michal Minar)
6. Re: Review Request 1951: sw-dbus: amend for newer packagekit
(scanbot)
7. Re: Review Request 1950: software-dbus: implemented create
and delete methods in installed sw identity (Michal Minar)
8. Re: Review Request 1952: tests(sw-dbus): fixed tests for
installation service (Peter Schiffer)
9. Re: Review Request 1951: sw-dbus: amend for newer packagekit
(scanbot)
10. Re: Review Request 1951: sw-dbus: amend for newer packagekit
(Peter Schiffer)
11. Re: Review Request 1950: software-dbus: implemented create
and delete methods in installed sw identity (Peter Schiffer)
12. Re: Review Request 1950: software-dbus: implemented create
and delete methods in installed sw identity (Peter Schiffer)
13. buildbot failure in OpenLMI on providers-rhel6
([email protected])
14. buildbot failure in OpenLMI on providers-rhel7
([email protected])
15. buildbot failure in OpenLMI on providers-rawhide
([email protected])
16. buildbot failure in OpenLMI on storage-rhel6
([email protected])
17. buildbot failure in OpenLMI on providers-rhel6
([email protected])
18. buildbot failure in OpenLMI on networking-rhel6
([email protected])
19. buildbot failure in OpenLMI on providers-rhel7stable
([email protected])
20. buildbot failure in OpenLMI on storage-rawhide
([email protected])
21. buildbot failure in OpenLMI on storage-rhel7
([email protected])
22. buildbot failure in OpenLMI on storage-rhel7stable
([email protected])
23. buildbot failure in OpenLMI on providers-rhel7
([email protected])
24. buildbot success in OpenLMI on networking-rhel7
([email protected])
--- Begin Message ---
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/1950/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-providers
Description
-------
software-dbus: implemented create and delete methods in installed sw identity
Diffs
-----
src/libs/libopenlmi/openlmi.c bce65c902838a293d325dea2e4222bbf877d5d9f
src/software-dbus/LMI_InstalledSoftwareIdentityProvider.c
40aac037210615030eca0d55ff3490f70cdd743d
src/software-dbus/sw-utils.c 5be2773666890c07e36a46b53cd0ba22dd259257
Diff: http://reviewboard-openlmi.rhcloud.com/r/1950/diff/
Testing
-------
Thanks,
Peter Schiffer
--- End Message ---
--- Begin Message ---
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/1950/#review3204
-----------------------------------------------------------
Autoscan started for review(s) 1950[1]
- scanbot
On Aug. 13, 2014, 12:01 p.m., Peter Schiffer wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard-openlmi.rhcloud.com/r/1950/
> -----------------------------------------------------------
>
> (Updated Aug. 13, 2014, 12:01 p.m.)
>
>
> Review request for OpenLMI Developers.
>
>
> Repository: openlmi-providers
>
>
> Description
> -------
>
> software-dbus: implemented create and delete methods in installed sw identity
>
>
> Diffs
> -----
>
> src/libs/libopenlmi/openlmi.c bce65c902838a293d325dea2e4222bbf877d5d9f
> src/software-dbus/LMI_InstalledSoftwareIdentityProvider.c
> 40aac037210615030eca0d55ff3490f70cdd743d
> src/software-dbus/sw-utils.c 5be2773666890c07e36a46b53cd0ba22dd259257
>
> Diff: http://reviewboard-openlmi.rhcloud.com/r/1950/diff/
>
>
> Testing
> -------
>
>
> Thanks,
>
> Peter Schiffer
>
>
--- End Message ---
--- Begin Message ---
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/1950/#review3205
-----------------------------------------------------------
Autoscan finished OK
Scanned reviews: 1950
- scanbot
On Aug. 13, 2014, 12:01 p.m., Peter Schiffer wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard-openlmi.rhcloud.com/r/1950/
> -----------------------------------------------------------
>
> (Updated Aug. 13, 2014, 12:01 p.m.)
>
>
> Review request for OpenLMI Developers.
>
>
> Repository: openlmi-providers
>
>
> Description
> -------
>
> software-dbus: implemented create and delete methods in installed sw identity
>
>
> Diffs
> -----
>
> src/libs/libopenlmi/openlmi.c bce65c902838a293d325dea2e4222bbf877d5d9f
> src/software-dbus/LMI_InstalledSoftwareIdentityProvider.c
> 40aac037210615030eca0d55ff3490f70cdd743d
> src/software-dbus/sw-utils.c 5be2773666890c07e36a46b53cd0ba22dd259257
>
> Diff: http://reviewboard-openlmi.rhcloud.com/r/1950/diff/
>
>
> Testing
> -------
>
>
> Thanks,
>
> Peter Schiffer
>
>
--- End Message ---
--- Begin Message ---
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/1951/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-providers
Description
-------
sw-dbus: amend for newer packagekit
Newer versions of PackageKit (0.9.1+) provide origin (repo-id) in data
properties of PkPackage objects of installed packages. Their package id
looks like:
<name>;<version>;<arch>;installed:<repo_id>
In older versions the `:<repo_id>` part used to be missing. This patch
tries to handle both cases properly.
Diffs
-----
src/software-dbus/LMI_ResourceForSoftwareIdentityProvider.c
e5cef5f8f6092fd376ee69211ad4993f5b96d4ae
src/software-dbus/LMI_SoftwareInstallationServiceProvider.c
a517d07b4a130a90446543b9b6432458efbedfc8
src/software-dbus/sw-utils.h 90441369333ed97d53467cf899be5b2f7dcf1db4
src/software-dbus/sw-utils.c 5be2773666890c07e36a46b53cd0ba22dd259257
Diff: http://reviewboard-openlmi.rhcloud.com/r/1951/diff/
Testing
-------
Thanks,
Michal Minar
--- End Message ---
--- Begin Message ---
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/1952/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-providers
Description
-------
tests(sw-dbus): fixed tests for installation service
New lmishell finally throws exceptions out of synchronously invoked
acyns methods.
New lmishell also returns CIMStatus as a return value of failed
asynchronous method instead of just None.
Make sure both cases are handled correctly.
Diffs
-----
src/software/test/test_software_installation_service.py
0214e4e4bc8a69ed29e3c8aca676de36a88bb401
Diff: http://reviewboard-openlmi.rhcloud.com/r/1952/diff/
Testing
-------
Thanks,
Michal Minar
--- End Message ---
--- Begin Message ---
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/1951/#review3207
-----------------------------------------------------------
Autoscan started for review(s) 1951[1]
- scanbot
On Aug. 13, 2014, 1:10 p.m., Michal Minar wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard-openlmi.rhcloud.com/r/1951/
> -----------------------------------------------------------
>
> (Updated Aug. 13, 2014, 1:10 p.m.)
>
>
> Review request for OpenLMI Developers.
>
>
> Repository: openlmi-providers
>
>
> Description
> -------
>
> sw-dbus: amend for newer packagekit
>
> Newer versions of PackageKit (0.9.1+) provide origin (repo-id) in data
> properties of PkPackage objects of installed packages. Their package id
> looks like:
>
> <name>;<version>;<arch>;installed:<repo_id>
>
> In older versions the `:<repo_id>` part used to be missing. This patch
> tries to handle both cases properly.
>
>
> Diffs
> -----
>
> src/software-dbus/LMI_ResourceForSoftwareIdentityProvider.c
> e5cef5f8f6092fd376ee69211ad4993f5b96d4ae
> src/software-dbus/LMI_SoftwareInstallationServiceProvider.c
> a517d07b4a130a90446543b9b6432458efbedfc8
> src/software-dbus/sw-utils.h 90441369333ed97d53467cf899be5b2f7dcf1db4
> src/software-dbus/sw-utils.c 5be2773666890c07e36a46b53cd0ba22dd259257
>
> Diff: http://reviewboard-openlmi.rhcloud.com/r/1951/diff/
>
>
> Testing
> -------
>
>
> Thanks,
>
> Michal Minar
>
>
--- End Message ---
--- Begin Message ---
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/1950/#review3206
-----------------------------------------------------------
Ship it!
Apart from the `printf` it looks good to me.
src/software-dbus/LMI_InstalledSoftwareIdentityProvider.c
<http://reviewboard-openlmi.rhcloud.com/r/1950/#comment1787>
Seems like stealthy debug statement :)
src/software-dbus/sw-utils.c
<http://reviewboard-openlmi.rhcloud.com/r/1950/#comment1786>
Good catch!
- Michal Minar
On Srp. 13, 2014, 12:01 odp., Peter Schiffer wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard-openlmi.rhcloud.com/r/1950/
> -----------------------------------------------------------
>
> (Updated Srp. 13, 2014, 12:01 odp.)
>
>
> Review request for OpenLMI Developers.
>
>
> Repository: openlmi-providers
>
>
> Description
> -------
>
> software-dbus: implemented create and delete methods in installed sw identity
>
>
> Diffs
> -----
>
> src/libs/libopenlmi/openlmi.c bce65c902838a293d325dea2e4222bbf877d5d9f
> src/software-dbus/LMI_InstalledSoftwareIdentityProvider.c
> 40aac037210615030eca0d55ff3490f70cdd743d
> src/software-dbus/sw-utils.c 5be2773666890c07e36a46b53cd0ba22dd259257
>
> Diff: http://reviewboard-openlmi.rhcloud.com/r/1950/diff/
>
>
> Testing
> -------
>
>
> Thanks,
>
> Peter Schiffer
>
>
--- End Message ---
--- Begin Message ---
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/1952/#review3208
-----------------------------------------------------------
Ship it!
Ship It!
- Peter Schiffer
On Aug. 13, 2014, 3:11 p.m., Michal Minar wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard-openlmi.rhcloud.com/r/1952/
> -----------------------------------------------------------
>
> (Updated Aug. 13, 2014, 3:11 p.m.)
>
>
> Review request for OpenLMI Developers.
>
>
> Repository: openlmi-providers
>
>
> Description
> -------
>
> tests(sw-dbus): fixed tests for installation service
>
> New lmishell finally throws exceptions out of synchronously invoked
> acyns methods.
>
> New lmishell also returns CIMStatus as a return value of failed
> asynchronous method instead of just None.
>
> Make sure both cases are handled correctly.
>
>
> Diffs
> -----
>
> src/software/test/test_software_installation_service.py
> 0214e4e4bc8a69ed29e3c8aca676de36a88bb401
>
> Diff: http://reviewboard-openlmi.rhcloud.com/r/1952/diff/
>
>
> Testing
> -------
>
>
> Thanks,
>
> Michal Minar
>
>
--- End Message ---
--- Begin Message ---
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/1951/#review3209
-----------------------------------------------------------
Autoscan finished OK
Scanned reviews: 1951
- scanbot
On Aug. 13, 2014, 1:10 p.m., Michal Minar wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard-openlmi.rhcloud.com/r/1951/
> -----------------------------------------------------------
>
> (Updated Aug. 13, 2014, 1:10 p.m.)
>
>
> Review request for OpenLMI Developers.
>
>
> Repository: openlmi-providers
>
>
> Description
> -------
>
> sw-dbus: amend for newer packagekit
>
> Newer versions of PackageKit (0.9.1+) provide origin (repo-id) in data
> properties of PkPackage objects of installed packages. Their package id
> looks like:
>
> <name>;<version>;<arch>;installed:<repo_id>
>
> In older versions the `:<repo_id>` part used to be missing. This patch
> tries to handle both cases properly.
>
>
> Diffs
> -----
>
> src/software-dbus/LMI_ResourceForSoftwareIdentityProvider.c
> e5cef5f8f6092fd376ee69211ad4993f5b96d4ae
> src/software-dbus/LMI_SoftwareInstallationServiceProvider.c
> a517d07b4a130a90446543b9b6432458efbedfc8
> src/software-dbus/sw-utils.h 90441369333ed97d53467cf899be5b2f7dcf1db4
> src/software-dbus/sw-utils.c 5be2773666890c07e36a46b53cd0ba22dd259257
>
> Diff: http://reviewboard-openlmi.rhcloud.com/r/1951/diff/
>
>
> Testing
> -------
>
>
> Thanks,
>
> Michal Minar
>
>
--- End Message ---
--- Begin Message ---
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/1951/#review3210
-----------------------------------------------------------
Ship it!
Ship It!
- Peter Schiffer
On Aug. 13, 2014, 3:10 p.m., Michal Minar wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard-openlmi.rhcloud.com/r/1951/
> -----------------------------------------------------------
>
> (Updated Aug. 13, 2014, 3:10 p.m.)
>
>
> Review request for OpenLMI Developers.
>
>
> Repository: openlmi-providers
>
>
> Description
> -------
>
> sw-dbus: amend for newer packagekit
>
> Newer versions of PackageKit (0.9.1+) provide origin (repo-id) in data
> properties of PkPackage objects of installed packages. Their package id
> looks like:
>
> <name>;<version>;<arch>;installed:<repo_id>
>
> In older versions the `:<repo_id>` part used to be missing. This patch
> tries to handle both cases properly.
>
>
> Diffs
> -----
>
> src/software-dbus/LMI_ResourceForSoftwareIdentityProvider.c
> e5cef5f8f6092fd376ee69211ad4993f5b96d4ae
> src/software-dbus/LMI_SoftwareInstallationServiceProvider.c
> a517d07b4a130a90446543b9b6432458efbedfc8
> src/software-dbus/sw-utils.h 90441369333ed97d53467cf899be5b2f7dcf1db4
> src/software-dbus/sw-utils.c 5be2773666890c07e36a46b53cd0ba22dd259257
>
> Diff: http://reviewboard-openlmi.rhcloud.com/r/1951/diff/
>
>
> Testing
> -------
>
>
> Thanks,
>
> Michal Minar
>
>
--- End Message ---
--- Begin Message ---
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/1950/
-----------------------------------------------------------
(Updated Aug. 13, 2014, 3:51 p.m.)
Review request for OpenLMI Developers.
Changes
-------
Unstealthed printf. Thanks for catch.
Repository: openlmi-providers
Description
-------
software-dbus: implemented create and delete methods in installed sw identity
Diffs (updated)
-----
src/software-dbus/sw-utils.c 5be2773666890c07e36a46b53cd0ba22dd259257
src/software-dbus/LMI_InstalledSoftwareIdentityProvider.c
40aac037210615030eca0d55ff3490f70cdd743d
src/libs/libopenlmi/openlmi.c bce65c902838a293d325dea2e4222bbf877d5d9f
Diff: http://reviewboard-openlmi.rhcloud.com/r/1950/diff/
Testing
-------
Thanks,
Peter Schiffer
--- End Message ---
--- Begin Message ---
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/1950/
-----------------------------------------------------------
(Updated Aug. 13, 2014, 3:52 p.m.)
Status
------
This change has been marked as submitted.
Review request for OpenLMI Developers.
Repository: openlmi-providers
Description
-------
software-dbus: implemented create and delete methods in installed sw identity
Diffs
-----
src/software-dbus/sw-utils.c 5be2773666890c07e36a46b53cd0ba22dd259257
src/software-dbus/LMI_InstalledSoftwareIdentityProvider.c
40aac037210615030eca0d55ff3490f70cdd743d
src/libs/libopenlmi/openlmi.c bce65c902838a293d325dea2e4222bbf877d5d9f
Diff: http://reviewboard-openlmi.rhcloud.com/r/1950/diff/
Testing
-------
Thanks,
Peter Schiffer
--- End Message ---
--- Begin Message ---
The Buildbot has detected a failed build on builder providers-rhel6 while
building providers.
Full details are available at:
http://openlmi-rnovacek.rhcloud.com/builders/providers-rhel6/builds/194
Buildbot URL: http://openlmi-rnovacek.rhcloud.com/
Buildslave for this Build: rhel6-slave
Build Reason: scheduler
Build Source Stamp: [branch master] 50c4ce0b57079807870c0e212216be4d7427d5a1
Blamelist: Peter Schiffer <[email protected]>
BUILD FAILED: failed python tests hardware tests account tests service tests
software tests run logicalfile scripts tests run account scripts tests selinux
check
sincerely,
-The Buildbot
--- End Message ---
--- Begin Message ---
The Buildbot has detected a failed build on builder providers-rhel7 while
building providers.
Full details are available at:
http://openlmi-rnovacek.rhcloud.com/builders/providers-rhel7/builds/801
Buildbot URL: http://openlmi-rnovacek.rhcloud.com/
Buildslave for this Build: rhel7-slave
Build Reason: scheduler
Build Source Stamp: [branch master] 50c4ce0b57079807870c0e212216be4d7427d5a1
Blamelist: Peter Schiffer <[email protected]>
BUILD FAILED: failed python tests journald tests account tests service-dbus
tests software tests selinux check
sincerely,
-The Buildbot
--- End Message ---
--- Begin Message ---
The Buildbot has detected a failed build on builder providers-rawhide while
building providers.
Full details are available at:
http://openlmi-rnovacek.rhcloud.com/builders/providers-rawhide/builds/801
Buildbot URL: http://openlmi-rnovacek.rhcloud.com/
Buildslave for this Build: rawhide-slave
Build Reason: scheduler
Build Source Stamp: [branch master] 50c4ce0b57079807870c0e212216be4d7427d5a1
Blamelist: Peter Schiffer <[email protected]>
BUILD FAILED: failed python tests journald tests account tests software tests
run logicalfile scripts tests selinux check
sincerely,
-The Buildbot
--- End Message ---
--- Begin Message ---
The Buildbot has detected a failed build on builder storage-rhel6 while
building OpenLMI.
Full details are available at:
http://openlmi-rnovacek.rhcloud.com/builders/storage-rhel6/builds/104
Buildbot URL: http://openlmi-rnovacek.rhcloud.com/
Buildslave for this Build: rhel6-slave
Build Reason: The Nightly scheduler named 'storage nightly' triggered this build
Build Source Stamp: [branch master] HEAD
Blamelist:
BUILD FAILED: failed rpmbuilder
sincerely,
-The Buildbot
--- End Message ---
--- Begin Message ---
The Buildbot has detected a failed build on builder providers-rhel6 while
building OpenLMI.
Full details are available at:
http://openlmi-rnovacek.rhcloud.com/builders/providers-rhel6/builds/195
Buildbot URL: http://openlmi-rnovacek.rhcloud.com/
Buildslave for this Build: rhel6-slave
Build Reason: The Nightly scheduler named 'providers nightly' triggered this
build
Build Source Stamp: [branch master] HEAD
Blamelist:
BUILD FAILED: failed python tests hardware tests account tests service tests
software tests run logicalfile scripts tests run account scripts tests selinux
check
sincerely,
-The Buildbot
--- End Message ---
--- Begin Message ---
The Buildbot has detected a failed build on builder networking-rhel6 while
building OpenLMI.
Full details are available at:
http://openlmi-rnovacek.rhcloud.com/builders/networking-rhel6/builds/121
Buildbot URL: http://openlmi-rnovacek.rhcloud.com/
Buildslave for this Build: rhel6-slave
Build Reason: The Nightly scheduler named 'networking nightly' triggered this
build
Build Source Stamp: [branch master] HEAD
Blamelist:
BUILD FAILED: failed networking tests run networking scripts tests selinux check
sincerely,
-The Buildbot
--- End Message ---
--- Begin Message ---
The Buildbot has detected a failed build on builder providers-rhel7stable while
building OpenLMI.
Full details are available at:
http://openlmi-rnovacek.rhcloud.com/builders/providers-rhel7stable/builds/181
Buildbot URL: http://openlmi-rnovacek.rhcloud.com/
Buildslave for this Build: rhel7stable-slave
Build Reason: The Nightly scheduler named 'providers stable nightly' triggered
this build
Build Source Stamp: [branch 0.4-fixes] HEAD
Blamelist:
BUILD FAILED: failed python tests journald tests hardware tests selinux check
sincerely,
-The Buildbot
--- End Message ---
--- Begin Message ---
The Buildbot has detected a failed build on builder storage-rawhide while
building OpenLMI.
Full details are available at:
http://openlmi-rnovacek.rhcloud.com/builders/storage-rawhide/builds/499
Buildbot URL: http://openlmi-rnovacek.rhcloud.com/
Buildslave for this Build: rawhide-slave
Build Reason: The Nightly scheduler named 'storage nightly' triggered this build
Build Source Stamp: [branch master] HEAD
Blamelist:
BUILD FAILED: failed storage tests run storage scripts tests selinux check
sincerely,
-The Buildbot
--- End Message ---
--- Begin Message ---
The Buildbot has detected a failed build on builder storage-rhel7 while
building OpenLMI.
Full details are available at:
http://openlmi-rnovacek.rhcloud.com/builders/storage-rhel7/builds/474
Buildbot URL: http://openlmi-rnovacek.rhcloud.com/
Buildslave for this Build: rhel7-slave
Build Reason: The Nightly scheduler named 'storage nightly' triggered this build
Build Source Stamp: [branch master] HEAD
Blamelist:
BUILD FAILED: failed run storage scripts tests selinux check
sincerely,
-The Buildbot
--- End Message ---
--- Begin Message ---
The Buildbot has detected a failed build on builder storage-rhel7stable while
building OpenLMI.
Full details are available at:
http://openlmi-rnovacek.rhcloud.com/builders/storage-rhel7stable/builds/187
Buildbot URL: http://openlmi-rnovacek.rhcloud.com/
Buildslave for this Build: rhel7stable-slave
Build Reason: The Nightly scheduler named 'storage stable nightly' triggered
this build
Build Source Stamp: [branch 0.7-fixes] HEAD
Blamelist:
BUILD FAILED: failed run storage scripts tests selinux check
sincerely,
-The Buildbot
--- End Message ---
--- Begin Message ---
The Buildbot has detected a failed build on builder providers-rhel7 while
building OpenLMI.
Full details are available at:
http://openlmi-rnovacek.rhcloud.com/builders/providers-rhel7/builds/802
Buildbot URL: http://openlmi-rnovacek.rhcloud.com/
Buildslave for this Build: rhel7-slave
Build Reason: The Nightly scheduler named 'providers nightly' triggered this
build
Build Source Stamp: [branch master] HEAD
Blamelist:
BUILD FAILED: failed python tests journald tests account tests service-dbus
tests software tests selinux check
sincerely,
-The Buildbot
--- End Message ---
--- Begin Message ---
The Buildbot has detected a passing build on builder networking-rhel7 while
building OpenLMI.
Full details are available at:
http://openlmi-rnovacek.rhcloud.com/builders/networking-rhel7/builds/467
Buildbot URL: http://openlmi-rnovacek.rhcloud.com/
Buildslave for this Build: rhel7-slave
Build Reason: The Nightly scheduler named 'networking nightly' triggered this
build
Build Source Stamp: [branch master] HEAD
Blamelist:
Build succeeded!
sincerely,
-The Buildbot
--- End Message ---
_______________________________________________
openlmi-reviews mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/openlmi-reviews
_______________________________________________
openlmi-devel mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/openlmi-devel