Repository: aurora-packaging Updated Branches: refs/heads/master e7878f9c1 -> 119949f68
Builder should run createrepo Testing Done: Tested on 0.9.x branch Reviewed at https://reviews.apache.org/r/38084/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/119949f6 Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/119949f6 Diff: http://git-wip-us.apache.org/repos/asf/aurora-packaging/diff/119949f6 Branch: refs/heads/master Commit: 119949f685af86feab9c2ca2a085d4ff7d88450d Parents: e7878f9 Author: Kevin Sweeney <[email protected]> Authored: Wed Sep 2 18:26:18 2015 -0700 Committer: Kevin Sweeney <[email protected]> Committed: Wed Sep 2 18:26:18 2015 -0700 ---------------------------------------------------------------------- builder/rpm/centos-7/build.sh | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/119949f6/builder/rpm/centos-7/build.sh ---------------------------------------------------------------------- diff --git a/builder/rpm/centos-7/build.sh b/builder/rpm/centos-7/build.sh index 912f7c7..be3c6fb 100755 --- a/builder/rpm/centos-7/build.sh +++ b/builder/rpm/centos-7/build.sh @@ -29,3 +29,7 @@ export AURORA_VERSION=$(echo $AURORA_VERSION | tr '-' '_') make srpm yum-builddep -y ../../../dist/rpmbuild/SRPMS/* make rpm + +yum -y install createrepo +cd ../../../dist/rpmbuild/RPMS/x86_64 +createrepo .
