JAL-3521 Changed wording of INSTALLATION in source tarball build_properties
authorBen Soares <b.soares@dundee.ac.uk>
Wed, 10 Feb 2021 00:12:16 +0000 (00:12 +0000)
committerBen Soares <b.soares@dundee.ac.uk>
Wed, 10 Feb 2021 09:30:09 +0000 (09:30 +0000)
build.gradle

index 2e23013..e2a5605 100644 (file)
@@ -2064,7 +2064,7 @@ task sourceDist(type: Tar) {
     include(file(buildProperties).getName())
     rename(file(buildProperties).getName(), "build_properties")
     filter({ line ->
-      line.replaceAll("^INSTALLATION=.*\$","INSTALLATION=SourceDist"+" git-commit\\\\:"+gitHash+" ["+gitBranch+"]")
+      line.replaceAll("^INSTALLATION=.*\$","INSTALLATION=Source Release"+" git-commit\\\\:"+gitHash+" ["+gitBranch+"]")
     })
   }