Bug 1309710 - spacecmd needs a kickstart_setsoftwaredetails command
Summary: spacecmd needs a kickstart_setsoftwaredetails command
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Spacewalk
Classification: Community
Component: Clients
Version: 2.4
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
Assignee: Ondrej Gajdusek
QA Contact: Pavel Studeník
URL:
Whiteboard:
Depends On:
Blocks: 1395882 space27
TreeView+ depends on / blocked
 
Reported: 2016-02-18 14:31 UTC by David Haines
Modified: 2017-09-27 19:05 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Feature: kickstart_setsoftwaredetails or equivalent Reason: no way to toggle noBase or ignoreMissing flags via spacecmd Result:
Clone Of:
: 1395882 (view as bug list)
Environment:
Last Closed: 2017-09-27 19:05:27 UTC


Attachments (Terms of Use)

Description David Haines 2016-02-18 14:31:51 UTC
spacecmd has kickstart_getsoftwaredetails, which is great for looking at the noBase and ignoreMissing flags. We need a way to set them as well.

Comment 1 Ondrej Gajdusek 2016-08-23 08:53:51 UTC
mofified, implemented in commit: 8c798c269b4be117c2799a6e67919ce2e4c26103

Comment 3 Pavel Studeník 2016-11-14 15:26:51 UTC
Reproducer: Spacewalk 2.5 (spacecmd-2.5.8-1.el7.noarch)

>> spacecmd
spacecmd {SSM:0}> kickstart_setsoftwaredetails test-01 noBase True
*** Unknown syntax: kickstart_setsoftwaredetails test-01 noBase True

Verified with spacecmd-2.6.16-1.fc24.noarch:

>> spacecmd
spacecmd {SSM:0}> kickstart_getsoftwaredetails test-01
noBase:        False
ignoreMissing: False
spacecmd {SSM:0}> kickstart_setsoftwaredetails test-01 noBase True 
spacecmd {SSM:0}> kickstart_getsoftwaredetails test-01
noBase:        True
ignoreMissing: False

Comment 4 Eric Herget 2017-09-27 19:05:27 UTC
This looks like it was fixed in previous release, but I'm closing it in this one.

Spacewalk 2.7 has been released.

https://github.com/spacewalkproject/spacewalk/wiki/ReleaseNotes27


Note You need to log in before you can comment on or make changes to this bug.