mdedetrich commented on code in PR #504:
URL: https://github.com/apache/incubator-pekko/pull/504#discussion_r1277510763
##########
build.sbt:
##########
@@ -24,6 +25,9 @@ commands := commands.value.filterNot { command =>
}
}
+ThisBuild / reproducibleBuildsCheckResolver :=
+ "Apache Pekko
Staging".at("https://repository.apache.org/content/groups/staging/")
Review Comment:
I was planning to document this in our [release
process](https://github.com/apache/incubator-pekko-site/wiki/Pekko-Release-Process).
This makes sense as a default because almost all of the time the use case is
to verify against jars in staging, if something has already been released and
it wasn't picked up in staging then something went wrong.
And do note that modifying the source dirty's the repo which creates
surprising results that we have experienced in the past few days.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]