Skip to content
Snippets Groups Projects
Commit 3253367a authored by Martin Barisits's avatar Martin Barisits
Browse files

Merge branch 'hotfix-2026-check_ami_probe_hotfix' into 'hotfix'

[RUCIO-2026] replicas listing



See merge request !709
parents 0b06384e 813cf541
No related branches found
Tags 1.2.5-2
No related merge requests found
......@@ -531,8 +531,7 @@ def _resolve_dids(dids, unavailable, ignore_availability, all_states, session):
state_clause = None
if not all_states:
if not unavailable:
if file_clause:
state_clause = models.RSEFileAssociation.state == ReplicaState.AVAILABLE
state_clause = models.RSEFileAssociation.state == ReplicaState.AVAILABLE
else:
state_clause = or_(models.RSEFileAssociation.state == ReplicaState.AVAILABLE,
models.RSEFileAssociation.state == ReplicaState.UNAVAILABLE,
......
......@@ -2,8 +2,8 @@
# This file is automatically generated by setup.py, So don't edit it. :)
VERSION_INFO = {
'final': True,
'version': '1.2.4',
'branch_nick': '(no',
'revision_id': '9012e25dbf77f170f789437a52cffe5939811b35',
'revno': 3242
'version': '1.2.5-1',
'branch_nick': '(detached',
'revision_id': '0b06384e2873c3b5930ff40858fb88e3d64ec2ac',
'revno': 3266
}
......@@ -11,8 +11,9 @@
/bin/cp README.rucio.rst README.rst
/bin/cp MANIFEST.in.rucio MANIFEST.in
/bin/cp setup_rucio.py setup.py
# Push on pypi@cern
python setup_rucio.py--release register -r https://voatlasrucio-pip.cern.ch/ sdist upload -r https://voatlasrucio-pip.cern.ch/
python setup_rucio.py --release register -r https://voatlasrucio-pip.cern.ch/ sdist upload -r https://voatlasrucio-pip.cern.ch/
# Push on pypi@org
python setup_rucio.py --release register sdist upload
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment