diff options
author | Hilko Bengen <bengen@debian.org> | 2014-06-08 23:01:37 +0200 |
---|---|---|
committer | Hilko Bengen <bengen@debian.org> | 2014-06-09 09:30:22 +0200 |
commit | d981178802215457e9cc737b67342f0ea0ca3b47 (patch) | |
tree | 822f7b9e09658566f0b75b1fedbb7945486fb8fc /debian/patches/0003-Do-not-set-build-hash.patch | |
parent | f4fa8baf9af9f9751169cc265da9b750d4390c28 (diff) | |
download | elasticsearch-debian/1.0.3+dfsg-1.tar.gz |
Initial releasedebian/1.0.3+dfsg-1
Diffstat (limited to 'debian/patches/0003-Do-not-set-build-hash.patch')
-rw-r--r-- | debian/patches/0003-Do-not-set-build-hash.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/0003-Do-not-set-build-hash.patch b/debian/patches/0003-Do-not-set-build-hash.patch new file mode 100644 index 0000000..c5e26c4 --- /dev/null +++ b/debian/patches/0003-Do-not-set-build-hash.patch @@ -0,0 +1,16 @@ +From: Hilko Bengen <bengen@debian.org> +Date: Mon, 9 Jun 2014 00:11:28 +0200 +Subject: Do not set build hash + +--- + src/main/resources/es-build.properties | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/src/main/resources/es-build.properties b/src/main/resources/es-build.properties +index 563ecdd..570373a 100644 +--- a/src/main/resources/es-build.properties ++++ b/src/main/resources/es-build.properties +@@ -1,3 +1,2 @@ + version=${project.version} +-hash=${buildNumber} + timestamp=${timestamp} |