aboutsummaryrefslogtreecommitdiff
path: root/admin/gpg.sbt
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2017-05-10 09:25:11 +1000
committerGitHub <noreply@github.com>2017-05-10 09:25:11 +1000
commit8492b9d4228b45276343fcc194c3cc4f94c74b7c (patch)
treebf8d69b6f46252515f2f56c556ecf3c97b87b567 /admin/gpg.sbt
parent605760dbd421e648a0dae1d07517887f69e1caa8 (diff)
parent6afb291eea3dfadb889a3ea622d73457c2d4e3ef (diff)
downloadscala-async-8492b9d4228b45276343fcc194c3cc4f94c74b7c.tar.gz
scala-async-8492b9d4228b45276343fcc194c3cc4f94c74b7c.tar.bz2
scala-async-8492b9d4228b45276343fcc194c3cc4f94c74b7c.zip
Merge pull request #170 from lrytz/module-pluginv0.9.6#2.13.0-M1#8
Use scala-module-plugin, update tag-based publishing
Diffstat (limited to 'admin/gpg.sbt')
-rw-r--r--admin/gpg.sbt26
1 files changed, 1 insertions, 25 deletions
diff --git a/admin/gpg.sbt b/admin/gpg.sbt
index 01157e6..68ae464 100644
--- a/admin/gpg.sbt
+++ b/admin/gpg.sbt
@@ -1,26 +1,2 @@
-addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3") // only added when publishing:
-
-// There's a companion sensitive.sbt, which was created like this:
-//
-// 1. in an sbt shell that has the sbt-pgp plugin, create pgp key in admin/:
-//
-// sbt
-// set pgpReadOnly := false
-// set pgpPublicRing := file("admin/pubring.asc")
-// set pgpSecretRing := file("admin/secring.asc")
-// pgp-cmd gen-key // use $passPhrase
-// Please enter the name associated with the key: $repoName
-// Please enter the email associated with the key: scala-internals@googlegroups.com
-// Please enter the passphrase for the key: $passphrase
-//
-// 2. create sensitive.sbt with contents:
-//
-// pgpPassphrase := Some($passPhrase.toArray)
-//
-// pgpPublicRing := file("admin/pubring.asc")
-//
-// pgpSecretRing := file("admin/secring.asc")
-//
-// credentials += Credentials("Sonatype Nexus Repository Manager", "oss.sonatype.org", $sonaUser, $sonaPass)
-
+addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3") // only added when publishing, see build.sh