[yast-devel] Pending Pull Requests
This email is automatic generated from yast CI node. It lists of pull requests that have no activity more then three working days. If your module is listed, please check all pull request, why they are not merged yet. Pending requests in repository yast-add-on: - Handling in URLs (206 days) https://github.com/yast/yast-add-on/pull/28 Pending requests in repository yast-bootloader: - Fix mountby label (10 days) https://github.com/yast/yast-bootloader/pull/377 - [no merge] try codecov reports (125 days) https://github.com/yast/yast-bootloader/pull/355 Pending requests in repository yast-country: - Ensure ntp is installed (when Install Recommended Packages is off) (119 days) https://github.com/yast/yast-country/pull/55 Pending requests in repository yast-mail: - BNC#994317 yast2 mailserver does not preserve startup setting (90 days) https://github.com/yast/yast-mail/pull/22 Pending requests in repository yast-network: - [WIP] Refresh description (6 days) https://github.com/yast/yast-network/pull/463 - Improved adding routes (13 days) https://github.com/yast/yast-network/pull/458 Pending requests in repository yast-packager: - Added yast2-sw_single-wrapper to handle rpms in Plasma (41 days) https://github.com/yast/yast-packager/pull/195 - Added yast2-sw_single-wrapper to handle rpms in KDE (48 days) https://github.com/yast/yast-packager/pull/190 - Allow KDE to use packager for opening rpms (91 days) https://github.com/yast/yast-packager/pull/174 - Prioritize yast-packager for opening rpms (55 days) https://github.com/yast/yast-packager/pull/173 Pending requests in repository yast-pkg-bindings: - [WIP] Build ruby-lint definitions (145 days) https://github.com/yast/yast-pkg-bindings/pull/60 Pending requests in repository yast-rdp: - bnc#988353 RDP dialog displays error during installation (48 days) https://github.com/yast/yast-rdp/pull/4 Pending requests in repository yast-security: - refactoring autoconverted ruby code into ruby code (47 days) https://github.com/yast/yast-security/pull/40 Pending requests in repository yast-snapper: - [WIP] Added snapshot Class with strategy pattern. (173 days) https://github.com/yast/yast-snapper/pull/40 Pending requests in repository yast-sound: - [WIP] (L3) SP4 soundcard DB update (123 days) https://github.com/yast/yast-sound/pull/19 Pending requests in repository yast-storage: - Add option to disable swap creation (19 days) https://github.com/yast/yast-storage/pull/182 - Propose /boot for encrypted root on PowerPC (19 days) https://github.com/yast/yast-storage/pull/155 Pending requests in repository yast-yast2: - Add to fstab parser only optional ending line otherwise it can cause (14 days) https://github.com/yast/yast-yast2/pull/509 - [WIP] Build ruby-lint definitions (144 days) https://github.com/yast/yast-yast2/pull/480 Pending requests in repository yast-ruby-bindings: - [WIP] Build ruby-lint definitions (144 days) https://github.com/yast/yast-ruby-bindings/pull/170 Pending requests in repository yast-crowbar: - Cloud5 (217 days) https://github.com/yast/yast-crowbar/pull/47 Pending requests in repository yast-samba-client: - add checkbox for the net ads join --no-dns-updates switch (94 days) https://github.com/yast/yast-samba-client/pull/48 - update idmap config syntax (96 days) https://github.com/yast/yast-samba-client/pull/47 Pending requests in repository yast-rake: - Initial tab completetion implementation (147 days) https://github.com/yast/yast-rake/pull/32 - Added version:wbump task (159 days) https://github.com/yast/yast-rake/pull/31 Pending requests in repository skelcd-control-openSUSE: - Remove debug-non-oss and debug-update-non-oss (39 days) https://github.com/yast/skelcd-control-openSUSE/pull/60 Pending requests in repository yast-auth-server: - bnc#965311 - yast ldap-server-ssl-check does not handle ldaps only ldap+starttls works (173 days) https://github.com/yast/yast-auth-server/pull/25 - Drop ca mgm (306 days) https://github.com/yast/yast-auth-server/pull/21 Pending requests in repository autoyast-integration-test: - added leap42 with storage-ng (132 days) https://github.com/yast/autoyast-integration-test/pull/103 -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
Hi, Like in SLES11, for checking /starting / stopping service (Service::Status(service), Service::Start and Service::Stop), are there any similar funtions to check systemd status/stop/ start on SLES12. Regards, Suresh
On Tue, 22 Nov 2016 04:51:58 -0700 "Suresh K Hosamani" <SureshK.Hosamani@microfocus.com> wrote:
Hi,
Like in SLES11, for checking /starting / stopping service (Service::Status(service), Service::Start and Service::Stop), are there any similar funtions to check systemd status/stop/ start on SLES12. Regards, Suresh
Hi Surresh, I would like to point you to this module: https://github.com/yast/yast-yast2/blob/master/library/runlevel/src/modules/... it have some decend documentation. If you would like to use more OO approach, you can use methods in systemd which is also well documented: https://github.com/yast/yast-yast2/blob/master/library/systemd/src/modules/s... If you have any questions in for this module, ask here again. We try to answer and also improve documentation. Josef -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
Hi, Thanks for the information. On SLES12, Service.Status, Service.Start and other api's will work correctly as long as the service name is maintained as it is. Regards, Suresh
Josef Reidinger <jreidinger@suse.cz> 11/22/16 9:48 PM >>> On Tue, 22 Nov 2016 04:51:58 -0700 "Suresh K Hosamani" <SureshK.Hosamani@microfocus.com> wrote:
Hi,
Like in SLES11, for checking /starting / stopping service (Service::Status(service), Service::Start and Service::Stop), are there any similar funtions to check systemd status/stop/ start on SLES12. Regards, Suresh
Hi Surresh, I would like to point you to this module: https://github.com/yast/yast-yast2/blob/master/library/runlevel/src/modules/... it have some decend documentation. If you would like to use more OO approach, you can use methods in systemd which is also well documented: https://github.com/yast/yast-yast2/blob/master/library/systemd/src/modules/s... If you have any questions in for this module, ask here again. We try to answer and also improve documentation. Josef -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
participants (3)
-
Josef Reidinger
-
Suresh K Hosamani
-
yast-ci@opensuse.org