You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2021/10/20 18:25:59 UTC

[mynewt-site] branch asf-site updated (7da6690 -> ec81f3c)

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

utzig pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mynewt-site.git.


 discard 7da6690  Remove whitespace to trigger new publish
     new ec81f3c  Add initial version of .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   (7da6690)
            \
             N -- N -- N   refs/heads/asf-site (ec81f3c)

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:
 .asf.yaml         | 2 ++
 .gitignore        | 1 +
 master/index.html | 3 ++-
 3 files changed, 5 insertions(+), 1 deletion(-)
 create mode 100644 .asf.yaml

[mynewt-site] 01/01: Add initial version of .asf.yaml

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

utzig pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mynewt-site.git

commit ec81f3c34fd85f46bfc686ca9831e62cb50afb2c
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Wed Oct 20 15:22:10 2021 -0300

    Add initial version of .asf.yaml
    
    Should publish the website from asf-site branch.
    
    Signed-off-by: Fabio Utzig <ut...@apache.org>
---
 .asf.yaml  | 2 ++
 .gitignore | 1 +
 2 files changed, 3 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..6e33a03
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,2 @@
+publish:
+    whoami: asf-site
diff --git a/.gitignore b/.gitignore
index 01b870e..bae0938 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 site
 .*
+!.asf.yaml