We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8f152 commit 23d097eCopy full SHA for 23d097e
project/Unix.scala
@@ -65,7 +65,7 @@ object Unix {
65
66
// RPM Specific
67
name in Rpm := "scala",
68
- rpmVendor := "typesafe",
+ rpmVendor := "lightbend",
69
rpmUrl := Some("http://github.com/scala/scala"),
70
rpmLicense := Some("BSD"),
71
rpmGroup := Some("Development/Languages"),
scripts/jobs/release/website/archives
@@ -2,7 +2,7 @@
2
# need to re-declare it as an array, not sure how to do that directly in jenkins
3
declare -a sshCharaArgs="$sshCharaArgs"
4
5
-url="http://downloads.typesafe.com/scala/$version"
+url="http://downloads.lightbend.com/scala/$version"
6
7
if [[ "$version" =~ .*-nightly ]]
8
then archivesDir="~linuxsoft/archives/scala/nightly/2.11.x"
0 commit comments