mirror of https://github.com/apache/cloudstack.git
Merge pull request #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>
This commit is contained in:
commit
c1533a1918
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue