Skip to content

Commit

Permalink
Merge pull request #1434 from sraaphorst/pit/REL-3384
Browse files Browse the repository at this point in the history
REL-3384: Added warning to PIT build.sbt file.
  • Loading branch information
Sebastian Raaphorst authored Mar 19, 2018
2 parents 2de0681 + 6eed164 commit 7553b8b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion app/pit/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,14 @@ def common(pv: Version) = AppConfig(
"org.osgi.framework.storage.clean" -> "onFirstInit",
"org.osgi.framework.startlevel.beginning" -> "100",
"org.osgi.framework.bootdelegation" -> "*",
"edu.gemini.pit.test" -> "false",

// NOTE: changing this flag to false works in certain circumstances
// but is entirely unreliable. It is better to simply comment this
// line out for PIT production releases.
// (I think it seems to work if you quit sbt, change it, restart sbt,
// clean, compile, and then build the PIT.)
//"edu.gemini.pit.test" -> "true",

"edu.gemini.ags.host" -> "gnauxodb.gemini.edu",
"edu.gemini.ags.port" -> "8443"
),
Expand Down

0 comments on commit 7553b8b

Please sign in to comment.