Josh Suereth

Results 384 comments of Josh Suereth

Modicum of this is in 0.8.0

SO, 1. I'm not familiar with `git-flow`. Is this the new cool thign to do, instead of being pedantic like me? 4. Why is `useGitDescribe` mandatory here? Shouldn't it pick...

I have not... any more info you can give us?

So, we're using this to figure out _where_ to put the repository: https://github.com/sbt/sbt-ghpages/blob/master/src/main/scala/com/typesafe/sbt/SbtGhPages.scala#L31 Then we issue a copy rather than a "sync" to avoid deleting files that we're not actively...

@ummels Thanks for reporting/investigating. We may need to see if we can write a "stale repo" checker and clean that out. I think the "does the repo exist" check is...

Great point. Probably in that instance, you'll just want the whole target directory to be different. Maven + sbt's target directories just don't get along in general.

@metasim I don't feel I have enough data points to make a cogent guess if it should be on by default.... Gut reaction says "no" for now.

So, `checkPgpSignatures` was original created to start promoting the PGP model. Indeed, it was kind of a "quick hack" to see if we could get anywhere near what GPG offers...

regarding things not being signed, I think it's just a matter of time until everything we use in maven-central is something that has been published under the "required PGP signature"...

Good question. I _think_ it may be (barely) possible for us to do that. We would actually need to include ourselves VERY EARLY in the sbt load process, and even...