rucio 37.6.0__py3-none-any.whl → 37.7.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of rucio might be problematic. Click here for more details.
- rucio/cli/bin_legacy/rucio.py +40 -21
- rucio/cli/rule.py +9 -5
- rucio/client/baseclient.py +4 -3
- rucio/client/downloadclient.py +2 -1
- rucio/client/exportclient.py +45 -4
- rucio/client/pingclient.py +35 -4
- rucio/client/touchclient.py +2 -1
- rucio/client/uploadclient.py +3 -2
- rucio/common/cache.py +1 -2
- rucio/common/client.py +4 -30
- rucio/common/config.py +26 -1
- rucio/common/constants.py +3 -1
- rucio/common/plugins.py +2 -2
- rucio/common/policy.py +3 -2
- rucio/common/schema/__init__.py +4 -3
- rucio/common/types.py +7 -5
- rucio/core/account.py +2 -1
- rucio/core/account_limit.py +3 -2
- rucio/core/did.py +8 -7
- rucio/core/dirac.py +2 -1
- rucio/core/distance.py +2 -1
- rucio/core/exporter.py +3 -2
- rucio/core/importer.py +5 -5
- rucio/core/permission/__init__.py +2 -1
- rucio/core/replica.py +5 -5
- rucio/core/request.py +2 -2
- rucio/core/rse.py +7 -7
- rucio/core/rule.py +8 -8
- rucio/core/transfer.py +2 -2
- rucio/core/vo.py +2 -1
- rucio/daemons/atropos/atropos.py +2 -1
- rucio/daemons/automatix/automatix.py +5 -5
- rucio/daemons/badreplicas/minos.py +3 -2
- rucio/daemons/bb8/bb8.py +2 -1
- rucio/daemons/bb8/nuclei_background_rebalance.py +2 -2
- rucio/daemons/conveyor/common.py +3 -3
- rucio/daemons/conveyor/submitter.py +2 -1
- rucio/daemons/hermes/hermes.py +36 -6
- rucio/daemons/reaper/dark_reaper.py +5 -4
- rucio/daemons/reaper/reaper.py +7 -7
- rucio/daemons/replicarecoverer/suspicious_replica_recoverer.py +3 -3
- rucio/daemons/tracer/kronos.py +3 -2
- rucio/daemons/transmogrifier/transmogrifier.py +70 -68
- rucio/daemons/undertaker/undertaker.py +2 -1
- rucio/db/sqla/models.py +2 -2
- rucio/db/sqla/util.py +3 -2
- rucio/gateway/account.py +13 -12
- rucio/gateway/account_limit.py +90 -116
- rucio/gateway/authentication.py +9 -8
- rucio/gateway/config.py +11 -10
- rucio/gateway/credential.py +2 -1
- rucio/gateway/did.py +32 -32
- rucio/gateway/dirac.py +2 -1
- rucio/gateway/exporter.py +2 -1
- rucio/gateway/heartbeat.py +3 -2
- rucio/gateway/identity.py +4 -3
- rucio/gateway/importer.py +2 -1
- rucio/gateway/lifetime_exception.py +4 -3
- rucio/gateway/lock.py +6 -5
- rucio/gateway/meta_conventions.py +3 -2
- rucio/gateway/permission.py +2 -1
- rucio/gateway/quarantined_replica.py +2 -1
- rucio/gateway/replica.py +18 -18
- rucio/gateway/request.py +10 -10
- rucio/gateway/rse.py +27 -26
- rucio/gateway/rule.py +12 -11
- rucio/gateway/scope.py +4 -3
- rucio/gateway/subscription.py +7 -6
- rucio/gateway/vo.py +5 -4
- rucio/rse/__init__.py +7 -6
- rucio/rse/rsemanager.py +5 -4
- rucio/rse/translation.py +2 -2
- rucio/tests/common.py +2 -1
- rucio/vcsversion.py +3 -3
- rucio/web/rest/flaskapi/v1/accountlimits.py +5 -5
- rucio/web/rest/flaskapi/v1/archives.py +2 -1
- rucio/web/rest/flaskapi/v1/common.py +4 -3
- rucio/web/rest/flaskapi/v1/dids.py +205 -154
- {rucio-37.6.0.dist-info → rucio-37.7.1.dist-info}/METADATA +1 -1
- {rucio-37.6.0.dist-info → rucio-37.7.1.dist-info}/RECORD +139 -139
- {rucio-37.6.0.data → rucio-37.7.1.data}/data/rucio/etc/alembic.ini.template +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/data/rucio/etc/alembic_offline.ini.template +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/data/rucio/etc/globus-config.yml.template +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/data/rucio/etc/ldap.cfg.template +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/data/rucio/etc/mail_templates/rule_approval_request.tmpl +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/data/rucio/etc/mail_templates/rule_approved_admin.tmpl +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/data/rucio/etc/mail_templates/rule_approved_user.tmpl +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/data/rucio/etc/mail_templates/rule_denied_admin.tmpl +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/data/rucio/etc/mail_templates/rule_denied_user.tmpl +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/data/rucio/etc/mail_templates/rule_ok_notification.tmpl +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/data/rucio/etc/rse-accounts.cfg.template +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/data/rucio/etc/rucio.cfg.atlas.client.template +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/data/rucio/etc/rucio.cfg.template +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/data/rucio/etc/rucio_multi_vo.cfg.template +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/data/rucio/requirements.server.txt +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/data/rucio/tools/bootstrap.py +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/data/rucio/tools/merge_rucio_configs.py +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/data/rucio/tools/reset_database.py +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-abacus-account +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-abacus-collection-replica +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-abacus-rse +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-admin +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-atropos +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-auditor +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-automatix +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-bb8 +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-cache-client +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-cache-consumer +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-conveyor-finisher +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-conveyor-poller +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-conveyor-preparer +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-conveyor-receiver +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-conveyor-stager +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-conveyor-submitter +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-conveyor-throttler +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-dark-reaper +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-dumper +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-follower +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-hermes +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-judge-cleaner +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-judge-evaluator +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-judge-injector +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-judge-repairer +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-kronos +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-minos +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-minos-temporary-expiration +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-necromancer +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-oauth-manager +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-reaper +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-replica-recoverer +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-rse-decommissioner +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-storage-consistency-actions +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-transmogrifier +0 -0
- {rucio-37.6.0.data → rucio-37.7.1.data}/scripts/rucio-undertaker +0 -0
- {rucio-37.6.0.dist-info → rucio-37.7.1.dist-info}/WHEEL +0 -0
- {rucio-37.6.0.dist-info → rucio-37.7.1.dist-info}/licenses/AUTHORS.rst +0 -0
- {rucio-37.6.0.dist-info → rucio-37.7.1.dist-info}/licenses/LICENSE +0 -0
- {rucio-37.6.0.dist-info → rucio-37.7.1.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
rucio/__init__.py,sha256=Y7cPPlHVQPFyN8bSPFC0W3WViEdONr5g_qwBub5rufE,660
|
|
2
2
|
rucio/alembicrevision.py,sha256=lNSQZYA4U_fsMW8l0dHpiV243XZhioqvVo9ihmpuQBo,690
|
|
3
|
-
rucio/vcsversion.py,sha256=
|
|
3
|
+
rucio/vcsversion.py,sha256=9qoNkWEmbm-Pu9pTotSVIWws0KsDR_UeaNJ2HWf7_r8,244
|
|
4
4
|
rucio/version.py,sha256=IwsNb1QQk0D092QQbR2K9wBPF2Akny1RGs-ZZziUohE,1519
|
|
5
5
|
rucio/cli/__init__.py,sha256=GIkHmxgE3xdvWSf-7ZnvVaJmbs7NokaSjbFzsrXOG9o,662
|
|
6
6
|
rucio/cli/account.py,sha256=7YWLfmiplhCjaaHNSYBzd7d_4yYzxUSRrsT0xGcNr2w,9452
|
|
@@ -11,31 +11,31 @@ rucio/cli/download.py,sha256=nltAf8nm8P6nrfIu0CUveY4YM6oL5nSR3w6yS4qBbw0,6248
|
|
|
11
11
|
rucio/cli/lifetime_exception.py,sha256=joi9HdaiYP_g3115IR_ImX7oFlEg1xbSaK-IzmoIVcY,1498
|
|
12
12
|
rucio/cli/replica.py,sha256=ZRvLONlD0enuuDLgDm5iAia-HEaOg8PDepJPImEu9fo,8169
|
|
13
13
|
rucio/cli/rse.py,sha256=J2IjCGUzvv9U0swFcU0ykZ1pYweHqTlXwmpGfSI-VgE,11490
|
|
14
|
-
rucio/cli/rule.py,sha256=
|
|
14
|
+
rucio/cli/rule.py,sha256=MV9zXEbzSSHyfbktP2mjFr9Sdl-mO0t4Pq3GdGmgq_Q,8875
|
|
15
15
|
rucio/cli/scope.py,sha256=0AuXGSQWYOas1EgkFq6KCuwqh_fuMzUgnp_jqQ_Y2t0,1574
|
|
16
16
|
rucio/cli/subscription.py,sha256=kx1ox3OkWqdwfdflhdsv00XSYI6nnUZCp97YBZa4Aw4,4269
|
|
17
17
|
rucio/cli/upload.py,sha256=29gJGfb7jsiA6-UwPCSg1kGZu-OJ-bdxUZr27S2mJEM,3237
|
|
18
18
|
rucio/cli/utils.py,sha256=uICXhVjsmnRpwvgY7FLxTvyC_88BgH5I_v7iutix4eI,9739
|
|
19
19
|
rucio/cli/bin_legacy/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
20
|
-
rucio/cli/bin_legacy/rucio.py,sha256=
|
|
20
|
+
rucio/cli/bin_legacy/rucio.py,sha256=Q3bFveGyxmAtrTuGpgbcRk3jjuZk5ggyazlJ0p2fugY,145080
|
|
21
21
|
rucio/cli/bin_legacy/rucio_admin.py,sha256=8wot361PeDJKTZ6BDE_Of_eGe7pKcKLhj7WG5NNKhNI,140833
|
|
22
22
|
rucio/client/__init__.py,sha256=0-jkSlrJf-eqbN4swA5a07eaWd6_6JXPQPLXMs4A3iI,660
|
|
23
23
|
rucio/client/accountclient.py,sha256=kScbVL9rR8pyZRmETOyz_gwffc7biaPriMgDnCLxA_0,18864
|
|
24
24
|
rucio/client/accountlimitclient.py,sha256=SWYdRMAMibWLZOhFb3HBI9vLvmp2uYjEhtM2ej1iGzQ,6905
|
|
25
|
-
rucio/client/baseclient.py,sha256=
|
|
25
|
+
rucio/client/baseclient.py,sha256=LvGIGSi-oCOWQjYUD5jG3QffDrI39eFJbi20zrjIe60,50535
|
|
26
26
|
rucio/client/client.py,sha256=XEDzDmujYyTYnSbQOBh19XirM-gxnTWC6Xy6oXjFgNk,4409
|
|
27
27
|
rucio/client/configclient.py,sha256=pbp_yEem7g8JTVVOMY-ehMyLh6T3Rxf1AxCluLE-JE8,4800
|
|
28
28
|
rucio/client/credentialclient.py,sha256=q4i_t-dIiojRmiY70iuJsAgnPqaZVwkJLbThxoc8_9k,2214
|
|
29
29
|
rucio/client/didclient.py,sha256=66ODAQnrtvwwSo0Cu9FpCRo_36N28tHtUjbrz92hu_c,34619
|
|
30
30
|
rucio/client/diracclient.py,sha256=hgF_eF5_NfY0UTedrXMtmuwT4rVgCf3-bdsv7VhObDA,2467
|
|
31
|
-
rucio/client/downloadclient.py,sha256=
|
|
32
|
-
rucio/client/exportclient.py,sha256=
|
|
31
|
+
rucio/client/downloadclient.py,sha256=FoNTNNpry_2qo4XLIQXn7_AsnzLt9XllLB_J0UYTI7k,91687
|
|
32
|
+
rucio/client/exportclient.py,sha256=xYbDSw5ZQlANjcbs2-CG4jVcyhxNm9GQ827_dokSJes,3310
|
|
33
33
|
rucio/client/fileclient.py,sha256=akpgLwhbRTWNriyI8yGWTGgXbTu-Ka5jmwwVdJBwmVw,1756
|
|
34
34
|
rucio/client/importclient.py,sha256=KeEWZhjrsAR5Km_UXwwH7hzgEo9ACJaJXN6de87txe4,1560
|
|
35
35
|
rucio/client/lifetimeclient.py,sha256=lAtAzia-UWMzzkcFGPQ72kaiSe1iIbIaCBrxK0bD3GQ,5958
|
|
36
36
|
rucio/client/lockclient.py,sha256=zQKaGskTeaqH9TBpLQzHe20Qaaor2jZ84LBINElDBAM,4421
|
|
37
37
|
rucio/client/metaconventionsclient.py,sha256=tYvqXtcByiINcmZe0nT5Id2VuyJ2EDDUP2vfOPO6_yY,5655
|
|
38
|
-
rucio/client/pingclient.py,sha256=
|
|
38
|
+
rucio/client/pingclient.py,sha256=WU7jwbHoISky-ULw9h1_VqS0opRAM3j3RFnpWC7l48Y,2392
|
|
39
39
|
rucio/client/replicaclient.py,sha256=Gi7vg87g4hhrW_UA9MB1FewGh67FW2wAnSWj4H9oMQk,20591
|
|
40
40
|
rucio/client/requestclient.py,sha256=Vr1lAmAbfX2iGzj_aKRmRFPBpMXbVxIw_0LVAZ5Xtq0,8574
|
|
41
41
|
rucio/client/richclient.py,sha256=kP6cHQsvCtKEl1c2fycqpDjfLrMAzaMxuZA_kWddm08,10111
|
|
@@ -43,49 +43,49 @@ rucio/client/rseclient.py,sha256=4R-WcCROjPRfWjcWuFM7itf4vmRRk0qvOa-itnTlZ8w,318
|
|
|
43
43
|
rucio/client/ruleclient.py,sha256=tlYRFMKVwjCuzketqg2F4XoGydbhNAjkOnm1BGUZEVg,13639
|
|
44
44
|
rucio/client/scopeclient.py,sha256=-rXLdXScKeXavOaw9EwBHYo4SXwfcuqsOG6yGMIBWyM,3485
|
|
45
45
|
rucio/client/subscriptionclient.py,sha256=SVCOSfwJGSx-DRGznMFnt8ez1zqvGfpIKne9f7DhdNo,8417
|
|
46
|
-
rucio/client/touchclient.py,sha256=
|
|
47
|
-
rucio/client/uploadclient.py,sha256=
|
|
46
|
+
rucio/client/touchclient.py,sha256=LZXC2xI4QmmTTW4D1339sNXP1VwOKtxS-K7AaQwSlf4,2873
|
|
47
|
+
rucio/client/uploadclient.py,sha256=EQuVDOGveGF78qTz2akw86e96C-Oydux4d-imAoXYvU,72145
|
|
48
48
|
rucio/common/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
49
49
|
rucio/common/bittorrent.py,sha256=cpz-axibeHmO-Nk3-RH5JTvF6PjvmrRY0rOCgRjmaHk,8834
|
|
50
|
-
rucio/common/cache.py,sha256=
|
|
50
|
+
rucio/common/cache.py,sha256=oa1WCodXpsmHzM-LJoYL7wQHw7VMU5I0g3TBg-VzEfo,3389
|
|
51
51
|
rucio/common/checksum.py,sha256=nSqjY8TdDGohpAzcEM2fjv4FPdOKmKr_3U27HalKkoY,5254
|
|
52
|
-
rucio/common/client.py,sha256=
|
|
53
|
-
rucio/common/config.py,sha256=
|
|
54
|
-
rucio/common/constants.py,sha256
|
|
52
|
+
rucio/common/client.py,sha256=vHJ1gnHRBiXC2ZPfSgYPlsdJi0DbvwWDdHHMEOVgBvU,3129
|
|
53
|
+
rucio/common/config.py,sha256=69AhxgP9SXXrlaTqlOCQiaiqGqHLhSfhRFasroGfDdc,24402
|
|
54
|
+
rucio/common/constants.py,sha256=5IFslVCrULMpyRX9j40wC2zAHLZM99kom1iDoqW44Lg,7603
|
|
55
55
|
rucio/common/constraints.py,sha256=MrdiAwKyoaZGfspUWX_53XS2790nXMSMg1JYmTO_ciQ,726
|
|
56
56
|
rucio/common/didtype.py,sha256=nXoyK740yrwsiGX9e9vOc8UX0PXRvKry67C0Sd8SpmM,8010
|
|
57
57
|
rucio/common/exception.py,sha256=U4Jnpv8QTkNmMG2scV4bYNzOqLsMnfrmiGeSH-P_B_g,34555
|
|
58
58
|
rucio/common/extra.py,sha256=IE01275vTJobyNiYbptU9NmsUl2Ga_92FSoOODV8Qfk,1054
|
|
59
59
|
rucio/common/logging.py,sha256=_G1QDFpPLghz2VXOjdhC7j-TtZBxmPJsyJtztW7mf68,15874
|
|
60
60
|
rucio/common/pcache.py,sha256=V2OnO4h4v5yaxWT9T9DMJpm-2rLalBzzaqlUWUq5x4c,47097
|
|
61
|
-
rucio/common/plugins.py,sha256=
|
|
62
|
-
rucio/common/policy.py,sha256=
|
|
61
|
+
rucio/common/plugins.py,sha256=oXATA8pgCkpfq9qleJ9tVk8aenUpKXzjOkR-Vx4c3-U,7117
|
|
62
|
+
rucio/common/policy.py,sha256=4i7SHyUpWxagS9nI72nBpWyfvYfz_aH6GH4lFMtDARo,3546
|
|
63
63
|
rucio/common/stomp_utils.py,sha256=3GTiRTJ0roe5OX_wgkVwOJYAIhGgYbhiROHc2M8LQT8,5414
|
|
64
64
|
rucio/common/stopwatch.py,sha256=_9zxoLjr8A0wUDJsljK4vZNDCI-dIOgpcxXiCNVJcHU,1641
|
|
65
65
|
rucio/common/test_rucio_server.py,sha256=2teFpN5Pthp-zQt1_aErOURDTgOhFP9GKdEr1NMmc4o,5085
|
|
66
|
-
rucio/common/types.py,sha256=
|
|
66
|
+
rucio/common/types.py,sha256=ylN3wIQePDZ5fcqYdG66RMefjk65nKMvLSPlMTfHhOQ,11836
|
|
67
67
|
rucio/common/utils.py,sha256=Q4CC6hT42lIqSZ22U1WmsZpU7VoGXPFeeRDDbrpbT4Q,62391
|
|
68
68
|
rucio/common/dumper/__init__.py,sha256=FHhVrOmAJ6-bfHFxgUkPIiejQ0nbGojrW26hfRBHvhg,10940
|
|
69
69
|
rucio/common/dumper/consistency.py,sha256=k1MLD9RAVBR7uBZxjuuQsD8PzbXzOSd6vdWytDweUx4,17962
|
|
70
70
|
rucio/common/dumper/data_models.py,sha256=ckjUy7R9ftmsSCjC1kF0Ccpjq53Eba4EWWlpHzGKI8M,11184
|
|
71
71
|
rucio/common/dumper/path_parsing.py,sha256=Y0GI-xn9VShaR_wFSrzA8yIm0jrjGVAJ5euua0V3enU,2394
|
|
72
|
-
rucio/common/schema/__init__.py,sha256
|
|
72
|
+
rucio/common/schema/__init__.py,sha256=-uf3w__sNiKX21VCNjItjW6nzdTR2ysq-Bdndda_D3w,8038
|
|
73
73
|
rucio/common/schema/generic.py,sha256=NkjdxVutlRm-7AvgQf9bTW0Gb0AomuiV1iwfXOPNmIQ,15811
|
|
74
74
|
rucio/common/schema/generic_multi_vo.py,sha256=Owk9JMxycAcayTDnx-9kiXZSRBHC_jPaq79jjE1FiB0,15035
|
|
75
75
|
rucio/core/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
76
|
-
rucio/core/account.py,sha256=
|
|
76
|
+
rucio/core/account.py,sha256=vQFMm08jEnyhcq52zDJACWf_iVS5xPeWj6z8K2LJFhA,16452
|
|
77
77
|
rucio/core/account_counter.py,sha256=DjxaZfyXKY4VJ7fQgLywkaB4882PIX27f9FXRv0UdbM,7253
|
|
78
|
-
rucio/core/account_limit.py,sha256=
|
|
78
|
+
rucio/core/account_limit.py,sha256=aKIiO8Sss_8m4n-cAkKqCXUanMz8fE7Lqod65NbY-Rc,16341
|
|
79
79
|
rucio/core/authentication.py,sha256=r4MJYmr7T8iJZw4CB3ziLv9s6MESh5gUgGJMrnQyIP4,21041
|
|
80
80
|
rucio/core/config.py,sha256=iEfl-64i7HDRO5Do1hQ4ibwCTV5AUlXocWrdWNF-6hw,14197
|
|
81
81
|
rucio/core/credential.py,sha256=pDWLrdgarvAvlgCjamcjVNYtbh0wc_DWXixNKb1TfVM,8529
|
|
82
|
-
rucio/core/did.py,sha256=
|
|
83
|
-
rucio/core/dirac.py,sha256=
|
|
84
|
-
rucio/core/distance.py,sha256=
|
|
85
|
-
rucio/core/exporter.py,sha256=
|
|
82
|
+
rucio/core/did.py,sha256=ZDc96kQWEi70m6CdAOunYNf7gklr9AqjuhsAVP_2z_0,116383
|
|
83
|
+
rucio/core/dirac.py,sha256=85-4aG18YSTt44aaD_g0DP92cF33tldIh9B_-TOkSIM,9836
|
|
84
|
+
rucio/core/distance.py,sha256=3WtfWONxWTopcRf9lsz01XsWikwF8Ga76z9g3Im7bBw,6052
|
|
85
|
+
rucio/core/exporter.py,sha256=sk6Qjrs5Rki_h1-zd8T_6834YZretoHIMuGy3Lu2gHU,1931
|
|
86
86
|
rucio/core/heartbeat.py,sha256=xesayFiO_mFsfvbmaGf0pLyeCTW0dZ4LHypOnDhzlbk,11380
|
|
87
87
|
rucio/core/identity.py,sha256=BvmZ5JCXYe2WakpTZVKGu3hcPBYaIGg7x-R5UeplNIg,12112
|
|
88
|
-
rucio/core/importer.py,sha256=
|
|
88
|
+
rucio/core/importer.py,sha256=V2UMTPIUiCUYYAYVRrab3FqA36o_N-4Q_ox3juRC7Zg,14299
|
|
89
89
|
rucio/core/lifetime_exception.py,sha256=f1wpHy-YG3MwdgmV9x7XMvxvlh2kL2iY6NcpDNaVUck,15321
|
|
90
90
|
rucio/core/lock.py,sha256=kXZepNIEarLJo6r-SeXF7VPBkqtleMjXulJYGBuQuzE,23368
|
|
91
91
|
rucio/core/message.py,sha256=r1IfYtelXh7rHNWL_v9jLtsayJjq2vejHQivdNlog2w,10361
|
|
@@ -95,21 +95,21 @@ rucio/core/naming_convention.py,sha256=Q_P1ipmynGNgjB1onEPI1gZoLYOUvf49B4dEWTDYj
|
|
|
95
95
|
rucio/core/nongrid_trace.py,sha256=wAEC5KBFby0rB4ihKTNMnHyLkLwyedA3xmvCCwBWtW8,5206
|
|
96
96
|
rucio/core/oidc.py,sha256=olsC-KhO3UninRCAIxykDkABhMCZID-13mxX1JUa6T8,70584
|
|
97
97
|
rucio/core/quarantined_replica.py,sha256=MKKn1QF5kkXLB-z_K_DJoVtksE1sSXS_WJ44NekcaZc,8323
|
|
98
|
-
rucio/core/replica.py,sha256=
|
|
98
|
+
rucio/core/replica.py,sha256=fAoaI1eNEiRRNllctoXw9XZYu4MD1OoT1GgdCJqBAwY,185528
|
|
99
99
|
rucio/core/replica_sorter.py,sha256=ONfs4G6fo0JGZ70pqDKT4k7CSRxW82LhCZnQHskJhaU,14993
|
|
100
|
-
rucio/core/request.py,sha256=
|
|
101
|
-
rucio/core/rse.py,sha256=
|
|
100
|
+
rucio/core/request.py,sha256=uUEn-m4fUM6LJdPWdhJ-kWPFjyxeIZn2iGvv5HD4wCg,120402
|
|
101
|
+
rucio/core/rse.py,sha256=aiNiVKoYZxQ1AFBN2WfxLvQ4Ca3A-LKb-HPCiWRzetw,71008
|
|
102
102
|
rucio/core/rse_counter.py,sha256=5N3k5X6p-4PkDsNz-8TXnAWeU2oj8ti4epRDLJj3FWM,6093
|
|
103
103
|
rucio/core/rse_expression_parser.py,sha256=txTYmddSOqdFxia_wkLXZMEtw2SoyOWnhOmzbhtdbsk,15511
|
|
104
104
|
rucio/core/rse_selector.py,sha256=Of9cWR0JA5Su00zn8_KZwHrtKN9YbkzcfGzsWsLhL3I,14596
|
|
105
|
-
rucio/core/rule.py,sha256=
|
|
105
|
+
rucio/core/rule.py,sha256=KHzsQGNQOgbw0XBhgCHwAQBbQIYrr5lQ1p3TNGWvG48,209166
|
|
106
106
|
rucio/core/rule_grouping.py,sha256=lWhSIMNo1FPFD1yeV1ziFaY8codmm7uQQdDlwJV3EG4,96091
|
|
107
107
|
rucio/core/scope.py,sha256=RFWbzAAcWvSRTdYbDF7OxzYBkF0CfHmfoDxs66nP7Oc,5920
|
|
108
108
|
rucio/core/subscription.py,sha256=i1zgc2FnceDgrkYzjMFRTTDvWlFssvv_qHgnkJyR_NY,16407
|
|
109
109
|
rucio/core/topology.py,sha256=qErGVrTv4R77G_h8u4bW3lXEw8mL7sZo1KQR5lLW0dw,19282
|
|
110
110
|
rucio/core/trace.py,sha256=eTuYAQtDB-z20qs5_AUD6RLA9Hk0TZH5beKJzRQYtUY,13602
|
|
111
|
-
rucio/core/transfer.py,sha256=
|
|
112
|
-
rucio/core/vo.py,sha256=
|
|
111
|
+
rucio/core/transfer.py,sha256=HPJTJmh_kisj0VPacT5N2yQPT5TDGUGgbXUWKmgmsGw,64826
|
|
112
|
+
rucio/core/vo.py,sha256=SQtW-JObiTQSkJM_3RKz44RrA9vIcsmdbxPsxWMo5cU,5966
|
|
113
113
|
rucio/core/volatile_replica.py,sha256=KvYcu6Lv9EOWxG3Y-yTwVUY5Taq6Zl9CHjRQPiFrYBg,5508
|
|
114
114
|
rucio/core/did_meta_plugins/__init__.py,sha256=oaCADBG9U7MqVzRg6cC2oXnHHUiUGdXhqXJ0mDlLusc,11950
|
|
115
115
|
rucio/core/did_meta_plugins/did_column_meta.py,sha256=vyB762mYOgyEkbKUxHDEX5pvwGKWrji1Stp4i8HsGJY,17576
|
|
@@ -119,7 +119,7 @@ rucio/core/did_meta_plugins/filter_engine.py,sha256=tFRtA1A-T1DNlfffgfZdTJ0LCfuk
|
|
|
119
119
|
rucio/core/did_meta_plugins/json_meta.py,sha256=KzhgrNIBDuRyUkxkPh86NJZFP_wzFHEUd2EX-AnZ_J4,9918
|
|
120
120
|
rucio/core/did_meta_plugins/mongo_meta.py,sha256=igFgIm5DvJeYDa4yud0mkG80jozJn9IhPPS6shPXIr8,8535
|
|
121
121
|
rucio/core/did_meta_plugins/postgres_meta.py,sha256=8wmbX3CH0Gqx73wycH7kRXaawoNnmF-vPow-fz8v5gQ,14262
|
|
122
|
-
rucio/core/permission/__init__.py,sha256=
|
|
122
|
+
rucio/core/permission/__init__.py,sha256=PAWHQvMn5ycMTiY8LMaDlIAvVP_TqPU3GGiKW1xdCy8,6421
|
|
123
123
|
rucio/core/permission/generic.py,sha256=mAxgCTcKL-HKFsA-xcRw5DfYV9xNPfaOBZzSDXiQilI,49901
|
|
124
124
|
rucio/core/permission/generic_multi_vo.py,sha256=nHkPNNixP6bWKSS8tIOJiX_--TL6s8F2TMnobWMnYu8,45653
|
|
125
125
|
rucio/daemons/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
@@ -129,36 +129,36 @@ rucio/daemons/abacus/account.py,sha256=I1rSanUNbmnrkH9VWYey4AmGimh2h4O5RHWJOg1oZ
|
|
|
129
129
|
rucio/daemons/abacus/collection_replica.py,sha256=SPV9UYkpH77cnX8XdYXxLtbv7CTP_cIztOWGug6i8JE,4069
|
|
130
130
|
rucio/daemons/abacus/rse.py,sha256=ZJYwCZFErXdfCR9Rm399f_bS6JjgMiucm8rleFC69e8,3795
|
|
131
131
|
rucio/daemons/atropos/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
132
|
-
rucio/daemons/atropos/atropos.py,sha256=
|
|
132
|
+
rucio/daemons/atropos/atropos.py,sha256=5N7zsCA0FmmmBfrqyPylBgXDVI5KUm3VJuLg3WSWLa8,10610
|
|
133
133
|
rucio/daemons/auditor/__init__.py,sha256=TjyTpuSuGbnMlxlqjPO_Clvy806RfTQ0IDK987qt1SM,10643
|
|
134
134
|
rucio/daemons/auditor/hdfs.py,sha256=TjYeVYm6_zrQEu9KPYrrHuPJ9yAYAEwuaPNmJFJEG5k,3071
|
|
135
135
|
rucio/daemons/auditor/srmdumps.py,sha256=BsqWFwSKLhAffVuzWmOX36RgUmAi_o7Tn-GKIy_QFLU,11056
|
|
136
136
|
rucio/daemons/automatix/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
137
|
-
rucio/daemons/automatix/automatix.py,sha256=
|
|
137
|
+
rucio/daemons/automatix/automatix.py,sha256=HvvgrUZvrb4HGJg64L83XXCKIo5URLTWAuWTVZS4KpY,10650
|
|
138
138
|
rucio/daemons/badreplicas/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
139
|
-
rucio/daemons/badreplicas/minos.py,sha256=
|
|
139
|
+
rucio/daemons/badreplicas/minos.py,sha256=M2CApn8B6qM2ALT9uitApk8QQHlPWV7zgX0WJo9pQKo,16448
|
|
140
140
|
rucio/daemons/badreplicas/minos_temporary_expiration.py,sha256=TYT9mJ0D38tAYeTVRNWKBkh2lCgdhBM3e8HEPTnkQ14,8798
|
|
141
141
|
rucio/daemons/badreplicas/necromancer.py,sha256=p5QZAxObct9R6EghX3iYKFtL8wyVdwhfVrILTYYCAzM,10193
|
|
142
142
|
rucio/daemons/bb8/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
143
|
-
rucio/daemons/bb8/bb8.py,sha256=
|
|
143
|
+
rucio/daemons/bb8/bb8.py,sha256=U2YMi-r3poG1k9jeyYsBAxgcPmCqbLFhleHOUqldHkY,13076
|
|
144
144
|
rucio/daemons/bb8/common.py,sha256=hFXJeBlm_6priRl2_AIaXo13SIaNkXsmIGHVqGmPwcU,27240
|
|
145
|
-
rucio/daemons/bb8/nuclei_background_rebalance.py,sha256=
|
|
145
|
+
rucio/daemons/bb8/nuclei_background_rebalance.py,sha256=IfSSYITc0t5kEKqpm_6gaFRQ6mB2IpehZk9kTN3cmf4,6759
|
|
146
146
|
rucio/daemons/bb8/t2_background_rebalance.py,sha256=68xC1Ff6vhLFJNnFJ8B93xBgwqymfVGdhDKoGiyW-dc,6616
|
|
147
147
|
rucio/daemons/cache/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
148
148
|
rucio/daemons/cache/consumer.py,sha256=trcSffcPLcsDuJ6fc0pcDOBxPnYf4uCMp3G5xTMcD_A,6966
|
|
149
149
|
rucio/daemons/conveyor/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
150
|
-
rucio/daemons/conveyor/common.py,sha256=
|
|
150
|
+
rucio/daemons/conveyor/common.py,sha256=ktmCzxpzjdduJBo4uJXQV3XHGKZK6EQ6og-aHwqKS6E,26437
|
|
151
151
|
rucio/daemons/conveyor/finisher.py,sha256=HVIGlMPm8-soM_v7TrvES_TzxGmuMCM88odxdN5sRmE,25222
|
|
152
152
|
rucio/daemons/conveyor/poller.py,sha256=Vsgata-qujBsiiRxv20KMsVnQ4y3rDq9yAWIpgdnJVg,16805
|
|
153
153
|
rucio/daemons/conveyor/preparer.py,sha256=xwpjQgSLY9zqOyc6pdUbV5-eb_nWMEAiOD_F9nYfXcs,8022
|
|
154
154
|
rucio/daemons/conveyor/receiver.py,sha256=qTbt2uLM5aCfL7ei4JfMrSZwEa2K0s2Yfh0ahTdAn48,8830
|
|
155
155
|
rucio/daemons/conveyor/stager.py,sha256=rrZ-nfPOQMHZzFnOi18JM6rnHlEQpOsPpNM4M89o_gg,4282
|
|
156
|
-
rucio/daemons/conveyor/submitter.py,sha256=
|
|
156
|
+
rucio/daemons/conveyor/submitter.py,sha256=z62cAayi2ogxpBwqW1oxNcmre04r-IMbKMydPhnuwkk,17197
|
|
157
157
|
rucio/daemons/conveyor/throttler.py,sha256=C14uzYoHQRd9TiIucGgso6b9ImUrLeUgn1-_jTYjl-o,22379
|
|
158
158
|
rucio/daemons/follower/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
159
159
|
rucio/daemons/follower/follower.py,sha256=QlPhOsVRC8xGuExFfvy874e6FfPn9wfFmMbjUBqVXTQ,3438
|
|
160
160
|
rucio/daemons/hermes/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
161
|
-
rucio/daemons/hermes/hermes.py,sha256=
|
|
161
|
+
rucio/daemons/hermes/hermes.py,sha256=xXN6p7LAudpeaThSmaJF2S7rpKeRuGq3M9oglUFdrqI,31717
|
|
162
162
|
rucio/daemons/judge/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
163
163
|
rucio/daemons/judge/cleaner.py,sha256=BYXGBGdxwrYvSx3a0cwBPacovN3zFdEmDSfzvtCCEu4,6134
|
|
164
164
|
rucio/daemons/judge/evaluator.py,sha256=XjTgzapV4TUGDid2Kh95_0A-Nv3qO-JUqOq5NEooRVI,7608
|
|
@@ -167,10 +167,10 @@ rucio/daemons/judge/repairer.py,sha256=k961QZaREh8ZKrD532kPTGY_2_dFda65h8_rxaUo3
|
|
|
167
167
|
rucio/daemons/oauthmanager/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
168
168
|
rucio/daemons/oauthmanager/oauthmanager.py,sha256=Y7mdiUQOsXKvv2PoPu3yhUhsQwllyoIjXga5KU3acqU,8820
|
|
169
169
|
rucio/daemons/reaper/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
170
|
-
rucio/daemons/reaper/dark_reaper.py,sha256=
|
|
171
|
-
rucio/daemons/reaper/reaper.py,sha256=
|
|
170
|
+
rucio/daemons/reaper/dark_reaper.py,sha256=HvKUoSevgDZBQnNkhw26Eca60q-7KQ2UsZgv9d0mkDA,11557
|
|
171
|
+
rucio/daemons/reaper/reaper.py,sha256=Irx0kRdmMoyvAILjyXxDL3cT-u6hsy2vagR7-iyUYwY,36717
|
|
172
172
|
rucio/daemons/replicarecoverer/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
173
|
-
rucio/daemons/replicarecoverer/suspicious_replica_recoverer.py,sha256=
|
|
173
|
+
rucio/daemons/replicarecoverer/suspicious_replica_recoverer.py,sha256=aynauMdOlSuSYiQX6QAlb067015TgLYzbnKm2GQ7v-Q,35892
|
|
174
174
|
rucio/daemons/rsedecommissioner/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
175
175
|
rucio/daemons/rsedecommissioner/config.py,sha256=pK-JwhFf-b0VKZ15CvZH9ncA_UG5w1-pHxYuycOYtNg,2780
|
|
176
176
|
rucio/daemons/rsedecommissioner/rse_decommissioner.py,sha256=m-V_tHuHhXevQafBwS6dNAHgL14wUjghsvZH9BCJ2pg,10457
|
|
@@ -182,19 +182,19 @@ rucio/daemons/storage/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0Yrg
|
|
|
182
182
|
rucio/daemons/storage/consistency/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
183
183
|
rucio/daemons/storage/consistency/actions.py,sha256=ejmScfSaET4ul5h7os_l3Vatl_fsV6hwYcp7J6ftYXc,31845
|
|
184
184
|
rucio/daemons/tracer/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
185
|
-
rucio/daemons/tracer/kronos.py,sha256=
|
|
185
|
+
rucio/daemons/tracer/kronos.py,sha256=3nFVAVYEACvONERU3rGM_v2aWm3eT0BACeKU5qVj_7g,24347
|
|
186
186
|
rucio/daemons/transmogrifier/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
187
|
-
rucio/daemons/transmogrifier/transmogrifier.py,sha256=
|
|
187
|
+
rucio/daemons/transmogrifier/transmogrifier.py,sha256=dbDSEhllqy2RWawBO7dLT_gj2z3rIcGSSnGLqhTO55g,31117
|
|
188
188
|
rucio/daemons/undertaker/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
189
|
-
rucio/daemons/undertaker/undertaker.py,sha256=
|
|
189
|
+
rucio/daemons/undertaker/undertaker.py,sha256=b8HiFkk7YY4fxORQ7MgmDVADZvvHlHiKrczKG_uQpb0,5418
|
|
190
190
|
rucio/db/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
191
191
|
rucio/db/sqla/__init__.py,sha256=nVXdqNgRs6AXgN7cVM3MAdHZZDX1l0FdVEabWEtMbbw,2506
|
|
192
192
|
rucio/db/sqla/constants.py,sha256=gW48t07jmeehltUaNQHl3ifSRgB7GA39ZVgOXnfRj3k,4311
|
|
193
|
-
rucio/db/sqla/models.py,sha256=
|
|
193
|
+
rucio/db/sqla/models.py,sha256=sowqGELOKCE-PurJa4BkZOUhMlhMQvA0LNtrjitdGiE,111799
|
|
194
194
|
rucio/db/sqla/sautils.py,sha256=X4gHWCkqvDlJEEHmhO2txV94__kvS8M9Hb1aJvbLaUg,2000
|
|
195
195
|
rucio/db/sqla/session.py,sha256=q4E9ufRjv_GWd_QgsYpI9a2vEeSXat5IdSylfsIUSE8,19251
|
|
196
196
|
rucio/db/sqla/types.py,sha256=VBCDsSozh2mUNwmmBNbA5xZHkgU0FMXwRBmsc33YUtE,6090
|
|
197
|
-
rucio/db/sqla/util.py,sha256=
|
|
197
|
+
rucio/db/sqla/util.py,sha256=qJXTsThZKdXkfDQZua1lX8T3DVr8VnpQJ7P_T1YNdTU,22697
|
|
198
198
|
rucio/db/sqla/migrate_repo/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
199
199
|
rucio/db/sqla/migrate_repo/env.py,sha256=rSNoSvBSykAbjBXvQ3jpsN7MDr0xfYipdRg3VS42ji0,3545
|
|
200
200
|
rucio/db/sqla/migrate_repo/versions/01eaf73ab656_add_new_rule_notification_state_progress.py,sha256=rCIOzEnPJvd3uGqp-Ks-_KQNFoMhrLPWNXZUjSFbIlY,3340
|
|
@@ -327,33 +327,33 @@ rucio/db/sqla/migrate_repo/versions/fb28a95fe288_add_replicas_rse_id_tombstone_i
|
|
|
327
327
|
rucio/db/sqla/migrate_repo/versions/fe1a65b176c9_set_third_party_copy_read_and_write_.py,sha256=ax1wpzHyCBVb42fZTiPplcB7XiI7MgdNxuvfQFwpIXw,1896
|
|
328
328
|
rucio/db/sqla/migrate_repo/versions/fe8ea2fa9788_added_third_party_copy_column_to_rse_.py,sha256=27lEJJERe1LwRZoHu3gw-Lsiiu_2W2lYKR_bzNOEitQ,1599
|
|
329
329
|
rucio/gateway/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
330
|
-
rucio/gateway/account.py,sha256=
|
|
331
|
-
rucio/gateway/account_limit.py,sha256=
|
|
332
|
-
rucio/gateway/authentication.py,sha256=
|
|
333
|
-
rucio/gateway/config.py,sha256=
|
|
334
|
-
rucio/gateway/credential.py,sha256=
|
|
335
|
-
rucio/gateway/did.py,sha256=
|
|
336
|
-
rucio/gateway/dirac.py,sha256=
|
|
337
|
-
rucio/gateway/exporter.py,sha256=
|
|
338
|
-
rucio/gateway/heartbeat.py,sha256=
|
|
339
|
-
rucio/gateway/identity.py,sha256
|
|
340
|
-
rucio/gateway/importer.py,sha256=
|
|
341
|
-
rucio/gateway/lifetime_exception.py,sha256=
|
|
342
|
-
rucio/gateway/lock.py,sha256=
|
|
343
|
-
rucio/gateway/meta_conventions.py,sha256=
|
|
344
|
-
rucio/gateway/permission.py,sha256=
|
|
345
|
-
rucio/gateway/quarantined_replica.py,sha256=
|
|
346
|
-
rucio/gateway/replica.py,sha256=
|
|
347
|
-
rucio/gateway/request.py,sha256=
|
|
348
|
-
rucio/gateway/rse.py,sha256=
|
|
349
|
-
rucio/gateway/rule.py,sha256=
|
|
350
|
-
rucio/gateway/scope.py,sha256=
|
|
351
|
-
rucio/gateway/subscription.py,sha256=
|
|
330
|
+
rucio/gateway/account.py,sha256=ClYTW2svr1LMLjWot0aYjKEWVReYwyUMFx0TM-4-988,10472
|
|
331
|
+
rucio/gateway/account_limit.py,sha256=488y7W5k_Kl28-yjbMzEbik3RHVkCt5jukax-XsaC3Q,12409
|
|
332
|
+
rucio/gateway/authentication.py,sha256=XQHiVWNolnFcT6tDjmwhrJLihWe22lH17ZZHHss7uu4,14057
|
|
333
|
+
rucio/gateway/config.py,sha256=abxYRppqFT8KowmWpa8Tj7mG8qvBa3INm5CE4f1PIx0,9461
|
|
334
|
+
rucio/gateway/credential.py,sha256=hwEQTJeLZHUHZ5lNrUkWBsX1BkqT_G9kMwvWVo8ErvQ,2565
|
|
335
|
+
rucio/gateway/did.py,sha256=yxMC04ujiBQ4ULHgITebaGcDacqhM_NUVV1H9FfB-C4,32718
|
|
336
|
+
rucio/gateway/dirac.py,sha256=tnhG3ybHUYrtpdl1bB8_JybURXFUafdDNJ0IpslAyTE,3778
|
|
337
|
+
rucio/gateway/exporter.py,sha256=ZgAxGvnG_lcfcQx9fQ9X3vfEGu3OXD8H9liqOULN7hM,2301
|
|
338
|
+
rucio/gateway/heartbeat.py,sha256=14CxHlkaXedKnWNVj9G5M9s41MQd9daoP4kXQJSKqP4,3000
|
|
339
|
+
rucio/gateway/identity.py,sha256=-fEtersM6qTzR2lYlCtV-PHSE2Uz6mWW70CsKsQ2oEE,7377
|
|
340
|
+
rucio/gateway/importer.py,sha256=77ZuiN5C2xq3favb9ZPfZlKjWV8gsBqwhwIGE4A4DoQ,1857
|
|
341
|
+
rucio/gateway/lifetime_exception.py,sha256=Uec2hsX1HFieNX672bR06REHg0m3Ms_883NIcFCdmmU,4183
|
|
342
|
+
rucio/gateway/lock.py,sha256=4Nx2rc1UsDRgB7pSboqEivBWAwOXA3UxCJ0mEon_OXM,4956
|
|
343
|
+
rucio/gateway/meta_conventions.py,sha256=KJOwoDfhHU2KIqrw-Lpq6rOYesXMNO1rX4OOaOFFMhQ,3747
|
|
344
|
+
rucio/gateway/permission.py,sha256=qQXzsVOfvvFWQpcg_e7BQVF25zW-Jq5wOrWENVp5wwM,2906
|
|
345
|
+
rucio/gateway/quarantined_replica.py,sha256=fzeIOqCP387tb8TtYlkmua0HJ9QXAf-fCNLV582Jk0k,2829
|
|
346
|
+
rucio/gateway/replica.py,sha256=NNFmizu1RwESK4xbBjAq-V-IhsRZmqdSTCtCy7-eLjQ,25705
|
|
347
|
+
rucio/gateway/request.py,sha256=IDOmVAEPCuH0Hr-qyhuUBnTeIUPdYUIYHFZLlubEm_E,16672
|
|
348
|
+
rucio/gateway/rse.py,sha256=8IPAwWUM0ngvDMFHJeZPp_hwEE2evu5KcOWOs82VQzM,24539
|
|
349
|
+
rucio/gateway/rule.py,sha256=fOqLQX3UPgXbUGoEjA2yB7B5Lm65gfC00u9xJg4iqvY,18121
|
|
350
|
+
rucio/gateway/scope.py,sha256=mSa4im4RZB-08M2tn3_NYXrZnrnYl_nXIhAJh716jWA,3229
|
|
351
|
+
rucio/gateway/subscription.py,sha256=JqGyHIA7RgJxDU6guDOEQVXKTj7dtCKledSYiYscrto,10884
|
|
352
352
|
rucio/gateway/trace.py,sha256=rsLD4fx3O_mxQJY2RtVjHO9FpwMc9jzpmxNdi7VPGBk,1903
|
|
353
|
-
rucio/gateway/vo.py,sha256=
|
|
354
|
-
rucio/rse/__init__.py,sha256=
|
|
355
|
-
rucio/rse/rsemanager.py,sha256=
|
|
356
|
-
rucio/rse/translation.py,sha256=
|
|
353
|
+
rucio/gateway/vo.py,sha256=6JjIQE4zp-JNq1VV3Ojjdlfc-hNcSVWanVszXHVs2KA,5005
|
|
354
|
+
rucio/rse/__init__.py,sha256=0Y-ZU-K8E-a_sc6q-rTjstREC25EmxPmtIWig5gFNU4,3361
|
|
355
|
+
rucio/rse/rsemanager.py,sha256=Qi8dUD3z0wUCr7O-GeKHKcjt9ur7Jo9d1H3lpm08KcI,41127
|
|
356
|
+
rucio/rse/translation.py,sha256=8hrq8eLuF3C6MQP9AXfb0_7S_IGMiOpBaNCTJRS5cm8,9030
|
|
357
357
|
rucio/rse/protocols/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
358
358
|
rucio/rse/protocols/bittorrent.py,sha256=ZBm_n7vU_NGXQaaZJWKQ-KUp6nYOMdbLqTvGuKN_LKk,7475
|
|
359
359
|
rucio/rse/protocols/cache.py,sha256=vJxwPa32TWMQSmETKJ_9ZcXmB4GS47yQGkB-d7IJAdc,4306
|
|
@@ -373,7 +373,7 @@ rucio/rse/protocols/storm.py,sha256=Z4fzklxG-x70A0Lugg1jE1RicwCSeF27iz0MXO-4to0,
|
|
|
373
373
|
rucio/rse/protocols/webdav.py,sha256=8UzmBA8vF_-exoUvpIHRQLfhvAvExQsfu-P4WbXGOXI,24810
|
|
374
374
|
rucio/rse/protocols/xrootd.py,sha256=oJHueVR44dcW5nkg8jCbr9PetV9UIti3C0tka_m7yIk,12604
|
|
375
375
|
rucio/tests/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
376
|
-
rucio/tests/common.py,sha256=
|
|
376
|
+
rucio/tests/common.py,sha256=dba3eBy4A1eBC0QiLg8hoIMFjFpnYIoHD64_Q0l_-As,9717
|
|
377
377
|
rucio/tests/common_server.py,sha256=hRuD7IZZjlNtahvkIssRvNPK68dS7Cs00aUuO4BQsWs,5667
|
|
378
378
|
rucio/transfertool/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
379
379
|
rucio/transfertool/bittorrent.py,sha256=2gPRmopyav8IXAtHcsC5oUcjZtmNQ8prUMKzFcCPUaE,8378
|
|
@@ -393,14 +393,14 @@ rucio/web/rest/ping.py,sha256=35YpZV7fW1MXz81Di1Wm4YXlq90TMrrda2l3QJy3s4k,1010
|
|
|
393
393
|
rucio/web/rest/flaskapi/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
394
394
|
rucio/web/rest/flaskapi/authenticated_bp.py,sha256=Q5yRLRAfu091GVaeiXKhKd5FNdA8DlClXWDv8562TW8,999
|
|
395
395
|
rucio/web/rest/flaskapi/v1/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
396
|
-
rucio/web/rest/flaskapi/v1/accountlimits.py,sha256=
|
|
396
|
+
rucio/web/rest/flaskapi/v1/accountlimits.py,sha256=CMizBo0qC4-34wygu-KqFVULsDIB0tAbogSvf6cHcK4,8092
|
|
397
397
|
rucio/web/rest/flaskapi/v1/accounts.py,sha256=H-29xbY34cfSgUuUxi0fkFZZlA3KP0VEjTBBGr4mmQk,38174
|
|
398
|
-
rucio/web/rest/flaskapi/v1/archives.py,sha256=
|
|
398
|
+
rucio/web/rest/flaskapi/v1/archives.py,sha256=cizZNUcZrGFTiwwGO7I8bN-v2l2D7cgRLZSPB_VMA-E,3605
|
|
399
399
|
rucio/web/rest/flaskapi/v1/auth.py,sha256=AMXmz2jgoQe12sAnuOfK8VXni4oKOVvyRlTOrNiEI4w,63513
|
|
400
|
-
rucio/web/rest/flaskapi/v1/common.py,sha256=
|
|
400
|
+
rucio/web/rest/flaskapi/v1/common.py,sha256=Ik03IK1gnPcjkex7J7_afkSWsyWL3gRpgVo3nG69b8o,18094
|
|
401
401
|
rucio/web/rest/flaskapi/v1/config.py,sha256=fBisDGr7UeAOXe8QVd27raXFJBdk1iKMiIEKpj_tVMw,10165
|
|
402
402
|
rucio/web/rest/flaskapi/v1/credentials.py,sha256=wGRf3nH-jc_X0ZGJFobsZFSoGFfSWM8JWMNMeJ0xO6E,8147
|
|
403
|
-
rucio/web/rest/flaskapi/v1/dids.py,sha256=
|
|
403
|
+
rucio/web/rest/flaskapi/v1/dids.py,sha256=YXSv9_XVjdqW845hIQ8fKZ5I1buhuVlZSZ5OJIW3bwQ,86477
|
|
404
404
|
rucio/web/rest/flaskapi/v1/dirac.py,sha256=2iEa0uaKoomsg94XTWaEIEFO5ZlS9lVL1XyjK91tHjE,4718
|
|
405
405
|
rucio/web/rest/flaskapi/v1/export.py,sha256=nFa9r-V5-SVb7gmAKYxLvxaFGlAqKxXgi2SaXfSIia4,2664
|
|
406
406
|
rucio/web/rest/flaskapi/v1/heartbeats.py,sha256=ZlB7T6RV11Q2cJBSel_NMMwJqSkH9vq7yjQ5-1Of4Ts,4636
|
|
@@ -425,64 +425,64 @@ rucio/web/rest/flaskapi/v1/types.py,sha256=kY-nml_En9zwkKu9TEYwEZGaF2NJ09gN2IUY7
|
|
|
425
425
|
rucio/web/rest/flaskapi/v1/vos.py,sha256=GuzWMGMYhYhA-spjrAO7c7qeWg1GzSFIeKd_DG6_6Oc,9152
|
|
426
426
|
rucio/web/rest/flaskapi/v1/templates/auth_crash.html,sha256=enhyVliQHlblgCEHvBzAlLxymFySlc42tk87vfWdBo0,2254
|
|
427
427
|
rucio/web/rest/flaskapi/v1/templates/auth_granted.html,sha256=SDsrTCQhwklLu3mDtSTUATnK16QG1T-eWDTDjmv8bn4,2139
|
|
428
|
-
rucio-37.
|
|
429
|
-
rucio-37.
|
|
430
|
-
rucio-37.
|
|
431
|
-
rucio-37.
|
|
432
|
-
rucio-37.
|
|
433
|
-
rucio-37.
|
|
434
|
-
rucio-37.
|
|
435
|
-
rucio-37.
|
|
436
|
-
rucio-37.
|
|
437
|
-
rucio-37.
|
|
438
|
-
rucio-37.
|
|
439
|
-
rucio-37.
|
|
440
|
-
rucio-37.
|
|
441
|
-
rucio-37.
|
|
442
|
-
rucio-37.
|
|
443
|
-
rucio-37.
|
|
444
|
-
rucio-37.
|
|
445
|
-
rucio-37.
|
|
446
|
-
rucio-37.
|
|
447
|
-
rucio-37.
|
|
448
|
-
rucio-37.
|
|
449
|
-
rucio-37.
|
|
450
|
-
rucio-37.
|
|
451
|
-
rucio-37.
|
|
452
|
-
rucio-37.
|
|
453
|
-
rucio-37.
|
|
454
|
-
rucio-37.
|
|
455
|
-
rucio-37.
|
|
456
|
-
rucio-37.
|
|
457
|
-
rucio-37.
|
|
458
|
-
rucio-37.
|
|
459
|
-
rucio-37.
|
|
460
|
-
rucio-37.
|
|
461
|
-
rucio-37.
|
|
462
|
-
rucio-37.
|
|
463
|
-
rucio-37.
|
|
464
|
-
rucio-37.
|
|
465
|
-
rucio-37.
|
|
466
|
-
rucio-37.
|
|
467
|
-
rucio-37.
|
|
468
|
-
rucio-37.
|
|
469
|
-
rucio-37.
|
|
470
|
-
rucio-37.
|
|
471
|
-
rucio-37.
|
|
472
|
-
rucio-37.
|
|
473
|
-
rucio-37.
|
|
474
|
-
rucio-37.
|
|
475
|
-
rucio-37.
|
|
476
|
-
rucio-37.
|
|
477
|
-
rucio-37.
|
|
478
|
-
rucio-37.
|
|
479
|
-
rucio-37.
|
|
480
|
-
rucio-37.
|
|
481
|
-
rucio-37.
|
|
482
|
-
rucio-37.
|
|
483
|
-
rucio-37.
|
|
484
|
-
rucio-37.
|
|
485
|
-
rucio-37.
|
|
486
|
-
rucio-37.
|
|
487
|
-
rucio-37.
|
|
488
|
-
rucio-37.
|
|
428
|
+
rucio-37.7.1.data/data/rucio/requirements.server.txt,sha256=CNcFwe_EuqGUvomsNg53pnEOMvcVPZXlFVeEEczB2SQ,5961
|
|
429
|
+
rucio-37.7.1.data/data/rucio/etc/alembic.ini.template,sha256=3eFdZvlBhtyYQcRCWGoehy4xfHe0xXqUCnxC91Neg9k,1772
|
|
430
|
+
rucio-37.7.1.data/data/rucio/etc/alembic_offline.ini.template,sha256=Zg39kR-_rmxU7X9BP5x68ccSx1UNMEOzOy2JC0D4O8c,1930
|
|
431
|
+
rucio-37.7.1.data/data/rucio/etc/globus-config.yml.template,sha256=ADOplXW10bO5KZVYRavwKgNaDR0VmdJ3gVbINeqoSIA,96
|
|
432
|
+
rucio-37.7.1.data/data/rucio/etc/ldap.cfg.template,sha256=2n-Exv81toCDZ6OzuNfMa71OoiLTdCSjWhkzCfSN3eM,806
|
|
433
|
+
rucio-37.7.1.data/data/rucio/etc/rse-accounts.cfg.template,sha256=IfDnXVxBPUrMnTMbJnd3P7eYHgY1C4Kfz7xKskJs-FI,543
|
|
434
|
+
rucio-37.7.1.data/data/rucio/etc/rucio.cfg.atlas.client.template,sha256=aHP1oX9m5yA8xVTTT2Hz6AyOYu92-Bcd5LF0i3AZRQw,1350
|
|
435
|
+
rucio-37.7.1.data/data/rucio/etc/rucio.cfg.template,sha256=wBFnaJrJmaYw3B6cZbsVzU-16pdyNJ8L86GZNJMp1Ng,8005
|
|
436
|
+
rucio-37.7.1.data/data/rucio/etc/rucio_multi_vo.cfg.template,sha256=sNlcfYDpTMEi7EKOtxiG4EIuhWtCPTP8YaJUDVAiaEE,6916
|
|
437
|
+
rucio-37.7.1.data/data/rucio/etc/mail_templates/rule_approval_request.tmpl,sha256=MTrB-IQEFE6TJnkwXjLxlUIc4afHmmrdQDC1S5og_dM,1210
|
|
438
|
+
rucio-37.7.1.data/data/rucio/etc/mail_templates/rule_approved_admin.tmpl,sha256=HxYNm7EKG9cMNkwUNPgZUC7o0Q9-DTINh1JtGtHOYUg,105
|
|
439
|
+
rucio-37.7.1.data/data/rucio/etc/mail_templates/rule_approved_user.tmpl,sha256=R4rssZ2hE8wcYPmAyc-UDpO5SPhMLZGNuYz6pvLjPVc,499
|
|
440
|
+
rucio-37.7.1.data/data/rucio/etc/mail_templates/rule_denied_admin.tmpl,sha256=feXJ3pZynlESBuPoe_y8amB84UQnLaP6SHtRk3cn7ZA,120
|
|
441
|
+
rucio-37.7.1.data/data/rucio/etc/mail_templates/rule_denied_user.tmpl,sha256=O054th_sVqZTFUeC3Gg_Qe8CrXQb-bxJhMaO48VMzzU,493
|
|
442
|
+
rucio-37.7.1.data/data/rucio/etc/mail_templates/rule_ok_notification.tmpl,sha256=EiT0KucfIKYnIN5XO9XawzZAJSVRYlza5sn8VloyBy4,546
|
|
443
|
+
rucio-37.7.1.data/data/rucio/tools/bootstrap.py,sha256=iI0Ue2mrRJdjFITm93DLHUBxDb_yfEoMUDpgO5Bqkhw,1259
|
|
444
|
+
rucio-37.7.1.data/data/rucio/tools/merge_rucio_configs.py,sha256=u62K1EcCGydM5nZA30zhlqWo4EX5N87b_MDkx5YfzVI,6163
|
|
445
|
+
rucio-37.7.1.data/data/rucio/tools/reset_database.py,sha256=ctvzWtRCQT69GNvmjDxtuSq8XM0B7VTdC0y-ALnHQsI,1351
|
|
446
|
+
rucio-37.7.1.data/scripts/rucio,sha256=xQRL_0mwut48KxOgWZexsSx9jfnaZHqSTAo7OnCHAgA,5081
|
|
447
|
+
rucio-37.7.1.data/scripts/rucio-abacus-account,sha256=rT7tgYxl5TMhPlg8gCvUA8NSxbgHdjilV8NJ_QMC5GA,2886
|
|
448
|
+
rucio-37.7.1.data/scripts/rucio-abacus-collection-replica,sha256=HD2acGu8xBDAsKGCA7oLQvcY5SdT1mIQhSrREDV2n_M,1809
|
|
449
|
+
rucio-37.7.1.data/scripts/rucio-abacus-rse,sha256=DoRsYnMzzkH7z6YvWjl40mIgXmq_3-osTPdDAqPjHgA,2633
|
|
450
|
+
rucio-37.7.1.data/scripts/rucio-admin,sha256=AhPO6-fAPviHObhB_Yi7GJXKfjpaH6m0RqxwctBeFlE,4229
|
|
451
|
+
rucio-37.7.1.data/scripts/rucio-atropos,sha256=o6KsmbjxbFgtKWl7gZbmBxBc3gYWax6FkkyfhUDmKbY,3171
|
|
452
|
+
rucio-37.7.1.data/scripts/rucio-auditor,sha256=4ktnrxKXkJTyMKysPc-AE7dDGbsa1e_o8bRDRkiJpT4,6124
|
|
453
|
+
rucio-37.7.1.data/scripts/rucio-automatix,sha256=Lgud3OXVqUcBrPMtTAgSgPE5ZWSr74FBfBh0EoA9-E8,1996
|
|
454
|
+
rucio-37.7.1.data/scripts/rucio-bb8,sha256=TD8P3cMiDB_knZKZcGTQsy8aA7nPQXMC1TNPCyXrsSg,3089
|
|
455
|
+
rucio-37.7.1.data/scripts/rucio-cache-client,sha256=71-xm4MyxEDBlwnlviHsOgF0tx5EbADsPoVpj_DJDkA,5276
|
|
456
|
+
rucio-37.7.1.data/scripts/rucio-cache-consumer,sha256=5mCXRQWwAww3aabTMQh-U9HgHFkCJf3VpTHdk9R-rsU,1348
|
|
457
|
+
rucio-37.7.1.data/scripts/rucio-conveyor-finisher,sha256=mAexgdlj41UOwIQDZ5POU8gTRMuKzaOqhEww6cRV2rI,2333
|
|
458
|
+
rucio-37.7.1.data/scripts/rucio-conveyor-poller,sha256=z2C17x3n_eKdDrL1w1ePJpslkbOw2UMTh5BaOw-__Es,2825
|
|
459
|
+
rucio-37.7.1.data/scripts/rucio-conveyor-preparer,sha256=jlaBQbN8f081ekInQxn3QcNvrQQqedmdjQ6PeEp9JeU,1746
|
|
460
|
+
rucio-37.7.1.data/scripts/rucio-conveyor-receiver,sha256=Tgg6oXQp1G31ZK_7OKh6fLvcO3GdGi55b7xho2I9B74,1669
|
|
461
|
+
rucio-37.7.1.data/scripts/rucio-conveyor-stager,sha256=AaFzBHTahrv5--H16lbpUlXc64hijLL_myakuJ0V-oI,3371
|
|
462
|
+
rucio-37.7.1.data/scripts/rucio-conveyor-submitter,sha256=IMENh4rK8w6KbjZaOD8UJEv5BHdiFDjhfsHmZZK-T80,6738
|
|
463
|
+
rucio-37.7.1.data/scripts/rucio-conveyor-throttler,sha256=5YIuyXE_ezko31YMuQkz-w1oGGYluoL3FP7o50KtoTI,3914
|
|
464
|
+
rucio-37.7.1.data/scripts/rucio-dark-reaper,sha256=GmQAUNmmJKJjeuY7jbQIHvrbdQWRJSlqojMF_6h8j2Y,2532
|
|
465
|
+
rucio-37.7.1.data/scripts/rucio-dumper,sha256=zGfdsamPIUxbnDFDPM6FtqR1d3FH1AdC0gtH1JeLaxU,6729
|
|
466
|
+
rucio-37.7.1.data/scripts/rucio-follower,sha256=GgZPcVlIejOX91VcgbUh7DThYTu3lDe8c1AuCIk85vM,1400
|
|
467
|
+
rucio-37.7.1.data/scripts/rucio-hermes,sha256=i238hHzuv9JNUUPHNcOjnFQSs6BpPmz88t8ZFgS2GxI,1973
|
|
468
|
+
rucio-37.7.1.data/scripts/rucio-judge-cleaner,sha256=iOucH4sil-tu5nibFOSKK3BQUhkXvzAx4E5QGbQGGCs,4726
|
|
469
|
+
rucio-37.7.1.data/scripts/rucio-judge-evaluator,sha256=JrWN2ZatnUig5iWM7Ku4nEspXBjaucOrc8Ic55_OCzc,7458
|
|
470
|
+
rucio-37.7.1.data/scripts/rucio-judge-injector,sha256=d6na_n4H7njpUmJQg2Gc4KlbgK0_xuW5vw3waLReLTQ,1657
|
|
471
|
+
rucio-37.7.1.data/scripts/rucio-judge-repairer,sha256=QHeBySAn1bYS17z5dTfq8o81uEUpqhGVUqe6KWZBVmQ,1661
|
|
472
|
+
rucio-37.7.1.data/scripts/rucio-kronos,sha256=WQQ0izYfdVvmfaaRkqSf4mejL-U86OL5mD5v1t2p6Eg,1770
|
|
473
|
+
rucio-37.7.1.data/scripts/rucio-minos,sha256=-utVl82-xd7zxp4yy1udqCm_MehRP7pU5WDdJ7EFuac,2246
|
|
474
|
+
rucio-37.7.1.data/scripts/rucio-minos-temporary-expiration,sha256=E9G_h__cJNWuEcFDoeBFjzCHqp1swW-ff67M2WpZ3eg,1983
|
|
475
|
+
rucio-37.7.1.data/scripts/rucio-necromancer,sha256=3qGsbLJqoEVyuKYLgpCRoxRexPf-_1ufR_wJYMby9gc,5681
|
|
476
|
+
rucio-37.7.1.data/scripts/rucio-oauth-manager,sha256=qqFyI_L-bHg4R6a3OSgL_RsmosuODykX7HM-u0Mr-nY,2776
|
|
477
|
+
rucio-37.7.1.data/scripts/rucio-reaper,sha256=c0aMDs0N0ubKcl5T5aHunqaBcmIIj6WmERReKTS9di4,3773
|
|
478
|
+
rucio-37.7.1.data/scripts/rucio-replica-recoverer,sha256=vE_8iW0wooL3rSejMtX5SDKZ8jVit1QC86XesGwwsIU,19446
|
|
479
|
+
rucio-37.7.1.data/scripts/rucio-rse-decommissioner,sha256=zXXTq1lPzoI5R012fGWrxXi9VcHZNIfB85EefwQN1kw,2337
|
|
480
|
+
rucio-37.7.1.data/scripts/rucio-storage-consistency-actions,sha256=Mb4GUO1kP7HdiCORhHkYfmfZIhJKp88RBr8TEC19HXo,3906
|
|
481
|
+
rucio-37.7.1.data/scripts/rucio-transmogrifier,sha256=i17F1FTrxharmCWVZpylXSH2Xow2KaxkTr2jzDFn8Rc,3350
|
|
482
|
+
rucio-37.7.1.data/scripts/rucio-undertaker,sha256=JYwGBZC_wdwOPHJKXj_VLipd7G838Eo__43JFNtBors,2775
|
|
483
|
+
rucio-37.7.1.dist-info/licenses/AUTHORS.rst,sha256=c4MEJjLcFZ5euNtPA7jGFL26javbFKpWTvxBoIs_l6w,4726
|
|
484
|
+
rucio-37.7.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
485
|
+
rucio-37.7.1.dist-info/METADATA,sha256=EqHMVl3GtGd3y61iuesR498eLwrHI-j354o6mxQSrmw,2957
|
|
486
|
+
rucio-37.7.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
487
|
+
rucio-37.7.1.dist-info/top_level.txt,sha256=lJM8plwW0ePPICkwFnpYzfdqHnSv6JZr1OD4JEysPgM,6
|
|
488
|
+
rucio-37.7.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rucio-37.6.0.data → rucio-37.7.1.data}/data/rucio/etc/mail_templates/rule_approval_request.tmpl
RENAMED
|
File without changes
|
{rucio-37.6.0.data → rucio-37.7.1.data}/data/rucio/etc/mail_templates/rule_approved_admin.tmpl
RENAMED
|
File without changes
|
{rucio-37.6.0.data → rucio-37.7.1.data}/data/rucio/etc/mail_templates/rule_approved_user.tmpl
RENAMED
|
File without changes
|
{rucio-37.6.0.data → rucio-37.7.1.data}/data/rucio/etc/mail_templates/rule_denied_admin.tmpl
RENAMED
|
File without changes
|
|
File without changes
|
{rucio-37.6.0.data → rucio-37.7.1.data}/data/rucio/etc/mail_templates/rule_ok_notification.tmpl
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|