summaryrefslogtreecommitdiff
path: root/build/veralign.sh
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-01-07 16:46:45 -0500
committerJames E. King III <jking@apache.org>2019-01-09 17:05:34 -0500
commitc9ac8d2953a4806cc93aa4ff2e700623ecad980c (patch)
tree74cb331a75066bc9b13910652a3724606fa65bbe /build/veralign.sh
parenta5df39032ca206e2e6a9ec975147e81746d9a255 (diff)
downloadthrift-c9ac8d2953a4806cc93aa4ff2e700623ecad980c.tar.gz
THRIFT-4720: documenting breaking changes, minor cleanup
Diffstat (limited to 'build/veralign.sh')
-rwxr-xr-xbuild/veralign.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/veralign.sh b/build/veralign.sh
index 61744b432..491ef36b5 100755
--- a/build/veralign.sh
+++ b/build/veralign.sh
@@ -49,11 +49,11 @@ FILES[doap.rdf]=manual
# These files can be updated automatically:
FILES[ApacheThrift.nuspec]=simpleReplace
+FILES[CMakeLists.txt]=simpleReplace
FILES[Thrift-swift3.podspec]=simpleReplace
FILES[Thrift.podspec]=simpleReplace
FILES[appveyor.yml]=simpleReplace
FILES[bower.json]=jsonReplace
-FILES[build/cmake/DefineCMakeDefaults.cmake]=simpleReplace
FILES[configure.ac]=configureReplace
FILES[contrib/thrift.spec]=simpleReplace
FILES[lib/cocoa/src/Thrift.h]=simpleReplace
@@ -100,7 +100,7 @@ FILES[tutorial/delphi/DelphiServer/DelphiServer.dproj]=simpleReplace
FILES[tutorial/hs/ThriftTutorial.cabal]=simpleReplace
FILES[tutorial/ocaml/_oasis]=simpleReplace
-if [ ! -f "CHANGES" ]; then
+if [ ! -f "CHANGES.md" ]; then
>&2 echo "error: run veralign.sh while in the thrift root directory"
exit 1
fi