[ARVADOS-DEV] updated: c186f7ec475170fe8f5bd4f800e28e062813ae5d
Git user
git at public.arvados.org
Tue Aug 18 20:11:17 UTC 2020
Summary of changes:
jenkins/run_upload_packages.py | 2 --
1 file changed, 2 deletions(-)
via c186f7ec475170fe8f5bd4f800e28e062813ae5d (commit)
from 1109ad85d4a822e5a650ee1b3a38286d6d319a37 (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 c186f7ec475170fe8f5bd4f800e28e062813ae5d
Author: Ward Vandewege <ward at curii.com>
Date: Tue Aug 18 16:10:41 2020 -0400
The python pam and node manager packages have been removed, do not try
to upload them.
refs #16580
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/jenkins/run_upload_packages.py b/jenkins/run_upload_packages.py
index 377c086..0fb921f 100755
--- a/jenkins/run_upload_packages.py
+++ b/jenkins/run_upload_packages.py
@@ -240,10 +240,8 @@ def _define_suite(suite_class, *rel_globs, **kwargs):
PACKAGE_SUITES = {
'python': _define_suite(PythonPackageSuite,
- 'sdk/pam/dist/*.tar.gz',
'sdk/python/dist/*.tar.gz',
'sdk/cwl/dist/*.tar.gz',
- 'services/nodemanager/dist/*.tar.gz',
'services/fuse/dist/*.tar.gz',
),
'gems': _define_suite(GemPackageSuite,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list