forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-5054: [Release][Flight] Test Flight in Linux/macOS release veri…
…fication scripts Author: Sutou Kouhei <[email protected]> Author: Wes McKinney <[email protected]> Closes apache#4613 from wesm/ARROW-5054 and squashes the following commits: a4917ca <Sutou Kouhei> Add Emacs configuration for editing .sh 487cf64 <Sutou Kouhei> Add missing ninja argument 575cfe5 <Sutou Kouhei> Fix path cb8ea34 <Sutou Kouhei> Don't create dummy top-level .git to avoid Java test failure 84bfd31 <Sutou Kouhei> Restore Go test a5a7b76 <Sutou Kouhei> Add support GLib test without configure e73e270 <Sutou Kouhei> Update the required Node.js version b81ef91 <Sutou Kouhei> Add support for verifying local source 3eaa826 <Sutou Kouhei> Use $PWD 49c3bda <Sutou Kouhei> Unify verification script again f8e0f95 <Wes McKinney> Fix C++ unit tests at least 21c8719 <Wes McKinney> Add test-release-verification.sh script to help 3cee087 <Wes McKinney> Move release verification functions into a separate bash script to make reuse / testing easier
- Loading branch information
Showing
6 changed files
with
167 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
;;; Licensed to the Apache Software Foundation (ASF) under one | ||
;;; or more contributor license agreements. See the NOTICE file | ||
;;; distributed with this work for additional information | ||
;;; regarding copyright ownership. The ASF licenses this file | ||
;;; to you under the Apache License, Version 2.0 (the | ||
;;; "License"); you may not use this file except in compliance | ||
;;; with the License. You may obtain a copy of the License at | ||
;;; | ||
;;; http://www.apache.org/licenses/LICENSE-2.0 | ||
;;; | ||
;;; Unless required by applicable law or agreed to in writing, | ||
;;; software distributed under the License is distributed on an | ||
;;; "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
;;; KIND, either express or implied. See the License for the | ||
;;; specific language governing permissions and limitations | ||
;;; under the License. | ||
|
||
((sh-mode . ((indent-tabs-mode . nil) | ||
(sh-indentation . 2) | ||
(sh-basic-offset . 2)))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.