Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
JAliEn
JAliEn-ROOT
Commits
1b8156fd
Commit
1b8156fd
authored
Aug 15, 2019
by
Nikola Hardi
Browse files
Update the tag filter list in collection XML
parent
423cb8b9
Pipeline
#1039807
failed with stage
in 18 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/TJAlienCollection.cxx
View file @
1b8156fd
...
...
@@ -954,21 +954,15 @@ TGridCollection *TJAlienCollection::OpenQuery(TGridResult * queryresult, Bool_t
filelist
->
Add
(
filegroup
);
}
// set tag filter list
// NOTE (nhardi 2019) the tags in this filter list will
// not be incuded in the XML attributes when XML is exported.
// The type and guidtime tags are ignored as a hack to bring
// tag "name" to the first place in the list of attributes.
// This seems to be a hard requirement from the JobOptimizer side.
TList
*
filterlist
=
new
TList
();
filterlist
->
Add
(
new
TObjString
(
"type"
));
filterlist
->
Add
(
new
TObjString
(
"dir"
));
filterlist
->
Add
(
new
TObjString
(
"perm"
));
filterlist
->
Add
(
new
TObjString
(
"owner"
));
filterlist
->
Add
(
new
TObjString
(
"ctime"
));
filterlist
->
Add
(
new
TObjString
(
"seStringlist"
));
filterlist
->
Add
(
new
TObjString
(
"aclId"
));
filterlist
->
Add
(
new
TObjString
(
"expiretime"
));
filterlist
->
Add
(
new
TObjString
(
"replicated"
));
filterlist
->
Add
(
new
TObjString
(
"entryId"
));
filterlist
->
Add
(
new
TObjString
(
"gowner"
));
filterlist
->
Add
(
new
TObjString
(
"selist"
));
filterlist
->
Add
(
new
TObjString
(
"select"
));
filterlist
->
Add
(
new
TObjString
(
"online"
));
filterlist
->
Add
(
new
TObjString
(
"guidtime"
));
filterlist
->
Add
(
new
TObjString
(
"message"
));
TJAlienCollection
*
newcollection
=
new
TJAlienCollection
(
filelist
,
nofgroups
,
nofgroupfiles
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment