Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
installsystems
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Seblu
installsystems
Commits
e0b1548c
Commit
e0b1548c
authored
13 years ago
by
Seblu
Browse files
Options
Downloads
Patches
Plain Diff
change installsytems default config file
parent
4fed83ac
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/is
+2
-2
2 additions, 2 deletions
bin/is
samples/installsystems.conf
+2
-2
2 additions, 2 deletions
samples/installsystems.conf
with
4 additions
and
4 deletions
bin/is
+
2
−
2
View file @
e0b1548c
...
...
@@ -171,7 +171,7 @@ ex_group.add_argument('-d', "--debug", action="store_true",
ex_group
.
add_argument
(
'
-q
'
,
"
--quiet
"
,
action
=
"
store_true
"
,
help
=
"
active quiet mode
"
)
# common options
p_main
.
add_argument
(
"
-c
"
,
"
--config
"
,
default
=
"
is
"
,
p_main
.
add_argument
(
"
-c
"
,
"
--config
"
,
default
=
"
i
nstallsystem
s
"
,
help
=
"
config file path
"
)
p_main
.
add_argument
(
"
-f
"
,
"
--repo-filter
"
,
default
=
None
,
help
=
"
select repository by name in config files
"
)
...
...
@@ -248,7 +248,7 @@ try:
installsystems
.
debug
=
args
.
debug
installsystems
.
quiet
=
args
.
quiet
# load isinstall config
config
=
MainConfigFile
(
args
.
config
)
config
=
MainConfigFile
(
args
.
config
,
"
installsystems
"
)
config
.
merge
(
args
)
# set debug and quiet mode after merge
installsystems
.
debug
=
args
.
debug
...
...
This diff is collapsed.
Click to expand it.
samples/is.conf
→
samples/i
nstallsystem
s.conf
+
2
−
2
View file @
e0b1548c
# i
s program
configuration
# i
nstallsystems main
configuration
[
is
]
[
i
nstallsystem
s
]
# Set debug mode
#debug = True
...
...
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