Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
ef3f1b93
Commit
ef3f1b93
authored
Aug 14, 2017
by
Cao Shufeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some small fix in verify-flags-underscore
1. exceptions.txt and known-flags.txt are deleted, remove them from code too. 2. remove some duplicated flags from excluded-flags.txt
parent
2820b45c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
verify-flags-underscore.py
hack/verify-flags-underscore.py
+0
-4
excluded-flags.txt
hack/verify-flags/excluded-flags.txt
+0
-2
No files found.
hack/verify-flags-underscore.py
View file @
ef3f1b93
...
...
@@ -68,10 +68,6 @@ def get_all_files(rootdir):
dirs
.
remove
(
'.make'
)
if
'BUILD'
in
files
:
files
.
remove
(
'BUILD'
)
if
'exceptions.txt'
in
files
:
files
.
remove
(
'exceptions.txt'
)
if
'known-flags.txt'
in
files
:
files
.
remove
(
'known-flags.txt'
)
for
name
in
files
:
pathname
=
os
.
path
.
join
(
root
,
name
)
...
...
hack/verify-flags/excluded-flags.txt
View file @
ef3f1b93
...
...
@@ -15,10 +15,8 @@ new_file_0660
new_file_0666
new_file_0777
pods_per_node
pods_per_node
test_args
up_to
up_to
upgrade_args
valid_flag
retry_time
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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