From 3a0c58c76fe5fe7ae20e83c4fc0dce54ec2e95c1 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Tue, 29 Jan 2019 09:33:54 -0800 Subject: [PATCH] Add a target to install the RPMs in the image accessed via 'make shell' Signed-off-by: Thiago Macieira --- Makefile.common | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.common b/Makefile.common index 372cafa..0b0e2b3 100644 --- a/Makefile.common +++ b/Makefile.common @@ -434,6 +434,11 @@ install-local: done $(MAKE) install-debuginfo-local +#help install-mock: Install locally built RPMs to the mock rootcache +#help filesystem. This command is usually used with "make shell". +install-mock: repoadd + $(MOCK) --result=results/ --no-cleanup-after --uniqueext=$(PKG_NAME) -i $(filter-out ${DEBUGINFO_RPM},${RPMS}) + #help generateupstream: Run this rule to create or update the 'upstream' file #help by downloading the upstream source tarballs listed in the spec file and #help calculating their hashes. Autospec performs this step automatically, so