Hide Forgot
Steps to Reproduce: 1. Sync a non x86-64 repo 2. Export the TDL 3. The arch tag contains always x86-64 in the XML output It was hardcoded in our codebase because of: https://bugzilla.redhat.com/show_bug.cgi?id=750265
330f864 788078 - distro arch is not ignored anymore
# VERIFIED exporting TDO from Fedora 16 32bit repo applies on the *.xml file a tag like: <name>template_dev</name> <os> <name>Fedora</name> <version>16</version> <arch>i386</arch> <install type="url"> <url>http://<fqdn>/pulp/ks/ACME_Corporation/Dev/custom/Fedora_16_-_32_bit/fedora-16-i386/</url> </install> <rootpw>******</rootpw> </os> checked against: --- katello-0.1.237-1.git.7.752d8de.el6.noarch katello-cli-0.1.54-1.git.79.17c365f.el6.noarch candlepin-0.5.17-1.el6.noarch pulp-0.0.265-1.el6.noarch
getting rid of 6.0.0 version since that doesn't exist