]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
tcmu-runner: fixed creation of chroot cfg file 1467/head
authorJason Dillaman <dillaman@redhat.com>
Wed, 18 Dec 2019 20:45:29 +0000 (15:45 -0500)
committerJason Dillaman <dillaman@redhat.com>
Wed, 18 Dec 2019 20:45:29 +0000 (15:45 -0500)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
tcmu-runner/build/build_rpm

index 21b6bb803438e6d86a6769f92b25f84de233c28a..50a3aeebf62183ebf14ef6cdec9c9272392f20b3 100644 (file)
@@ -76,7 +76,7 @@ SRPM=$(readlink -f $WORKSPACE/dist/SRPMS/*.src.rpm)
 cat /etc/mock/${MOCK_TARGET}-${RELEASE}-${ARCH}.cfg > tcmu-runner.cfg
 echo "" >> tcmu-runner.cfg
 echo "config_opts['yum.conf'] += \"\"\"" >> tcmu-runner.cfg
-cat $WORKSPACE/shaman.repo > tcmu-runner.cfg
+cat $WORKSPACE/shaman.repo >> tcmu-runner.cfg
 echo "\"\"\"" >> tcmu-runner.cfg
 # for debugging
 cat tcmu-runner.cfg