Send openlmi-reviews mailing list submissions to
openlmi-reviews(a)lists.fedorahosted.org
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
openlmi-reviews-request(a)lists.fedorahosted.org
You can reach the person managing the list at
openlmi-reviews-owner(a)lists.fedorahosted.org
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 1427: Use correct SystemName property value in
tests. (Jan Safranek)
2. Re: Review Request 1427: Use correct SystemName property
value in tests. (Radek Novacek)
3. Re: Review Request 1379: [4/4] service: Port tests to
lmishell base (=?utf-8?b?VG9tw6HFoSBCxb5hdGVr?=)
4. buildbot success in OpenLMI on networking-rawhide
(openlmiproject(a)gmail.com)
5. buildbot failure in OpenLMI on providers-rhel7
(openlmiproject(a)gmail.com)
6. buildbot failure in OpenLMI on providers-rawhide
(openlmiproject(a)gmail.com)
7. buildbot success in OpenLMI on networking-rawhide
(openlmiproject(a)gmail.com)
8. Re: Review Request 1427: Use correct SystemName property
value in tests. (Jan Safranek)
9. buildbot failure in OpenLMI on providers-rawhide
(openlmiproject(a)gmail.com)
10. buildbot failure in OpenLMI on providers-rhel7
(openlmiproject(a)gmail.com)
11. buildbot failure in OpenLMI on storage-rawhide
(openlmiproject(a)gmail.com)
12. buildbot failure in OpenLMI on storage-rhel7
(openlmiproject(a)gmail.com)
13. Review Request 1428: Prepare 0.7.1 release (Jan Safranek)
14. Re: Review Request 1428: Prepare 0.7.1 release (Radek Novacek)
15. Re: Review Request 1428: Prepare 0.7.1 release (Jan Safranek)
16. Review Request 1433: Prepare 0.4.2 release (Jan Safranek)
17. Review Request 1434: tests: Add missing import. (Jan Safranek)
18. Re: Review Request 1433: Prepare 0.4.2 release
(=?utf-8?b?VG9tw6HFoSBCxb5hdGVr?=)
19. buildbot failure in OpenLMI on storage-rawhide
(openlmiproject(a)gmail.com)
20. buildbot failure in OpenLMI on storage-rhel7
(openlmiproject(a)gmail.com)
21. Review Request 1435: Use re-entrant version of strerror() for
thread safety (=?utf-8?b?VG9tw6HFoSBCxb5hdGVr?=)
22. Re: Review Request 1435: Use re-entrant version of strerror()
for thread safety (scanbot)
23. Re: Review Request 1435: Use re-entrant version of strerror()
for thread safety (scanbot)
24. buildbot success in OpenLMI on networking-rhel7
(openlmiproject(a)gmail.com)
25. buildbot failure in OpenLMI on providers-rhel7
(openlmiproject(a)gmail.com)
26. buildbot failure in OpenLMI on storage-rhel7
(openlmiproject(a)gmail.com)
27. buildbot failure in OpenLMI on providers-rawhide
(openlmiproject(a)gmail.com)
28. buildbot failure in OpenLMI on storage-rawhide
(openlmiproject(a)gmail.com)
29. Review Request 1436: openlmi-networking [1/1] Bump to version
0.2.2 (Radek Novacek)
30. Re: Review Request 1436: openlmi-networking [1/1] Bump to
version 0.2.2 (Jan Safranek)
31. Re: Review Request 1435: Use re-entrant version of strerror()
for thread safety (Jan Safranek)
32. Re: Review Request 1433: Prepare 0.4.2 release (Jan Safranek)
33. Re: Review Request 1434: tests: Add missing import.
(Radek Novacek)
34. Re: Review Request 1434: tests: Add missing import.
(Jan Safranek)
35. Re: Review Request 1436: openlmi-networking [1/1] Bump to
version 0.2.2 (Radek Novacek)
36. buildbot failure in OpenLMI on providers-rhel7
(openlmiproject(a)gmail.com)
_______________________________________________
openlmi-reviews mailing list
openlmi-reviews(a)lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/openlmi-reviews
New versions of openlmi-providers, openlmi-storage and
openlmi-networking are now available.
These are just bugfix releases, fixing many issues we found during testing.
New in openlmi-providers 0.4.3:
* Soname of libopenlmiindmanager.so changes from .0 to .1 - we removed
couple of symbols we do not want to be used externally. Recompilation of
any 3rd party Indication Manager users is necessary.
* Fixed some of race conditions in Indication Manager.
* openlmi-mof-register is now able to re-register all registered
providers to newly installed CIMOM (both SFCB and Pegasus are supported).
* Many other bugfixes and small improvements. Refer to git log of
0.4-fixes branch for a complete list.
New in openlmi-storage 0.7.1:
* Removed unimplemented classes from MOF files.
* Few other bugfixes and small improvements. Refer to git log of
0.7-fixes branch for a complete list.
New in openlmi-networking 0.2.2:
* Few bugfixes and small improvements. Refer to git log of 0.2-fixes
branch for a complete list.
https://fedorahosted.org/released/openlmi-storage/openlmi-storage-0.7.1.tar…https://fedorahosted.org/released/openlmi-providers/openlmi-providers-0.4.2…https://fedorahosted.org/released/openlmi-networking/openlmi-networking-0.2…
Enjoy!
www.openlmi.org
I've noticed that we suggest our users that they should use the 'pegasus' user
for connection to pegasus, for example in the Quick Start Guide [1].
But the default pegasus configuration forbids non-privileged users to create
indication subscriptions. This affects the 'pegasus' user. When someone
connects to the pegasus using 'pegasus' user, he can't create any
subscription, unless it's explicitly allowed in the pegasus configuration:
(from man cimconfig):
enableSubscriptionsForNonprivilegedUsers
Description: If True, nonprivileged user of the system will be
allowed to create Indication Subscription, otherwise privileged access is
required.
Default Value: False
Dynamic: No
I think that this behavior is very confusing for our users, we should do one
of the following options:
1) stick with current way - user must change that option in order to create
subscription as 'pegasus' (or other non-root) user and document it,
2) allow 'pegasus' user to create indication subscriptions by default (don't
know if pegasus supports some kind of whitelisting of users),
3) mark 'pegasus' user as privileged (not sure if possible),
4) Turn option 'enableSubscriptionsForNonprivilegedUsers' on by default,
5) something else, suggestions welcomed.
I like the 2) most, but I'm not sure if it's possible to do it easily. Maybe
we should consult pegasus upstream why is it done this way.
What do you think?
FYI: I've enabled that config option on buildbot so our tests work.
Radek Novacek
[1] http://www.openlmi.org/QuickStart
Send openlmi-reviews mailing list submissions to
openlmi-reviews(a)lists.fedorahosted.org
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
openlmi-reviews-request(a)lists.fedorahosted.org
You can reach the person managing the list at
openlmi-reviews-owner(a)lists.fedorahosted.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of openlmi-reviews digest..."
Today's Topics:
1. Re: Review Request 1404: Let the test write to stderr.
(Jan Safranek)
2. Re: Review Request 1415: providers [1/2] software: test
improvements (Michal Minar)
3. Re: Review Request 1416: providers [2/2] software: fixed
possible deadlock in session manager (Michal Minar)
4. buildbot failure in OpenLMI on providers-rawhide
(openlmiproject(a)gmail.com)
5. buildbot failure in OpenLMI on providers-rhel7
(openlmiproject(a)gmail.com)
6. Review Request 1424: providers-doc [1/1] software: fix
example in documentation (Michal Minar)
7. Re: Review Request 1419: tools [2/6] nested shell
documentation into shell subdirectory (Michal Minar)
8. Re: Review Request 1420: tools [3/6] added meta-command
documentation (Michal Minar)
9. Review Request 1425: tools [2/6] merged documentations of
shell and meta-command (Michal Minar)
10. buildbot success in OpenLMI on networking-rhel7
(openlmiproject(a)gmail.com)
11. buildbot failure in OpenLMI on storage-rhel7
(openlmiproject(a)gmail.com)
12. buildbot failure in OpenLMI on providers-rhel7
(openlmiproject(a)gmail.com)
13. buildbot failure in OpenLMI on storage-rawhide
(openlmiproject(a)gmail.com)
14. buildbot failure in OpenLMI on providers-rawhide
(openlmiproject(a)gmail.com)
15. Re: Review Request 1424: providers-doc [1/1] software: fix
example in documentation (Radek Novacek)
16. Re: Review Request 1424: providers-doc [1/1] software: fix
example in documentation (Michal Minar)
17. buildbot failure in OpenLMI on providers-rawhide
(openlmiproject(a)gmail.com)
18. buildbot failure in OpenLMI on providers-rhel7
(openlmiproject(a)gmail.com)
19. Re: Review Request 1425: tools [2/6] merged documentations of
shell and meta-command (Jan Safranek)
20. Re: Review Request 1388: Add test to call all
EnumerateInstance{s, Names}, GetInstance, Associators and
References. (Jan Safranek)
21. Review Request 1426: Update test/README with current state.
(Jan Safranek)
22. buildbot failure in OpenLMI on storage-rawhide
(openlmiproject(a)gmail.com)
23. buildbot failure in OpenLMI on storage-rhel7
(openlmiproject(a)gmail.com)
24. Re: Review Request 1426: Update test/README with current
state. (Radek Novacek)
25. Re: Review Request 1426: Update test/README with current
state. (Jan Safranek)
26. buildbot failure in OpenLMI on storage-rawhide
(openlmiproject(a)gmail.com)
27. buildbot failure in OpenLMI on storage-rhel7
(openlmiproject(a)gmail.com)
_______________________________________________
openlmi-reviews mailing list
openlmi-reviews(a)lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/openlmi-reviews
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=================================================
#openlmi: OpenLMI Public IRC Meeting (2013-12-09)
=================================================
Meeting started by sgallagh at 14:00:21 UTC. The full logs are available
at
http://meetbot.fedoraproject.org/openlmi/2014-01-06/openlmi_public_irc_meet…
.
Meeting summary
- ---------------
* Meetings are recorded and will be posted on www.openlmi.org. Opinions
expressed do not necessarily reflect the reviews of the participant's
employer. (sgallagh, 14:00:34)
* Roll Call (sgallagh, 14:00:37)
* Happy New Year (sgallagh, 14:05:04)
* Progress on OpenLMI 1.0.1 (sgallagh, 14:06:10)
* LINK: https://fedorahosted.org/openlmi/ticket/193 (tsmetana,
14:08:50)
* LINK: https://fedorahosted.org/openlmi/ticket/183 (tsmetana,
14:08:52)
* LINK: https://fedorahosted.org/openlmi/ticket/198 (rnovacek,
14:18:35)
* OpenLMI 1.0.1 is code-complete for release. (sgallagh, 14:20:47)
* Bug Triage (sgallagh, 14:20:59)
* https://fedorahosted.org/openlmi/ticket/141 - [wiki] Incomplete howto
documentation - firewall setup (sgallagh, 14:27:10)
* Ticket should be closed. (sgallagh, 14:29:04)
* https://fedorahosted.org/openlmi/ticket/176 - Create X509v3
certificates for Pegasus (sgallagh, 14:29:25)
* Targeted for OpenLMI 1.1.0 (sgallagh, 14:31:27)
* https://fedorahosted.org/openlmi/ticket/56 - CIMOMs should find
present providers when installed (sgallagh, 14:31:46)
* LINK: https://bugzilla.redhat.com/show_bug.cgi?id=1041555
(sgallagh, 14:32:38)
* Targeted for OpenLMI 1.1.0 (sgallagh, 14:33:32)
* https://fedorahosted.org/openlmi/ticket/98 - What would the SELinux
team need to do to get SELinux to work in this environment.
(sgallagh, 14:34:02)
* Ticket will be split into multiple efforts. Ticket 98 should be used
for creating an enable/disable/permissive/query-state provider.
(sgallagh, 14:43:08)
* https://fedorahosted.org/openlmi/ticket/120 - Document how to
build/install/test openlmi (sgallagh, 14:43:28)
* Move to "wiki" milestone (sgallagh, 14:46:33)
* https://fedorahosted.org/openlmi/ticket/127 - [RFE] OpenLMI should
configure PAM stack to avoid remote attacks (sgallagh, 14:46:47)
* Targeted for OpenLMI 1.0.1 (sgallagh, 14:53:00)
* ACTION: sgallagh to submit patches today (sgallagh, 14:53:15)
* https://fedorahosted.org/openlmi/ticket/173 - dirname() is not thread
safe (sgallagh, 14:53:41)
* Targeted for OpenLMI 1.1.0 (sgallagh, 14:55:10)
* https://fedorahosted.org/openlmi/ticket/177 - lmiwbem client
(sgallagh, 14:55:25)
* Rewrite of pywbem in C is a blocker for OpenLMI 1.1.0 (sgallagh,
14:58:15)
* https://fedorahosted.org/openlmi/ticket/195 - LMIShell Scripts:
Networking (sgallagh, 14:58:29)
* Targeted at minor priority for OpenLMI 1.1.0, eligible to be further
deferred. (sgallagh, 15:12:30)
* https://fedorahosted.org/openlmi/ticket/99 - Hello World/Hello
Universe (sgallagh, 15:12:47)
* Targeted at Wiki Edits (sgallagh, 15:19:37)
* https://fedorahosted.org/openlmi/ticket/102 - Power Management
Scriptons (sgallagh, 15:19:53)
* This and ticket 196 targeted at "OpenLMI Scripts" milestone
(sgallagh, 15:20:55)
* https://fedorahosted.org/openlmi/ticket/157 - Investigate websocket
protocol for inidications (sgallagh, 15:21:13)
* Targeted at major for OpenLMI 1.1.0. Note that if it does not make
1.1.0, it is escalated to blocker for 1.2.0. (sgallagh, 15:29:30)
* Needed for integration with the Cockpit Project. (sgallagh,
15:29:45)
* https://fedorahosted.org/openlmi/ticket/172 - Structured Logging in
OpenPegasus (sgallagh, 15:29:57)
* Drop into the "Postponed" milestone. Patches welcome. (sgallagh,
15:31:37)
* https://fedorahosted.org/openlmi/ticket/178 - HelloWorld for
Indications (sgallagh, 15:31:50)
* LINK:
https://github.com/sgallagher/openlmi-demo/blob/master/lmishell_indication/…
(sgallagh, 15:32:23)
* Example script will be merged into the openlmi-tools repo and linked
from the documentation. Target at OpenLMI 1.0.1. (sgallagh,
15:36:31)
* https://fedorahosted.org/openlmi/ticket/188 - Documentation
Enhancement - define common conventions on relevant pages (sgallagh,
15:36:50)
* https://fedorahosted.org/openlmi/ticket/128 - Test with IPv6
(sgallagh, 15:43:05)
* Reassign to rhack to confirm that IPv6 testing is being done. Leave
in NEEDS_TRIAGE for now. (sgallagh, 15:47:17)
* https://fedorahosted.org/openlmi/ticket/84 - Add locale provider
(sgallagh, 15:47:30)
* Target at minor priority for 1.1.0 (sgallagh, 15:48:44)
* https://fedorahosted.org/openlmi/ticket/145 - [account] use static
filters (sgallagh, 15:48:58)
* Reassign to tbzatek, leave in NEEDS_TRIAGE for now (sgallagh,
15:53:55)
* https://fedorahosted.org/openlmi/ticket/150 - [account] clear
documentation (sgallagh, 15:54:12)
* Target documentation cleanups for 1.0.2 (sgallagh, 15:55:23)
* https://fedorahosted.org/openlmi/ticket/115 - Improve error handling
of broker functions (sgallagh, 15:55:35)
* Leave in NEEDS_TRIAGE (sgallagh, 16:00:02)
* ACTION: tsmetana to triage account provider and indication manager
tickets with tbzatek (sgallagh, 16:00:23)
* https://fedorahosted.org/openlmi/ticket/117 - Error when calling
Associators() on LMI_LocalFileSystem when networking providers are not
installed (sgallagh, 16:01:01)
* https://fedorahosted.org/openlmi/ticket/142 - journald provider TODO
list (sgallagh, 16:06:25)
* Leaving in NEEDS_TRIAGE for now. (sgallagh, 16:08:10)
* https://fedorahosted.org/openlmi/ticket/187 - openlmi-scripts
subpackages should be renamed (sgallagh, 16:08:29)
* Blocker for OpenLMI 1.1.0 (sgallagh, 16:09:40)
* https://fedorahosted.org/openlmi/ticket/174 - lmi commands returns 0
on error (sgallagh, 16:09:51)
* Targeted at OpenLMI 1.0.2. (sgallagh, 16:12:15)
* https://fedorahosted.org/openlmi/ticket/194 - LMI Metacommand: System
(sgallagh, 16:12:39)
* Targeted at "OpenLMI Scripts" milestone. Assign to pschiffe
(sgallagh, 16:13:19)
* https://fedorahosted.org/openlmi/ticket/197 - LMIShell Scripts: User
(sgallagh, 16:13:35)
* Targeted at "OpenLMI Scripts" milestone. Assign to tbzatek
(sgallagh, 16:14:22)
* https://fedorahosted.org/openlmi/ticket/114 - Support instantiable
services (sgallagh, 16:14:35)
* Leaving in NEEDS_TRIAGE, pending input from tbzatek (sgallagh,
16:17:26)
* https://fedorahosted.org/openlmi/ticket/159 - Error getting
Linux_ComputerSystem.associators (sgallagh, 16:17:39)
* Targeted at OpenLMI 1.0.2 (sgallagh, 16:20:17)
* https://fedorahosted.org/openlmi/ticket/39 - List available updates
(sgallagh, 16:20:40)
* Targeted at OpenLMI 1.1.0 (sgallagh, 16:21:33)
* https://fedorahosted.org/openlmi/ticket/175 - [Docs] missing
c.root.cimv2 in one example (sgallagh, 16:21:54)
* Targeted for OpenLMI 1.0.2 at trivial (sgallagh, 16:22:26)
* https://fedorahosted.org/openlmi/ticket/119 - [Doc] Confusing README
in test/ (sgallagh, 16:22:35)
* Targeted for OpenLMI 1.0.2 at minor (sgallagh, 16:23:25)
* https://fedorahosted.org/openlmi/ticket/66 - RFE: create swap
(sgallagh, 16:23:42)
* Targeted for OpenLMI 1.1.0 at minor (sgallagh, 16:25:38)
* https://fedorahosted.org/openlmi/ticket/67 - RFE: create PReP Boot and
BIOS boot partitions (sgallagh, 16:25:54)
* Targeted for OpenLMI 1.1.0 at minor (sgallagh, 16:26:23)
* https://fedorahosted.org/openlmi/ticket/82 - RFE: SCSI scan
(sgallagh, 16:26:34)
* Targeted for OpenLMI 1.1.0 at major (sgallagh, 16:27:04)
* https://fedorahosted.org/openlmi/ticket/103 - LMI_StorageJob should
provide a DeviceID as output data (sgallagh, 16:27:16)
* Believed to be already implemented. Targeting at OpenLMI 1.0.1 to
verify and close. (sgallagh, 16:29:11)
* https://fedorahosted.org/openlmi/ticket/179 - Documentation for
lmishell indications needs more detail on unique listener names
(sgallagh, 16:29:25)
* Closed and submitted in OpenLMI 1.0.1 (sgallagh, 16:30:00)
* Same for 180 (sgallagh, 16:30:15)
* https://fedorahosted.org/openlmi/ticket/184 - LMIShell Registering an
indication twice fails (sgallagh, 16:30:34)
* Backport from master to stable branch needed. Targeting as a blocker
to OpenLMI 1.0.1. (sgallagh, 16:32:12)
* Other Items (sgallagh, 16:33:41)
* Future public IRC meetings will include (shorter) triage sessions
(sgallagh, 16:33:53)
* Open Floor (sgallagh, 16:34:10)
Meeting ended at 16:36:18 UTC.
Action Items
- ------------
* sgallagh to submit patches today
* tsmetana to triage account provider and indication manager tickets
with tbzatek
Action Items, by person
- -----------------------
* sgallagh
* sgallagh to submit patches today
* tsmetana
* tsmetana to triage account provider and indication manager tickets
with tbzatek
* **UNASSIGNED**
* (none)
People Present (lines said)
- ---------------------------
* sgallagh (273)
* tsmetana (89)
* jsafrane (32)
* rdoty (19)
* rnovacek (15)
* zodbot (11)
* miminar (3)
Generated by `MeetBot`_ 0.1.4
.. _`MeetBot`: http://wiki.debian.org/MeetBot
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iEYEARECAAYFAlLK3DQACgkQeiVVYja6o6NwGgCeJxqbtqgFraJL+SmRP0NPOqVI
TcsAn1vvMfkWpigw5MGaDgnpwiEePMRc
=OuXl
-----END PGP SIGNATURE-----
The following meeting has been modified:
Subject: OpenLMI Weekly Public IRC Meeting
Organizer: "Stephen Gallagher" <sgallagh(a)redhat.com>
Location: #openlmi on irc.freenode.net
Time: 9:00:00 AM - 10:00:00 AM GMT -05:00 US/Canada Eastern [MODIFIED]
Recurrence : Every 1 week(s) on No end date Effective Oct 21, 2013
Invitees: openlmi-devel(a)lists.fedorahosted.org; jsafrane(a)redhat.com; brennand(a)us.ibm.com; rdoty(a)redhat.com; jsynacek(a)redhat.com
*~*~*~*~*~*~*~*~*~*
The OpenLMI project will have a weekly public meeting to discuss ongoing work and plans for future enhancements. The public is welcome and encouraged to participate.
Update 2013-11-25: Some people were confused about the timing of the meeting following DST changes. Hopefully this update will clear things up.
Update 2013-01-06: Holiday hiatus is over, we're resuming these weekly meetings today. We hope you can join us!
Hi,
I have chosen an OpenLMI topic for my diploma thesis [1]. The goal of
this thesis is to create an OpenLMI provider that would bring remote
control over SSSD [2].
So far I have started by creating a simple provider, that provides one
class called LMI_Test, with string field called Value. I'd like to
provide getter and setter for Value, but I can't find a way how to
change internal state of LMI_Test via a method call. Is it even
possible/recommended? Or are methods supposed to manipulate with the
object just in read-only manner? Can you give me some guidance please?
You can find the provider in my repository (branch wip):
git://fedorapeople.org/home/fedora/pbrezina/public_git/openlmi_test.git
Thank you.
Regards,
Pavel Březina.
[1]
https://thesis-managementsystem.rhcloud.com/topic/show/10/create-openlmi-pr…
[2] https://fedorahosted.org/sssd
Send openlmi-reviews mailing list submissions to
openlmi-reviews(a)lists.fedorahosted.org
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
openlmi-reviews-request(a)lists.fedorahosted.org
You can reach the person managing the list at
openlmi-reviews-owner(a)lists.fedorahosted.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of openlmi-reviews digest..."
Today's Topics:
1. buildbot failure in OpenLMI on providers-rawhide
(openlmiproject(a)gmail.com)
2. buildbot failure in OpenLMI on providers-rhel7
(openlmiproject(a)gmail.com)
3. buildbot failure in OpenLMI on storage-rawhide
(openlmiproject(a)gmail.com)
4. buildbot success in OpenLMI on networking-rawhide
(openlmiproject(a)gmail.com)
5. buildbot failure in OpenLMI on storage-rhel7
(openlmiproject(a)gmail.com)
6. buildbot failure in OpenLMI on networking-rhel7
(openlmiproject(a)gmail.com)
_______________________________________________
openlmi-reviews mailing list
openlmi-reviews(a)lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/openlmi-reviews
Send openlmi-reviews mailing list submissions to
openlmi-reviews(a)lists.fedorahosted.org
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
openlmi-reviews-request(a)lists.fedorahosted.org
You can reach the person managing the list at
openlmi-reviews-owner(a)lists.fedorahosted.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of openlmi-reviews digest..."
Today's Topics:
1. buildbot failure in OpenLMI on providers-rawhide
(openlmiproject(a)gmail.com)
2. buildbot failure in OpenLMI on storage-rhel7
(openlmiproject(a)gmail.com)
3. buildbot failure in OpenLMI on storage-rawhide
(openlmiproject(a)gmail.com)
4. Re: Review Request 1376: [1/4] Port indication test base to
lmishell (=?utf-8?b?VG9tw6HFoSBCxb5hdGVr?=)
5. Re: Review Request 1377: [2/4] account: Port tests to
lmishell base (=?utf-8?b?VG9tw6HFoSBCxb5hdGVr?=)
6. Re: Review Request 1378: [3/4] journald: Port tests to
lmishell base (=?utf-8?b?VG9tw6HFoSBCxb5hdGVr?=)
7. buildbot failure in OpenLMI on providers-rhel7
(openlmiproject(a)gmail.com)
8. buildbot failure in OpenLMI on providers-rhel7
(openlmiproject(a)gmail.com)
9. buildbot failure in OpenLMI on providers-rawhide
(openlmiproject(a)gmail.com)
10. buildbot failure in OpenLMI on providers-rawhide
(openlmiproject(a)gmail.com)
11. Re: Review Request 1225: [1/1] Account: Added first upstream
test for account from QA (=?utf-8?b?VG9tw6HFoSBCxb5hdGVr?=)
12. buildbot success in OpenLMI on networking-rhel7
(openlmiproject(a)gmail.com)
13. buildbot failure in OpenLMI on providers-rhel7
(openlmiproject(a)gmail.com)
14. buildbot failure in OpenLMI on storage-rhel7
(openlmiproject(a)gmail.com)
15. buildbot failure in OpenLMI on providers-rawhide
(openlmiproject(a)gmail.com)
16. buildbot failure in OpenLMI on storage-rawhide
(openlmiproject(a)gmail.com)
_______________________________________________
openlmi-reviews mailing list
openlmi-reviews(a)lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/openlmi-reviews