Branch: refs/heads/master
Home: https://github.com/yast/yast-installation
Commit: 6675fbc45d9ef80497e3f393214d83e21d8b7b4a
https://github.com/yast/yast-installation/commit/6675fbc45d9ef80497e3f39321…
Author: hellcp <hellcp(a)opensuse.org>
Date: 2018-11-24 (Sat, 24 Nov 2018)
Changed paths:
M package/yast2-installation.changes
M package/yast2-installation.spec
A src/desktop/installation.desktop
A src/icons/hicolor/scalable/apps/yast-installation.svg
A src/icons/hicolor/scalable/apps/yast-release-notes.svg
A src/icons/hicolor/symbolic/apps/yast-installation-symbolic.svg
A src/icons/hicolor/symbolic/apps/yast-release-notes-symbolic.svg
M src/include/installation/inst_inc_all.rb
M src/include/installation/inst_inc_second.rb
M src/lib/installation/clients/inst_congratulate.rb
M src/lib/installation/clients/inst_deploy_image.rb
M src/lib/installation/clients/inst_disks_activate.rb
M src/lib/installation/clients/inst_finish.rb
M src/lib/installation/clients/inst_initialization.rb
M src/lib/installation/clients/inst_installation_options.rb
M src/lib/installation/clients/inst_keyboard_root_password.rb
M src/lib/installation/clients/inst_network_check.rb
M src/lib/installation/clients/inst_release_notes.rb
M src/lib/installation/clients/inst_scenarios.rb
M src/lib/installation/clients/inst_system_analysis.rb
M src/lib/installation/clients/inst_upgrade_urls.rb
M src/lib/installation/clients/installation.rb
M src/lib/installation/proposal_runner.rb
M src/lib/installation/proposal_store.rb
Log Message:
-----------
Provide icon with module (boo#1109310)
Commit: 990e734e8ea82a77ab5eee4c0b86b82ed8edd14f
https://github.com/yast/yast-installation/commit/990e734e8ea82a77ab5eee4c0b…
Author: hellcp <hellcp(a)opensuse.org>
Date: 2018-11-25 (Sun, 25 Nov 2018)
Changed paths:
M src/icons/hicolor/scalable/apps/yast-installation.svg
M src/icons/hicolor/scalable/apps/yast-release-notes.svg
Log Message:
-----------
Scour icons
Commit: 2e2c16f6f4b6a93c302bf304292cd1266847226a
https://github.com/yast/yast-installation/commit/2e2c16f6f4b6a93c302bf30429…
Author: hellcp <hellcp(a)opensuse.org>
Date: 2018-11-25 (Sun, 25 Nov 2018)
Changed paths:
A src/desktop/upgrade.desktop
M src/icons/hicolor/scalable/apps/yast-installation.svg
A src/icons/hicolor/scalable/apps/yast-upgrade.svg
M src/icons/hicolor/symbolic/apps/yast-installation-symbolic.svg
A src/icons/hicolor/symbolic/apps/yast-upgrade-symbolic.svg
M src/lib/installation/clients/installation.rb
Log Message:
-----------
Add upgrade icon
Commit: a51f73b1833fa3c65de7701800c87777558915ea
https://github.com/yast/yast-installation/commit/a51f73b1833fa3c65de7701800…
Author: hellcp <hellcp(a)opensuse.org>
Date: 2018-11-28 (Wed, 28 Nov 2018)
Changed paths:
M package/yast2-installation.spec
Log Message:
-----------
Use devtools
Commit: 658cbf97a12b55cb2225fd01ab96540e3b83dcdf
https://github.com/yast/yast-installation/commit/658cbf97a12b55cb2225fd01ab…
Author: hellcp <hellcp(a)opensuse.org>
Date: 2018-11-29 (Thu, 29 Nov 2018)
Changed paths:
M src/desktop/installation.desktop
M src/desktop/upgrade.desktop
Log Message:
-----------
Fix desktop files
Commit: 8eef81a0a08713d75597a303cc7562b9ad8f35d2
https://github.com/yast/yast-installation/commit/8eef81a0a08713d75597a303cc…
Author: hellcp <hellcp(a)opensuse.org>
Date: 2018-11-29 (Thu, 29 Nov 2018)
Changed paths:
M src/desktop/installation.desktop
M src/desktop/upgrade.desktop
Log Message:
-----------
Add genericname
Commit: 0f61f3219a1e61e82bcda2d0e5c7084785a2ba15
https://github.com/yast/yast-installation/commit/0f61f3219a1e61e82bcda2d0e5…
Author: Ladislav Slezák <lslezak(a)suse.cz>
Date: 2018-11-29 (Thu, 29 Nov 2018)
Changed paths:
M package/yast2-installation.changes
M package/yast2-installation.spec
A src/desktop/installation.desktop
A src/desktop/upgrade.desktop
A src/icons/hicolor/scalable/apps/yast-installation.svg
A src/icons/hicolor/scalable/apps/yast-release-notes.svg
A src/icons/hicolor/scalable/apps/yast-upgrade.svg
A src/icons/hicolor/symbolic/apps/yast-installation-symbolic.svg
A src/icons/hicolor/symbolic/apps/yast-release-notes-symbolic.svg
A src/icons/hicolor/symbolic/apps/yast-upgrade-symbolic.svg
M src/include/installation/inst_inc_all.rb
M src/include/installation/inst_inc_second.rb
M src/lib/installation/clients/inst_congratulate.rb
M src/lib/installation/clients/inst_deploy_image.rb
M src/lib/installation/clients/inst_disks_activate.rb
M src/lib/installation/clients/inst_finish.rb
M src/lib/installation/clients/inst_initialization.rb
M src/lib/installation/clients/inst_installation_options.rb
M src/lib/installation/clients/inst_keyboard_root_password.rb
M src/lib/installation/clients/inst_network_check.rb
M src/lib/installation/clients/inst_release_notes.rb
M src/lib/installation/clients/inst_scenarios.rb
M src/lib/installation/clients/inst_system_analysis.rb
M src/lib/installation/clients/inst_upgrade_urls.rb
M src/lib/installation/clients/installation.rb
M src/lib/installation/proposal_runner.rb
M src/lib/installation/proposal_store.rb
Log Message:
-----------
Merge pull request #765 from hellcp/master
Compare: https://github.com/yast/yast-installation/compare/ee89aab1fe77...0f61f3219a…
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
See <https://ci.suse.de/job/yast-yast-services-manager-master/18/display/redirec…>
Changes:
[noahadvs] Provide icon with module
[noahadvs] Add version to changes
[noahadvs] Use devtools
------------------------------------------
[...truncated 65.03 KB...]
[ 7s] and was set to be started on boot
[ 7s] exports the service as enable
[ 7s] and was set to be started on demand
[ 7s] exports the service to be started on demand
[ 7s] and was disabled by user but also proposed to be enabled
[ 7s] exports the service as both, enabled and disabled
[ 7s] #enable
[ 7s] sets the service as enabled
[ 7s] #disable
[ 7s] sets the service as disable
[ 7s] #import
[ 7s] sets the start mode for the given services
[ 7s] returns true
[ 7s] when an unknown service is specified
[ 7s] logs an error
[ 7s] returns false
[ 7s] when an invalid start mode is specified
[ 7s] logs an error
[ 7s] returns false
[ 7s] #save
[ 7s] saves and resets changed services
[ 7s] does not refresh services
[ 7s] when a service registers an error
[ 7s] returns false
[ 7s] on 1st stage
[ 7s] refresh services before saving them
[ 7s] saves all services not modifying the current status
[ 7s] on autoinstallation or autoupgrade
[ 7s] refresh services before saving them
[ 7s] when no service is changed
[ 7s] returns true
[ 7s] #errors
[ 7s] returns the list of service errors
[ 7s] when save has not been called
[ 7s] returns an empty array
[ 7s] #switch
[ 7s] when the service is active
[ 7s] deactivates the service
[ 7s] returns true
[ 7s] when the service is inactive
[ 7s] activates the service
[ 7s] returns true
[ 7s] when the service does not exist
[ 7s] returns false
[ 7s] #start_mode
[ 7s] returns service start mode
[ 7s] when the service does not exist
[ 7s] returns false
[ 7s] #set_start_mode
[ 7s] sets service start mode
[ 7s] when the service does not exist
[ 7s] returns false
[ 7s] #state
[ 7s] returns the service state
[ 7s] if the service is not found
[ 7s] returns false
[ 7s] #substate
[ 7s] returns the service substate
[ 7s] if the service is not found
[ 7s] returns false
[ 7s] #description
[ 7s] returns the service description
[ 7s] if the service is not found
[ 7s] returns false
[ 7s] #modified
[ 7s] when it has been marked as modified
[ 7s] returns true
[ 7s] when a service has been changed
[ 7s] returns true
[ 7s] when it has not been marked as modified or no service has been changed
[ 7s] returns false
[ 7s] #changes_summary
[ 7s] when no services were changed
[ 7s] returns an empty text
[ 7s] when some services were started
[ 7s] contains the summary for the started services
[ 7s] when no services were started
[ 7s] does not contain the summary for the started services
[ 7s] when some services were stopped
[ 7s] contains the summary for the stopped services
[ 7s] when no services were stopped
[ 7s] does not contain the summary for the stopped services
[ 7s] when some services were configured to start on boot
[ 7s] contains the summary for the services configured to start on boot
[ 7s] when no services were configured to start on boot
[ 7s] does not contain the summary for the services configured to start on boot
[ 7s] when some services were configured to start on demand
[ 7s] contains the summary for the services configured to start on boot
[ 7s] when no services were configured to start on demand
[ 7s] does not contain the summary for the services configured to start on demand
[ 7s] when some services were configured to start manually
[ 7s] contains the summary for the services configured to manually
[ 7s] when no services were configured to start manually
[ 7s] does not contain the summary for the services configured to start manually
[ 7s]
[ 7s] #<Yast::ServicesManagerClass:0x00000000013ce280>
[ 7s] .errors
[ 7s] delegates errors to ServiceManagerService
[ 7s] #export
[ 7s] exports systemd target and services
[ 7s] #import
[ 7s] when using AutoYast profile written in SLE 11 format
[ 7s] imports data for systemd target and services
[ 7s] imports data for systemd target runlevel 3
[ 7s] imports data for systemd target runlevel 5
[ 7s] when using AutoYast profile written in pre-SLE 12 format
[ 7s] imports data for systemd target and services
[ 7s] imports data for systemd target multi-user
[ 7s] imports data for systemd target graphical
[ 7s] when using AutoYast profile without any default_target entry
[ 7s] setting to multi-user if X11 is not available
[ 7s] setting to graphical if X11 is available
[ 7s] when configuration hasn't been cloned/modified
[ 7s] returns information that it hasn't been configured yet
[ 7s] when configuration has been cloned/modified
[ 7s] returns HTML-formatted autoyast summary with HTML-escaped values
[ 7s] #read
[ 7s] reads services and targets
[ 7s] returns nil
[ 7s] #reset
[ 7s] reads services and targets
[ 7s] returns nil
[ 7s] #changes_summary
[ 7s] contains the summary of changes for the default target
[ 7s] contains the summary of changes for the services
[ 7s] when there are no changes
[ 7s] returns an empty text
[ 7s]
[ 7s] Global public API
[ 7s] has available methods for both target and services
[ 7s]
[ 7s] Yast::ServicesManagerTargetClass
[ 7s] #default_target
[ 7s] when the default target has not been set yet
[ 7s] returns the default target in the system
[ 7s] when the default target has been set
[ 7s] returns the new default target
[ 7s] #targets
[ 7s] returns the list of all possible targets
[ 7s] does not include targets that does not allow isolate
[ 7s] does not include targets that belongs to the black list
[ 7s] when running in 'initial' stage
[ 7s] returns an empty list
[ 7s] #save
[ 7s] when the default target has not been changed
[ 7s] does not perform changes in the underlying system
[ 7s] when the default target has been changed
[ 7s] saves the changes in the underlying system
[ 7s] #reset
[ 7s] sets the default target according to value in the system
[ 7s] #modified?
[ 7s] when the default target has not been changed
[ 7s] returns false
[ 7s] when the default target has been changed
[ 7s] returns true
[ 7s] #modified=
[ 7s] when is set to true
[ 7s] sets the module as modified
[ 7s] when is set to false
[ 7s] sets the module as 'not modified'
[ 7s] but the default target has been changed
[ 7s] does not set the module as 'not modified'
[ 7s] #changes_summary
[ 7s] when the default target has not been changed
[ 7s] returns an empty text
[ 7s] when the default target has been changed
[ 7s] returns a summary describing the change
[ 7s]
[ 7s] Yast::ServicesManagerTargetClass::BaseTargets
[ 7s] #localize
[ 7s] when target is known
[ 7s] localizes the target
[ 7s] when target is unknown
[ 7s] returns the given target unlocalized
[ 7s]
[ 7s] Yast::ServicesManagerProfile
[ 7s] legacy runlevel autoyast profile
[ 7s] returns profile object with services collection
[ 7s] provides the original data from autoyast
[ 7s] provides collection of services to be started on boot
[ 7s] provides collection of services to be disabled
[ 7s] ignores YaST services
[ 7s] provides default target
[ 7s] simplified services profile
[ 7s] returns profile object that provides services collection
[ 7s] provides the original data from autoyast
[ 7s] provides collection of services to be started on boot
[ 7s] provides default target
[ 7s] extended services autoyast profile
[ 7s] #autoyast_profile
[ 7s] returns the original data from autoyast
[ 7s] #services
[ 7s] returns profile object that provides services collection
[ 7s] when a list of services to disable is given
[ 7s] returns the list of services configured to be disabled
[ 7s] when a list of services to be started on boot is given
[ 7s] returns the list of services configured to be started on boot
[ 7s] when a list of services to be started on-demand is given
[ 7s] returns the list of services configured to be started on-demand
[ 7s] #target
[ 7s] returns the default target
[ 7s] missing services and target entries in profile
[ 7s] provides not target information
[ 7s] provides empty list of services
[ 7s] wrong services entries in profile
[ 7s] provides empty list of services
[ 7s]
[ 7s] Finished in 1.39 seconds (files took 0.45327 seconds to load)
[ 7s] 208 examples, 0 failures
[ 7s]
[ 7s] + exit 0
[ 7s] Processing files: yast2-services-manager-4.1.9-1.noarch
[ 7s] error: File must begin with "/": %{yast_icondir}
[ 7s] Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.hZXSKR
[ 7s] + umask 022
[ 7s] + cd /home/abuild/rpmbuild/BUILD
[ 7s] + cd yast2-services-manager-4.1.9
[ 7s] + LICENSEDIR=/home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.1.9-1.x86_64/usr/share/licenses/yast2-services-manager
[ 7s] + export LC_ALL=C
[ 7s] + LC_ALL=C
[ 7s] + export LICENSEDIR
[ 7s] + /usr/bin/mkdir -p /home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.1.9-1.x86_64/usr/share/licenses/yast2-services-manager
[ 7s] + cp -pr COPYING /home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.1.9-1.x86_64/usr/share/licenses/yast2-services-manager
[ 7s] + exit 0
[ 7s]
[ 7s]
[ 7s] RPM build errors:
[ 7s] File must begin with "/": %{yast_icondir}
[ 7s]
[ 7s] vm-yast-ci-worker failed "build yast2-services-manager.spec" at Wed Nov 28 16:14:15 UTC 2018.
[ 7s]
The buildroot was: /var/tmp/build-root-SUSE_SLE-15-SP1_GA
rm -rf Devel:YaST:Head
rake aborted!
Command failed with status (1): [yes | osc -A 'https://api.suse.de/' build ...]
Tasks: TOP => osc:sr => osc:commit => osc:build
(See full trace by running task with --trace)
cleaning
Result: PID 24219 exited with value 1
Scanning for a pull request...
Found pull request #181
Adding comment ":x: Internal Jenkins [job #18](https://ci.suse.de/job/yast-yast-services-manager-master/18/) failed"
to pull request https://github.com/yast/yast-services-manager/pull/181
Sending Net::HTTP::Post request to https://api.github.com/repos/yast/yast-services-manager/issues/181/comments... OK
Success
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user noahadvs(a)gmail.com
See <http://ci.opensuse.org/job/yast-yast-services-manager-master/18/display/red…>
Changes:
[noahadvs] Provide icon with module
[noahadvs] Add version to changes
[noahadvs] Use devtools
------------------------------------------
[...truncated 62.82 KB...]
[ 8s] returns a Yast::Term
[ 8s] when the service is active
[ 8s] uses 'Stop' label
[ 8s] when the service is not active
[ 8s] uses 'Start' label
[ 8s]
[ 8s] Y2ServicesManager::Widgets::ServicesTable
[ 8s] #widget
[ 8s] returns a Yast::Term
[ 8s] #selected_service
[ 8s] returns the selected service object
[ 8s] #help
[ 8s] returns the help text
[ 8s]
[ 8s] Y2ServicesManager::Widgets::StartModeButton
[ 8s] #widget
[ 8s] returns a Yast::Term
[ 8s] allows to select a star mode
[ 8s] when the service does not support to start on demand
[ 8s] does not show 'On demand' option
[ 8s] when the service supports to start on demand
[ 8s] shows 'On demand' option
[ 8s] .all_start_modes
[ 8s] returns all possible start modes
[ 8s]
[ 8s] Y2ServicesManager::Widgets::ShowDetailsButton
[ 8s] #widget
[ 8s] returns a Yast::Term
[ 8s]
[ 8s] Y2ServicesManager::Widgets::TargetSelector
[ 8s] #widget
[ 8s] returns a Yast::Term
[ 8s] offers all possible targets
[ 8s]
[ 8s] Yast::ServicesManagerProfile
[ 8s] legacy runlevel autoyast profile
[ 8s] returns profile object with services collection
[ 8s] provides the original data from autoyast
[ 8s] provides collection of services to be started on boot
[ 8s] provides collection of services to be disabled
[ 8s] ignores YaST services
[ 8s] provides default target
[ 8s] simplified services profile
[ 8s] returns profile object that provides services collection
[ 8s] provides the original data from autoyast
[ 8s] provides collection of services to be started on boot
[ 8s] provides default target
[ 8s] extended services autoyast profile
[ 8s] #autoyast_profile
[ 8s] returns the original data from autoyast
[ 8s] #services
[ 8s] returns profile object that provides services collection
[ 8s] when a list of services to disable is given
[ 8s] returns the list of services configured to be disabled
[ 8s] when a list of services to be started on boot is given
[ 8s] returns the list of services configured to be started on boot
[ 8s] when a list of services to be started on-demand is given
[ 8s] returns the list of services configured to be started on-demand
[ 8s] #target
[ 8s] returns the default target
[ 8s] missing services and target entries in profile
[ 8s] provides not target information
[ 8s] provides empty list of services
[ 8s] wrong services entries in profile
[ 8s] provides empty list of services
[ 8s]
[ 8s] Y2ServicesManager::Clients::Auto
[ 8s] #change
[ 8s] runs services-manager client
[ 8s] returns the value from the services-manager client
[ 8s] #summary
[ 8s] returns the AutoYaST summary
[ 8s] #import
[ 8s] imports the profile
[ 8s] #export
[ 8s] exports the services information for the AutoYaST profile
[ 8s] #read
[ 8s] runs system services information
[ 8s] #write
[ 8s] runs services manager finish client
[ 8s] returns the value from the finish client
[ 8s] #reset
[ 8s] resets the services information
[ 8s] #packages
[ 8s] returns an empty hash (no packages to install)
[ 8s] #modified?
[ 8s] when the services information was modified
[ 8s] returns true
[ 8s] when the services information was modified
[ 8s] returns false
[ 8s]
[ 8s] Y2ServicesManager::Clients::ServicesManager
[ 8s] #run
[ 8s] runs the Services Manager dialog
[ 8s] when yast2-journal is installed
[ 8s] runs the dialog with a button to show the logs
[ 8s] when yast2-journal is not installed
[ 8s] runs the dialog without a button to show the logs
[ 8s] when running in config mode
[ 8s] runs the dialog without a button to start/stop services
[ 8s] runs the dialog without a button to apply changes
[ 8s]
[ 8s] Y2ServicesManager::Dialogs::ServicesManager
[ 8s] #run
[ 8s] when logs button should not be shown
[ 8s] does not offer a button to show logs
[ 8s] when logs button should be shown
[ 8s] offers a button to show logs
[ 8s] when start/stop button should be shown
[ 8s] offers a button to start/stop services
[ 8s] when start/stop button should not be shown
[ 8s] does not offer a button to start/stop services
[ 8s] when apply button should be shown
[ 8s] offers a button to apply changes
[ 8s] and there are no changes yet
[ 8s] disables the 'Apply' button
[ 8s] when apply button should not be shown
[ 8s] does not offer a button to apply changes
[ 8s] when user selects 'Cancel' button
[ 8s] shows a confirmation popup
[ 9s] closes the dialog
[ 9s] returns false
[ 9s] when user selects 'OK' button
[ 9s] shows a confirmation popup with a summary of changes
[ 9s] tries to apply all changes
[ 9s] and all changes are correctly applied
[ 9s] closes the dialog
[ 9s] returns true
[ 9s] and some changes cannot be applied
[ 9s] asks whether to continue editing
[ 9s] and user wants to continue editing
[ 9s] refreshes the services list
[ 9s] and user does not want to continue editing
[ 9s] closes the dialog
[ 9s] returns false
[ 9s] when user selects 'Apply' button
[ 9s] shows a confirmation popup with a summary of changes
[ 9s] tries to apply all changes
[ 9s] and all changes are correctly applied
[ 9s] refreshes the services list
[ 9s] and some changes cannot be applied
[ 9s] asks whether to continue editing
[ 9s] and user wants to continue editing
[ 9s] refreshes the services list
[ 9s] and user does not want to continue editing
[ 10s] closes the dialog
[ 10s] returns false
[ 10s] when user selects 'Show Log' button
[ 10s] shows the systemd journal entries for the selected service
[ 10s] when user selects 'Help' button
[ 10s] shows a popup with the help
[ 10s]
[ 10s] Yast::ServicesManagerTargetClass
[ 10s] #default_target
[ 10s] when the default target has not been set yet
[ 10s] returns the default target in the system
[ 10s] when the default target has been set
[ 10s] returns the new default target
[ 10s] #targets
[ 10s] returns the list of all possible targets
[ 10s] does not include targets that does not allow isolate
[ 10s] does not include targets that belongs to the black list
[ 10s] when running in 'initial' stage
[ 10s] returns an empty list
[ 10s] #save
[ 10s] when the default target has not been changed
[ 10s] does not perform changes in the underlying system
[ 10s] when the default target has been changed
[ 10s] saves the changes in the underlying system
[ 10s] #reset
[ 10s] sets the default target according to value in the system
[ 10s] #modified?
[ 10s] when the default target has not been changed
[ 10s] returns false
[ 10s] when the default target has been changed
[ 10s] returns true
[ 10s] #modified=
[ 10s] when is set to true
[ 10s] sets the module as modified
[ 10s] when is set to false
[ 10s] sets the module as 'not modified'
[ 10s] but the default target has been changed
[ 10s] does not set the module as 'not modified'
[ 10s] #changes_summary
[ 10s] when the default target has not been changed
[ 10s] returns an empty text
[ 10s] when the default target has been changed
[ 10s] returns a summary describing the change
[ 10s]
[ 10s] Yast::ServicesManagerTargetClass::BaseTargets
[ 10s] #localize
[ 10s] when target is known
[ 10s] localizes the target
[ 10s] when target is unknown
[ 10s] returns the given target unlocalized
[ 10s]
[ 10s] Yast::TargetProposal
[ 10s] #call with Description command
[ 10s] returns hash
[ 10s] #call with MakeProposal command
[ 10s] auto mode
[ 10s] keep default target as it was before
[ 10s] non-auto mode
[ 10s] sets target level according to control file
[ 10s] proposes target when it is not specified in control file
[ 10s] raises exception if control file contain invalid value
[ 10s]
[ 10s] Finished in 2.21 seconds (files took 0.60126 seconds to load)
[ 10s] 208 examples, 0 failures
[ 10s]
[ 10s] + exit 0
[ 10s] Processing files: yast2-services-manager-4.1.9-1.noarch
[ 10s] error: File must begin with "/": %{yast_icondir}
[ 10s] Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.WO6CqD
[ 10s] + umask 022
[ 10s] + cd /home/abuild/rpmbuild/BUILD
[ 10s] + cd yast2-services-manager-4.1.9
[ 10s] + LICENSEDIR=/home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.1.9-1.x86_64/usr/share/licenses/yast2-services-manager
[ 10s] + export LC_ALL=C
[ 10s] + LC_ALL=C
[ 10s] + export LICENSEDIR
[ 10s] + /usr/bin/mkdir -p /home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.1.9-1.x86_64/usr/share/licenses/yast2-services-manager
[ 10s] + cp -pr COPYING /home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.1.9-1.x86_64/usr/share/licenses/yast2-services-manager
[ 10s] + exit 0
[ 10s]
[ 10s]
[ 10s] RPM build errors:
[ 10s] File must begin with "/": %{yast_icondir}
[ 10s]
[ 10s] yast-jenkins failed "build yast2-services-manager.spec" at Wed Nov 28 16:09:45 UTC 2018.
[ 10s]
The buildroot was: /var/tmp/build-root/openSUSE_Factory-x86_64
rm -rf YaST:Head
rake aborted!
Command failed with status (1): [yes | osc -A 'https://api.opensuse.org/' b...]
Tasks: TOP => osc:sr => osc:commit => osc:build
(See full trace by running task with --trace)
cleaning
Result: PID 18396 exited with value 1
Scanning for a pull request...
Found pull request #181
Adding comment ":x: Public Jenkins [job #18](http://ci.opensuse.org/job/yast-yast-services-manager-master/18/) failed"
to pull request https://github.com/yast/yast-services-manager/pull/181
Sending Net::HTTP::Post request to https://api.github.com/repos/yast/yast-services-manager/issues/181/comments... OK
Success
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user noahadvs(a)gmail.com
Branch: refs/heads/master
Home: https://github.com/yast/yast-vm
Commit: 1e9ad9ee876d064f9f2a9ceed9a89c8bc080ad4e
https://github.com/yast/yast-vm/commit/1e9ad9ee876d064f9f2a9ceed9a89c8bc080…
Author: Noah Davis <noahadvs(a)gmail.com>
Date: 2018-11-26 (Mon, 26 Nov 2018)
Changed paths:
M configure.in.in
M package/yast2-vm.changes
M src/desktop/relocation-server.desktop
A src/icons/hicolor/scalable/apps/yast-vm-install.svg
A src/icons/hicolor/scalable/apps/yast-vm-migrate.svg
M src/include/relocation-server/complex.rb
Log Message:
-----------
Provide icon with module
Commit: 3d32fbfdbfd44e3c4196fc560a79c492f2d6455d
https://github.com/yast/yast-vm/commit/3d32fbfdbfd44e3c4196fc560a79c492f2d6…
Author: Noah Davis <noahadvs(a)gmail.com>
Date: 2018-11-26 (Mon, 26 Nov 2018)
Changed paths:
M package/yast2-vm.spec
M src/Makefile.am
R src/desktop/groups/virtualization.desktop
Log Message:
-----------
Move virtualization group to yast2
Commit: 72d5a15c61e4865f0eea43a739bf0dabd1768f11
https://github.com/yast/yast-vm/commit/72d5a15c61e4865f0eea43a739bf0dabd176…
Author: Noah Davis <noahadvs(a)gmail.com>
Date: 2018-11-26 (Mon, 26 Nov 2018)
Changed paths:
M package/yast2-vm.changes
Log Message:
-----------
Add version to changes
Commit: 57ceef4ac6d9e1b0c8931c23d1b4ceeb64464e02
https://github.com/yast/yast-vm/commit/57ceef4ac6d9e1b0c8931c23d1b4ceeb6446…
Author: Noah Davis <noahadvs(a)gmail.com>
Date: 2018-11-28 (Wed, 28 Nov 2018)
Changed paths:
M configure.in.in
M package/yast2-vm.spec
Log Message:
-----------
Use devtools
Commit: 8a363ae8783bd106c6234a6910c116a1e110bb52
https://github.com/yast/yast-vm/commit/8a363ae8783bd106c6234a6910c116a1e110…
Author: Ladislav Slezák <lslezak(a)suse.cz>
Date: 2018-11-28 (Wed, 28 Nov 2018)
Changed paths:
M configure.in.in
M package/yast2-vm.changes
M package/yast2-vm.spec
M src/Makefile.am
R src/desktop/groups/virtualization.desktop
M src/desktop/relocation-server.desktop
A src/icons/hicolor/scalable/apps/yast-vm-install.svg
A src/icons/hicolor/scalable/apps/yast-vm-migrate.svg
M src/include/relocation-server/complex.rb
Log Message:
-----------
Merge pull request #37 from noahadvs/fix-icons
Provide icon with module
Compare: https://github.com/yast/yast-vm/compare/b234b58ab9a8...8a363ae8783b
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.