Bug 1036692 - Cannot exclude packages of different architecture from sync -> leads to sync abortion
Summary: Cannot exclude packages of different architecture from sync -> leads to sync ...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Spacewalk
Classification: Community
Component: WebUI
Version: 2.0
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Tomas Lestach
QA Contact: Red Hat Satellite QA List
URL:
Whiteboard:
Depends On:
Blocks: space28
TreeView+ depends on / blocked
 
Reported: 2013-12-02 13:33 UTC by daniel.gerne
Modified: 2018-04-20 12:21 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-10-27 12:06:53 UTC
Embargoed:


Attachments (Terms of Use)

Description daniel.gerne 2013-12-02 13:33:02 UTC
Description of problem: "ERROR: Package arch ia64 incompatible with channel xxx" at spacewalk-repo-sync will abort uploading all the other packages to spacewalk server. I want to sync a repository that also has ia64 packages in a subfolder (I am using x86_64). 


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

How reproducible:
In Web

Steps to Reproduce:
1. Add this repository http://download.opensuse.org/repositories/systemsmanagement:/spacewalk/SLE_11_SP2/
2. Go the Channels --> Manage Software Channels --> xxx --> Repositories --> Sync --> Sync Now
3. No package is uploaded AT ALL

Actual results:
"ERROR: Package arch ia64 incompatible with channel xxx"

Expected results:
Sync completed. Or at least the other packages should have been uploaded.

Additional info:
When I do this in shell it works: spacewalk-repo-sync --channel=xxx --exclude=*ia64. But I cannot define this exclusion in list in WebUI so I can not use the spacewalk taskomatic.

Comment 1 Tomas Lestach 2013-12-02 15:36:25 UTC
You always can use API to set the excludes ...

see:
channel.software.addRepoFilter
channel.software.clearRepoFilters
channel.software.listRepoFilters
channel.software.removeRepoFilter
channel.software.setRepoFilters

Comment 2 Jan Dobes 2017-10-27 12:06:53 UTC
Filters in WebUI were introduced in Bug 1084522, closing this BZ.


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