[arvados] updated: 2.7.0-6634-g8299241578
git repository hosting
git at public.arvados.org
Tue May 28 18:13:34 UTC 2024
Summary of changes:
build/run-build-packages-python-and-ruby.sh | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
via 82992415788ace1ac8aaacabb81710a8f29301f4 (commit)
via d277aa93a9a0021227f50de488ae2bef61a2561f (commit)
via 05a8e1382d1003c9992a48ca1d4fadca7aa47c0a (commit)
from 288c739c3349dcf10ff7a77009e81a4330af2c8e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 82992415788ace1ac8aaacabb81710a8f29301f4
Merge: 288c739c33 d277aa93a9
Author: Brett Smith <brett.smith at curii.com>
Date: Tue May 28 14:13:28 2024 -0400
Merge branch '21840-jenkins-builds-wheels'
Refs #21840.
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith at curii.com>
commit d277aa93a9a0021227f50de488ae2bef61a2561f
Author: Brett Smith <brett.smith at curii.com>
Date: Tue May 28 14:08:45 2024 -0400
21840: Fix glob to find wheels
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith at curii.com>
diff --git a/build/run-build-packages-python-and-ruby.sh b/build/run-build-packages-python-and-ruby.sh
index f7abc2e011..141435a3a2 100755
--- a/build/run-build-packages-python-and-ruby.sh
+++ b/build/run-build-packages-python-and-ruby.sh
@@ -56,7 +56,7 @@ handle_python_package () {
if [[ -z "$(find dist -name "*-$version.tar.gz" -print -quit)" ]]; then
pkg_fmts+=(sdist)
fi
- if [[ -z "$(find dist -name "*-$version.whl" -print -quit)" ]]; then
+ if [[ -z "$(find dist -name "*-$version-py*.whl" -print -quit)" ]]; then
pkg_fmts+=(bdist_wheel)
fi
if [[ "${#pkg_fmts[@]}" -eq 0 ]]; then
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list