Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
d05fc914
Commit
d05fc914
authored
Feb 20, 2019
by
André Anjos
💬
Browse files
[scripts] Demote logging level of new messages
parent
80591b19
Pipeline
#27294
passed with stages
in 9 minutes and 56 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/scripts/build.py
View file @
d05fc914
...
...
@@ -91,7 +91,7 @@ def build(recipe_dir, python, condarc, config, no_test, append_file,
recipe_dir
=
recipe_dir
or
[
os
.
path
.
join
(
os
.
path
.
realpath
(
'.'
),
'conda'
)]
logger
.
info
(
'This package is considered part of group "%s" - tunning '
\
logger
.
debug
(
'This package is considered part of group "%s" - tunning '
\
'conda package and documentation URLs for this...'
,
group
)
# get potential channel upload and other auxiliary channels
...
...
bob/devtools/scripts/create.py
View file @
d05fc914
...
...
@@ -125,7 +125,7 @@ def create(name, recipe_dir, python, overwrite, condarc, use_local, config,
# set some environment variables before continuing
set_environment
(
'DOCSERVER'
,
server
,
os
.
environ
)
logger
.
info
(
'This package is considered part of group "%s" - tunning '
\
logger
.
debug
(
'This package is considered part of group "%s" - tunning '
\
'conda package URLs for this...'
,
group
)
if
condarc
is
not
None
:
...
...
bob/devtools/scripts/test.py
View file @
d05fc914
...
...
@@ -84,7 +84,7 @@ def test(package, condarc, config, append_file, server, group, private, stable,
logger
.
warn
(
'!!!! DRY RUN MODE !!!!'
)
logger
.
warn
(
'Nothing will be really built'
)
logger
.
info
(
'This package is considered part of group "%s" - tunning '
\
logger
.
debug
(
'This package is considered part of group "%s" - tunning '
\
'conda package and documentation URLs for this...'
,
group
)
# get potential channel upload and other auxiliary channels
...
...
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