This is an automated email from the ASF dual-hosted git repository. janardhan pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/systemds.git
commit 3ff6e75f87c3c5bc87af403e540cf979baff034f Author: Janardhan Pulivarthi <[email protected]> AuthorDate: Thu Apr 22 18:34:36 2021 +0530 [MINOR] add .asf.yaml in the asf-staging branch --- .asf.yaml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..d5d6e40 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,34 @@ +#------------------------------------------------------------- +# +# 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. +# +#------------------------------------------------------------- + +# Document for .asf.yml file is available at +# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features + +# Web hosting +staging: + profile: ~ + whoami: asf-staging + # top level directory for serving index.html + # Refer: https://github.com/apache/struts-site + # Default directories are + # content/ + # or output/ + # outputdir: site
