Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gpfs-policy
Manage
Activity
Members
Labels
Plan
Issues
19
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
gpfs-policy
Merge requests
!1
Resolve "LIST parameter is used incorrectly as a file tag"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "LIST parameter is used incorrectly as a file tag"
1-list-parameter-is-used-incorrectly-as-a-file-tag
into
main
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
John-Paul Robinson
requested to merge
1-list-parameter-is-used-incorrectly-as-a-file-tag
into
main
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
Closes
#1 (closed)
by adding the file tag manually to the output.
Edited
3 years ago
by
John-Paul Robinson
👍
0
👎
0
Merge request reports
Compare
main
version 1
c4ec7ba3
3 years ago
main (base)
and
latest version
latest version
c4ec7ba3
1 commit,
3 years ago
version 1
c4ec7ba3
1 commit,
3 years ago
2 files
+
15
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
policy/list-30day-with-excludes
+
1
−
2
Options
@@ -8,8 +8,7 @@ define(access_age,
(DAYS(CURRENT_TIMESTAMP) - DAYS(ACCESS_TIME))
)
/* note: subtitution via -M for file tag */
RULE 'old_files' LIST 'FILETAG'
RULE 'old_files' LIST 'no_extern_list'
SHOW ('|size=' || varchar(FILE_SIZE) ||
'|kballoc='|| varchar(KB_ALLOCATED) ||
'|access=' || varchar(ACCESS_TIME) ||
Loading