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
Mirrors
biopet.biopet
Commits
af681c8f
Commit
af681c8f
authored
Mar 23, 2015
by
bow
Browse files
Update dirty warning message
parent
f4bd70ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/BiopetExecutable.scala
View file @
af681c8f
...
...
@@ -122,10 +122,10 @@ trait BiopetExecutable extends Logging {
def
checkDirtyBuild
(
logger
:
Logger
)
:
Unit
=
if
(
LastCommitHash
.
endsWith
(
"-dirty"
))
{
logger
.
warn
(
"**********************************************************"
)
logger
.
warn
(
"* This JAR was built while there
a
re uncommited changes. *"
)
logger
.
warn
(
"* Reproducible results are *not* guaranteed. *"
)
logger
.
warn
(
"**********************************************************"
)
logger
.
warn
(
"**********************************************************
*
"
)
logger
.
warn
(
"* This JAR was built while there
we
re uncommited changes. *"
)
logger
.
warn
(
"* Reproducible results are *not* guaranteed.
*"
)
logger
.
warn
(
"**********************************************************
*
"
)
}
}
...
...
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