Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Rucio
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Vitjan Zavrtanik
Rucio
Commits
3253367a
Commit
3253367a
authored
9 years ago
by
Martin Barisits
Browse files
Options
Downloads
Plain Diff
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
Branches containing commit
Tags
1.2.5-2
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
lib/rucio/core/replica.py
+1
-2
1 addition, 2 deletions
lib/rucio/core/replica.py
lib/rucio/vcsversion.py
+4
-4
4 additions, 4 deletions
lib/rucio/vcsversion.py
tools/build_sdist_and_upload.sh
+2
-1
2 additions, 1 deletion
tools/build_sdist_and_upload.sh
with
7 additions
and
7 deletions
lib/rucio/core/replica.py
+
1
−
2
View file @
3253367a
...
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
lib/rucio/vcsversion.py
+
4
−
4
View file @
3253367a
...
...
@@ -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
'
:
32
42
'
version
'
:
'
1.2.
5-1
'
,
'
branch_nick
'
:
'
(
detached
'
,
'
revision_id
'
:
'
0b06384e2873c3b5930ff40858fb88e3d64ec2ac
'
,
'
revno
'
:
32
66
}
This diff is collapsed.
Click to expand it.
tools/build_sdist_and_upload.sh
+
2
−
1
View file @
3253367a
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment