From 02ccb1767ade6c0e10741b0a7db12b880016b6a1 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Mon, 14 Sep 2015 11:23:57 -0400 Subject: changing branch to checkout from to arno/stable and placing all repo contents into /root instead of deploy.sh only in /bin Change-Id: I5c7c3a990bf18480b1e99a2119363e30e68e6d12 Signed-off-by: Dan Radez --- foreman/build/opnfv-genesis.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'foreman/build/opnfv-genesis.spec') diff --git a/foreman/build/opnfv-genesis.spec b/foreman/build/opnfv-genesis.spec index 674760f..bcac1a9 100644 --- a/foreman/build/opnfv-genesis.spec +++ b/foreman/build/opnfv-genesis.spec @@ -21,11 +21,12 @@ The files from the OPNFV genesis repo %build %install -mkdir -p %{buildroot}/usr/bin/ -cp foreman/ci/deploy.sh %{buildroot}/usr/bin/ +mkdir -p %{buildroot}/root/genesis +cp -r foreman/ %{buildroot}/root/genesis +cp -r common/ %{buildroot}/root/genesis %files -/usr/bin/deploy.sh +/root/genesis %changelog -- cgit 1.2.3-korg