Skip to content

Commit

Permalink
HTCONDOR-2030: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timtheisen committed Sep 12, 2023
1 parent 5f40db7 commit cd70325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/build_rpms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ printf "%s\n" "%dist .el${OS_VERSION}" >> /etc/rpm/macros.dist
cp htcondor-ce/rpm/htcondor-ce.spec /tmp/rpmbuild/SPECS
package_version=`grep Version htcondor-ce/rpm/htcondor-ce.spec | awk '{print $2}'`
pushd htcondor-ce
git config --global --add safe.directory /htcondor-ce
git archive --format=tar --prefix=htcondor-ce-${package_version}/ HEAD | \
gzip > /tmp/rpmbuild/SOURCES/htcondor-ce-${package_version}.tar.gz
popd
Expand Down

0 comments on commit cd70325

Please sign in to comment.