-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 11/05/2013 02:52 PM, Raymond Mancy wrote:
----- Original Message -----
From: "Nick Coghlan" ncoghlan@redhat.com To: "beaker-devel" beaker-devel@lists.fedorahosted.org Sent: Tuesday, November 5, 2013 1:03:09 PM Subject: [Beaker-devel] Beaker 0.15.x missing from beaker-project.org RHEL repos
Looks like even though we got the 0.15.1 RPM upload issues sorted out last week, the metadata for the RedHatEnterpriseLinux repos on beaker-project.org still shows 0.14.2 as the latest version :(
The Fedora repos appear fine, almost certainly due to the fact that those are generated differently.
Yes, it is specific to anything that is handled by our build scripts. The problem is that running 'make' will build the repos from packaged in brew, and existing repos that has 0.15.1 rpms (el5/el6) would be overwritten and 0.15.1 removed.
In future instances (technically only needed for when upstream is not in brew), we just have to make sure to do it in two steps always:
make createrepo --update --no-database -o <repodata_dir>
<rpm_dir>
This will ensure that as long as the latest RPMs reside in <rpm_dir>, the repos will be generated correctly.
Does that need to be run on the appropriate OS version to include the right RPMs?
Cheers, Nick.
- -- Nick Coghlan Red Hat Infrastructure Engineering & Development, Brisbane
Testing Solutions Team Lead Beaker Development Lead (http://beaker-project.org/)