Commits

Yosuke Shiro authored f01b17b1a54
ARROW-5092: [C#] Create a dummy .git directory to download the source files from GitHub with Source Link Author: Yosuke Shiro <yosuke.shiro615@gmail.com> Author: Sutou Kouhei <kou@clear-code.com> Closes #4488 from shiro615/csharp-create-dummy-git-directory and squashes the following commits: 2cdc68073 <Sutou Kouhei> Work with old Ruby 04894bed5 <Sutou Kouhei> Use nested chdir 1127b3b5f <Sutou Kouhei> Simplify 39d6985c4 <Sutou Kouhei> Add a test for GLib but disabled by default adcaf86b6 <Sutou Kouhei> Add a test for symbolic links 6af0280c4 <Sutou Kouhei> Use more meaningful test name 9aba15973 <Sutou Kouhei> Add "csharp_" prefix 60f050783 <Sutou Kouhei> Remove sourcelink test e24fb31ce <Sutou Kouhei> Use -R instead of -r for cp 5b7c1bc6e <Sutou Kouhei> Extract common code 51c25ca4b <Sutou Kouhei> Use FileUtils 6fe2b7ff2 <Sutou Kouhei> Use Dir.glob for easy to debug 603df2e8f <Sutou Kouhei> Don't copy needless Git repository be7a6a238 <Sutou Kouhei> Extract common code b8a0c5d1d <Yosuke Shiro> Create tarball before SOURCE_RAT be900b6a6 <Yosuke Shiro> Fix a typo ac5ebd36a <Yosuke Shiro> Refactor e7513a980 <Yosuke Shiro> Add spaces 862822e16 <Yosuke Shiro> Use File.read() 9bfe30ddb <Yosuke Shiro> Use sh(COMMAND, ARG1, ARG2, ...) style 28b9955e8 <Yosuke Shiro> Use assert do end 7a3a4d69d <Yosuke Shiro> Add SOURCE_RAT f9947a4a6 <Yosuke Shiro> Set release_hash in 02-source-test.rb 54fc89336 <Yosuke Shiro> Change environment variable names 750057004 <Yosuke Shiro> Move all codes after set -e 79d39a054 <Yosuke Shiro> Use assert 40332a976 <Yosuke Shiro> Add libraries for dotnet and Python setup 778cbb985 <Yosuke Shiro> Fix values to compare 433924804 <Yosuke Shiro> Clean up f6700d86e <Yosuke Shiro> Remove unnecessary Dir.chdir 45d3556c9 <Yosuke Shiro> Initialize env hash d79be87cf <Yosuke Shiro> Remove duplicates 1c8871022 <Yosuke Shiro> Use dev/release/02-source.sh to prepare test cases 42e54fe71 <Yosuke Shiro> Select target logics by environment variable 2b1518f33 <Yosuke Shiro> Fix version number for Python package 97ff48221 <Yosuke Shiro> Add 02-source-test.rb 87cdd6202 <Yosuke Shiro> Use release_hash f955608a7 <Yosuke Shiro> Update version to 1.0.0-beta2-19270-01 89e8ca154 <Yosuke Shiro> Move the script to create a dummy .git to 02-source.sh d062f8bd7 <Yosuke Shiro> Create a dummy .git directory to download the source files from GitHub with Source Link