You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by es...@apache.org on 2021/12/07 09:02:32 UTC

[bahir-website] branch asf_testing updated (8e32e1f -> 893ff4f)

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

eskabetxe pushed a change to branch asf_testing
in repository https://gitbox.apache.org/repos/asf/bahir-website.git.


 discard 8e32e1f  [BAHIR-289] Add jekyll config to .asf.yaml
 discard c1113e5  [BAHIR-289] Add jekyll config to .asf.yaml
 discard 77b607f  [BAHIR-289] Add jekyll config to .asf.yaml
 discard 8fbad33  [BAHIR-289] Add jekyll config to .asf.yaml
     new 893ff4f  Add jekyll config to .asf.yaml

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8e32e1f)
            \
             N -- N -- N   refs/heads/asf_testing (893ff4f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:

[bahir-website] 01/01: Add jekyll config to .asf.yaml

Posted by es...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

eskabetxe pushed a commit to branch asf_testing
in repository https://gitbox.apache.org/repos/asf/bahir-website.git

commit 893ff4f31f410c2f6e262707f7aaf5a0ac231d6f
Author: Joao Boto <bo...@boto.pro>
AuthorDate: Tue Dec 7 10:02:04 2021 +0100

    Add jekyll config to .asf.yaml
---
 .asf.yaml    | 18 +-----------------
 site/Gemfile |  3 +++
 2 files changed, 4 insertions(+), 17 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 07bd9a7..7dc5e8d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,23 +1,7 @@
-# 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.
 
 publish:
   whoami: asf-site
 
 jekyll:
-  whoami: master
+  whoami: asf_testing
   target: asf-site
diff --git a/site/Gemfile b/site/Gemfile
index c13c470..0cf308f 100644
--- a/site/Gemfile
+++ b/site/Gemfile
@@ -14,6 +14,9 @@
 # limitations under the License.
 #
 source 'https://rubygems.org'
+
+gem 'jekyll', '2.4.0'
+
 gem 'github-pages'
 gem 'rouge'
 gem 'jekyll-oembed', :require => 'jekyll_oembed'