diff options
author | 2015-09-14 11:23:57 -0400 | |
---|---|---|
committer | 2015-09-14 14:40:05 -0400 | |
commit | 02ccb1767ade6c0e10741b0a7db12b880016b6a1 (patch) | |
tree | 2722a96d51bb03ba27e1d67b9e641bb1d1ea7910 /foreman/build/opnfv-genesis.spec | |
parent | 2c06022aa12ec8fc0ac3e50de36b900c92bf9817 (diff) |
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 <dradez@redhat.com>
Diffstat (limited to 'foreman/build/opnfv-genesis.spec')
-rw-r--r-- | foreman/build/opnfv-genesis.spec | 7 |
1 files changed, 4 insertions, 3 deletions
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 |