Skip to content

Commit c1533a1

Browse files
committed
Merge pull request apache#1239 from remibergsma/fix-debian-changelog
build_asf.sh: fix debian changelog alteringThe script already adds a new entry so we shouldn't replace the previous one. That is done only in the next version script. As discussed with @DaanHoogland * pr/1239: build_asf.sh: fix debian changelog altering Signed-off-by: Remi Bergsma <github@remi.nl>
2 parents 7c9a8c1 + 97b5e12 commit c1533a1

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)