Skip to content

Commit 97b5e12

Browse files
committed
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.
1 parent f032c72 commit 97b5e12

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tools/build/build_asf.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ perl -pi -e "s/-SNAPSHOT//" build/replace.properties
101101
perl -pi -e "s/-SNAPSHOT//" services/console-proxy/plugin/pom.xml
102102
perl -pi -e "s/-SNAPSHOT//" tools/marvin/setup.py
103103
perl -pi -e "s/-SNAPSHOT//" tools/marvin/marvin/deployAndRun.py
104-
perl -pi -e "s/-SNAPSHOT//" debian/changelog
105104
perl -pi -e "s/-SNAPSHOT//" services/iam/plugin/pom.xml
106105
perl -pi -e "s/-SNAPSHOT//" services/iam/pom.xm
107106
perl -pi -e "s/-SNAPSHOT//" services/iam/server/pom.xml

0 commit comments

Comments
 (0)