You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2019/03/04 19:07:19 UTC

[incubator-daffodil] branch master updated: Exclude the KEYS file when git archive is used create source releases

This is an automated email from the ASF dual-hosted git repository.

slawrence pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f14186  Exclude the KEYS file when git archive is used create source releases
0f14186 is described below

commit 0f141863049e6000f4f32eeb98edc413c3f222fa
Author: Steve Lawrence <sl...@apache.org>
AuthorDate: Fri Mar 1 11:24:07 2019 -0500

    Exclude the KEYS file when git archive is used create source releases
    
    The KEYS should not be part of source releases, but instead should only
    be accessed from https://www.apache.org/dist/incubator/daffodil/KEYS.
    This change tells git-archive, which our release script uses to create
    source releases, to not include the KEYS file in the generated archive.
    
    DAFFODIL-2070
---
 .gitattributes | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..7196c32
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,16 @@
+# 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.
+
+/KEYS export-ignore