Commits


Yosuke Shiro authored and Sutou Kouhei committed 9ffb9cdd46c
ARROW-5784: [Release][GLib] Replace c_glib/ after running c_glib/autogen.sh in dev/release/02-source.sh c_glib/ source archive is generated by `make dist` because includes configure script. The current `dev/release/02-source.sh` build Arrow C++ and Arrow GLib to include the artifacts of GTK-Doc and then run `make dist`. But it is slow. So this PR run only `c_glib/autogen.sh` and then replace c_glib/. Author: Yosuke Shiro <yosuke.shiro615@gmail.com> Author: Sutou Kouhei <kou@clear-code.com> Closes #4749 from shiro615/release-replace-c-glib-after-running-autogen and squashes the following commits: 9a69f8edc <Yosuke Shiro> Remove an unnecessary environment variable 3a2550fbd <Yosuke Shiro> Remove omit from 02-source-test.rb 501a2dd97 <Yosuke Shiro> Remove autom4te.cache after running autogen.sh 46a4f8995 <Sutou Kouhei> Use docker-compose e357a88b7 <Yosuke Shiro> Exclude c_glib/autom4te.cache/* from RAT check 70cb4a762 <Yosuke Shiro> Remove an unnecessary diff aa786804d <Yosuke Shiro> Enable test test_glib_configure on Travis CI e04276e33 <Yosuke Shiro> Remove libraries for C++ build 56098ae87 <Yosuke Shiro> Replace c_glib/ by c_glib/ after running autogen.sh