Skip to content

Commit

Permalink
ARROW-938: Fix Rat license warnings
Browse files Browse the repository at this point in the history
The .sgml files are generated by the GTK-Doc in c_glib.

Author: Wes McKinney <[email protected]>

Closes apache#632 from wesm/ARROW-938 and squashes the following commits:

65ca79a [Wes McKinney] Fix Rat warnings
  • Loading branch information
wesm committed May 2, 2017
1 parent 212b87c commit 71e443f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions dev/release/run-rat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ $RAT $1 \
-e arrow-glib-overrides.txt \
-e gtk-doc.make \
-e "*.html" \
-e "*.sgml" \
-e "*.css" \
-e "*.png" \
-e "*.svg" \
Expand Down
23 changes: 22 additions & 1 deletion dev/release/setup-gpg-agent.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
#!/bin/bash
#
# 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.
#

# source me
eval $(gpg-agent --daemon --allow-preset-passphrase)
gpg --use-agent -s LICENSE.txt
gpg --use-agent -s LICENSE.txt
rm -rf LICENSE.txt.gpg

0 comments on commit 71e443f

Please sign in to comment.