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 00:12:16 +0000 (00:12 +0000)
build.gradle

index 3bf1649..cbd65f2 100644 (file)
@@ -1801,7 +1801,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+"]")
     })
   }