Description of problem: repogroup update --arch doesn't seem to updating the arch of the repositories in the group. [root@preethi ~]# pulp-admin repogroup update --id=fedora --arch=x86_64 Successfully updated repositories belonging to group[ fedora ] [root@preethi ~]# pulp-admin repo list +------------------------------------------+ List of Available Repositories +------------------------------------------+ Id f14 Name f14 Feed URL http://download.devel.redhat.com/released/F-14/GOLD/Fedora/x86_64/os Feed Type remote Content Type yum Feed Certs CA:No Cert:No Consumer Certs CA:No Cert:No Architecture noarch Sync Schedule None Packages 2766 Files 0 Distributions ks-f14-noarch Publish True Clones [] Groups ['fedora'] Filters [] Notes {} [root@preethi ~]# pulp-admin repo list +------------------------------------------+ List of Available Repositories +------------------------------------------+ Id f14 Name f14 Feed URL http://download.devel.redhat.com/released/F-14/GOLD/Fedora/x86_64/os Feed Type remote Content Type yum Feed Certs CA:No Cert:No Consumer Certs CA:No Cert:No Architecture noarch Sync Schedule None Packages 2766 Files 0 Distributions ks-f14-noarch Publish True Clones [] Groups ['fedora'] Filters [] Notes {} Version-Release number of selected component (if applicable): [root@preethi ~]# rpm -q pulp pulp-0.0.217-1.fc14.noarch [root@preethi ~]#
$ sudo pulp-admin repogroup update --id=grp --arch=x86_64 Successfully updated repositories belonging to group[ grp ] $ sudo pulp-admin repo list +------------------------------------------+ List of Available Repositories +------------------------------------------+ Id foo Name foo Feed URL None Feed Type None Content Type yum Feed Certs CA:No Cert:No Consumer Certs CA:No Cert:No Architecture x86_64 Sync Schedule None Packages 0 Files 0 Distributions None Publish True Clones [] Groups ['grp'] Filters [] Notes {}
Fixed in 0.218
Seems like build was tagged before this commit. Moving back to modified.
build: 0.219
verified [root@preethi ~]# rpm -q pulp pulp-0.0.222-1.fc14.noarch [root@preethi ~]# pulp-admin repo list +------------------------------------------+ List of Available Repositories +------------------------------------------+ Id f14 Name f14 Feed URL http://download.devel.redhat.com/released/F-14/GOLD/Fedora/x86_64/os Feed Type remote Content Type yum Feed Certs CA:No Cert:No Consumer Certs CA:No Cert:No Architecture noarch Sync Schedule None Packages 0 Files 0 Distributions ks-f14-noarch Publish True Clones [] Groups None Filters [] Notes {} [root@preethi ~]# pulp-admin repo update --id=f14 --addgroup=fedora Successfully updated repository [ f14 ] [root@preethi ~]# [root@preethi ~]# [root@preethi ~]# [root@preethi ~]# pulp-admin repogroup update --id=fedora --arch=x86_64 Successfully updated repositories belonging to group[ fedora ] [root@preethi ~]# pulp-admin repo list +------------------------------------------+ List of Available Repositories +------------------------------------------+ Id f14 Name f14 Feed URL http://download.devel.redhat.com/released/F-14/GOLD/Fedora/x86_64/os Feed Type remote Content Type yum Feed Certs CA:No Cert:No Consumer Certs CA:No Cert:No Architecture x86_64 Sync Schedule None Packages 0 Files 0 Distributions ks-f14-noarch Publish True Clones [] Groups ['fedora'] Filters [] Notes {} [root@preethi ~]#
Closing with Community Release 15 pulp-0.0.223-4.