summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/scripts/glusterfs-devrpms.sh
blob: 68109fef3cbc8e21cf7d6d204810cfa688f99953 (plain)
1
2
3
4
5
6
#!/bin/bash
./autogen.sh || exit 1
./configure --enable-fusermount || exit 1
cd extras/LinuxRPM
make prep srcrpm || exit 1
sudo mock -r {build_flag} --config-opts=dnf_warning=False --resultdir=${{WORKSPACE}}/RPMS/"%(dist)s"/"%(target_arch)s"/ --with=gnfs --cleanup-after --rebuild glusterfs*src.rpm || exit 1