Project

General

Profile

Actions

Bug #34760

closed

Hide profiles for module streams since we no longer have that info indexed from pulp

Added by Samir Jha over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Content Views
Target version:
Fixed in Releases:
Found in Releases:

Description

Description of problem:

No profiles are shown for any module streams

Version-Release number of selected component (if applicable):
RHEL 6.10.2

How reproducible:
every time

Steps to Reproduce:
1. Sync RHEL8 Appstream repo
2. - WebUI --> Content --> Module Streams --> $stream --> Profiles tab --> 'No profiles to show'

Actual results:

  1. for id in $(hammer --username admin --password xxxx --no-headers module-stream list | awk {'print $1'}); do hammer --username admin --password xxxxx module-stream info --id $id | grep Profiles -A 1; done
    ~~~
    Profiles:

Profiles:

Profiles:

Profiles:

Expected results:

  1. for id in $(hammer --username admin --password xxxx --no-headers module-stream list | awk {'print $1'}); do hammer --username admin --password xxxx module-stream info --id $id | grep Profiles -A 1; done
    ~~~
    Profiles:
    1) ID: 28
    Profiles:
    1) ID: 266
    Profiles:
    1) ID: 256
    Profiles:
    1) ID: 23

Additional info:
Copied from: https://bugzilla.redhat.com/show_bug.cgi?id=2050100#c8

Actions

Also available in: Atom PDF