Commit 3f66f05f8eec8a4e76e310566b94bfc2bbdd442a
1 parent
9055677a
Exists in
master
and in
39 other branches
Dropping rpmbuild stdout
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ci/build_rpm.sh
... | ... | @@ -20,7 +20,7 @@ sudo cp ci/softwarepublico.key /tmp/centos-7/etc/yum.repos.d/ |
20 | 20 | |
21 | 21 | sudo chroot /tmp/centos-7/ yum install rpm-build -y > /dev/null |
22 | 22 | sudo chroot /tmp/centos-7/ yum install python-virtualenv colab-deps -y /dev/null |
23 | -sudo HOME=/root chroot /tmp/centos-7/ rpmbuild -ba /root/rpmbuild/SPECS/colab.spec | |
23 | +sudo HOME=/root chroot /tmp/centos-7/ rpmbuild -ba /root/rpmbuild/SPECS/colab.spec > /dev/null | |
24 | 24 | |
25 | 25 | # Send to packagecloud |
26 | 26 | ... | ... |