Bug 867464 - rpm uploads page issues
Summary: rpm uploads page issues
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Pulp
Classification: Retired
Component: user-experience
Version: 2.0.6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: Sprint 42
Assignee: Sayli Karmarkar
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-17 14:53 UTC by Preethi Thomas
Modified: 2015-03-23 01:11 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-01-09 17:08:08 UTC
Embargoed:


Attachments (Terms of Use)

Description Preethi Thomas 2012-10-17 14:53:07 UTC
Description of problem:

The uploads page needs to updated

Create a category using rpm uploads category see the output

[root@pulp-master ~]# pulp-admin rpm repo uploads category --repo-id pulp --category-id pulp --name pulp --description pulp  
+----------------------------------------------------------------------+
                          Puppet Module Upload
+----------------------------------------------------------------------+

Extracting necessary metdata for each request...
... completed

Creating upload requests on the server...
[==================================================] 100%
Initializing upload
... completed

Starting upload of selected packages. If this process is stopped through ctrl+c,
the uploads will be paused and may be resumed later using the resume command or
cancelled entirely using the cancel command.

Importing into the repository...
... completed

Deleting the upload request...
... completed


issues

1. It says  Puppet Module Upload

2. typo on metadata

3. Even though I am creating a category, the output is for package upload -see Starting upload of selected packages

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

[root@pulp-master ~]# rpm -q pulp-rpm-server
pulp-rpm-server-0.0.331-1.fc17.noarch
[root@pulp-master ~]# 

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Jay Dobies 2012-12-07 14:06:46 UTC
Fixed in the 0.12 beta.

Comment 2 Preethi Thomas 2012-12-10 21:23:44 UTC
verified
[root@preethi-el6-pulp ~]# rpm -qa|grep 
pulp-server-2.0.6-0.14.beta.noarch


[root@preethi-el6-pulp ~]# 


[root@preethi-el6-pulp ~]# pulp-admin rpm repo uploads category --repo-id pulp --category-id pulp --name pulp --description pulp  
+----------------------------------------------------------------------+
                              Unit Upload
+----------------------------------------------------------------------+

Extracting necessary metadata for each request...
... completed

Creating upload requests on the server...
[==================================================] 100%
Initializing upload
... completed

Starting upload of selected units. If this process is stopped through ctrl+c,
the uploads will be paused and may be resumed later using the resume command or
cancelled entirely using the cancel command.

Importing into the repository...
... completed

Deleting the upload request...
... completed

[root@preethi-el6-pulp ~]#

Comment 3 Preethi Thomas 2013-01-09 17:08:08 UTC
Pulp v2.0 released


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