From 97b5e12704b8254283cdd2cb3b6c77765ec63a70 Mon Sep 17 00:00:00 2001 From: Remi Bergsma Date: Sun, 13 Dec 2015 20:41:56 +0100 Subject: [PATCH] build_asf.sh: fix debian changelog altering The script already adds a new entry so we shouldn't replace the previous one. That is done only in the next version script. --- tools/build/build_asf.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/build/build_asf.sh b/tools/build/build_asf.sh index 9378b85be71..7c8ab7141d6 100755 --- a/tools/build/build_asf.sh +++ b/tools/build/build_asf.sh @@ -101,7 +101,6 @@ perl -pi -e "s/-SNAPSHOT//" build/replace.properties perl -pi -e "s/-SNAPSHOT//" services/console-proxy/plugin/pom.xml perl -pi -e "s/-SNAPSHOT//" tools/marvin/setup.py perl -pi -e "s/-SNAPSHOT//" tools/marvin/marvin/deployAndRun.py -perl -pi -e "s/-SNAPSHOT//" debian/changelog perl -pi -e "s/-SNAPSHOT//" services/iam/plugin/pom.xml perl -pi -e "s/-SNAPSHOT//" services/iam/pom.xm perl -pi -e "s/-SNAPSHOT//" services/iam/server/pom.xml