Repository: bigtop Updated Branches: refs/heads/master 4e97c4053 -> b3526b927
BIGTOP-2507. Make buildstamp configurable by a bom file Signed-off-by: Konstantin Boudnik <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/b3526b92 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/b3526b92 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/b3526b92 Branch: refs/heads/master Commit: b3526b9271619fb641e8f5e48cd8356364b3dd51 Parents: 4e97c40 Author: zenmyo <[email protected]> Authored: Fri Jul 29 17:25:51 2016 +0900 Committer: Konstantin Boudnik <[email protected]> Committed: Wed Aug 3 14:30:22 2016 -0700 ---------------------------------------------------------------------- packages.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/b3526b92/packages.gradle ---------------------------------------------------------------------- diff --git a/packages.gradle b/packages.gradle index 40c04e3..e0e3d7b 100644 --- a/packages.gradle +++ b/packages.gradle @@ -45,7 +45,7 @@ config.bigtop.builddir = projectDir.absolutePath + "/build" config.bigtop.outputdir = projectDir.absolutePath + "/output" config.bigtop.distdir = projectDir.absolutePath + "/dist" config.bigtop.dldir = projectDir.absolutePath + "/dl" -config.bigtop.buildstamp = 1 +if(!config.bigtop.buildstamp) config.bigtop.buildstamp = 1 def bomVersions = []
