This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/petri-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 48a8bc3 Automatic Site Publish by Buildbot
48a8bc3 is described below
commit 48a8bc3651120507885de8aa8e903c013eb1432c
Author: buildbot <[email protected]>
AuthorDate: Tue Apr 28 03:31:23 2020 +0000
Automatic Site Publish by Buildbot
---
output/buildstream.html | 160 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 160 insertions(+)
diff --git a/output/buildstream.html b/output/buildstream.html
new file mode 100644
index 0000000..4204502
--- /dev/null
+++ b/output/buildstream.html
@@ -0,0 +1,160 @@
+<!doctype html>
+<!--
+ 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
+
+ https://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.
+-->
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width,
+ initial-scale=1, shrink-to-fit=no">
+ <link rel="shortcut icon"
href="https://www.apache.org/favicons/favicon.ico">
+
+ <link rel="stylesheet"
+
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
+
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
+ crossorigin="anonymous">
+ <link rel="stylesheet"
+
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css"
+ >
+ <link rel="stylesheet" href="theme/css/apache.css">
+
+
+
+ </head>
+
+ <body id="index" class="home">
+ <nav class="navbar navbar-expand-lg navbar-dark bg-primary">
+ <img src="https://www.apache.org/foundation/press/kit/feather.svg"
+ width="30" height="30" class="d-inline-block align-top"
+ alt="Apache">
+ <a class="navbar-brand" href="/">Apache Petri</a>
+ <button class="navbar-toggler" type="button"
+ data-toggle="collapse" data-target="#navbarSupportedContent"
+ aria-controls="navbarSupportedContent" aria-expanded="false"
+ aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
+ </button>
+
+ <div class="collapse navbar-collapse" id="navbarSupportedContent">
+ <ul class="navbar-nav mr-auto">
+ <li class="nav-item active">
+ <a class="nav-link" href="/">Home</a>
+ </li>
+ <li class="nav-item active">
+ <a class="nav-link" href="/projects">Projects</a>
+ </li>
+ <li class="nav-item active">
+ <a class="nav-link" href="/mentors">Mentors</a>
+ </li>
+ <li class="nav-item active">
+ <a class="nav-link" href="/faq">FAQ</a>
+ </li>
+ </ul>
+ <div class="navbar-nav">
+ <div class="nav-item dropdown dropdown-menu-right active">
+ <a class="nav-link dropdown-toggle" href="#"
+ role="button" data-toggle="dropdown" aria-haspopup="true"
+ aria-expanded="false">About</a>
+ <div class="dropdown-menu dropdown-menu-right">
+ <a class="dropdown-item"
href="https://www.apache.org/">Foundation</a>
+ <div class="dropdown-divider"></div>
+ <a class="dropdown-item"
+ href="https://www.apache.org/licenses/">License</a>
+ <a class="dropdown-item"
+
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+ <a class="dropdown-item"
+ href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+ <div class="dropdown-divider"></div>
+ <a class="dropdown-item"
+ href="https://www.apache.org/security/">Security</a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </nav>
+
+ <div class="container">
+ <h1>Buildstream @ Apache Petri</h1>
+
+
+ <!-- Licensed under ALv2 -->
+<h1>BuildStream</h1>
+<h2>About the project</h2>
+<p>BuildStream is an integration build system.
+It models dependencies at a project level, enabling projects to use their own
underlying build system.
+It is a Remote Execution client, that distributes builds at the project level.
+The BuildStream implementation uses Remote Execution concepts directly, even
for local builds.</p>
+<p>BuildStream supports multiple build-systems (e.g. autotools, cmake, cpan,
distutils, make, meson, qmake, pip)
+through its plugins.</p>
+<h2>Mentors</h2>
+<ul>
+<li>David Nalley</li>
+<li>Justin Erenkrantz</li>
+<li>Ross Gardler</li>
+<li>Sander Striker</li>
+</ul>
+
+
+ </div>
+
+ <footer class="navbar-expand-lg navbar-light bg-light">
+ <div class="footer" id="footer">
+ <div class="row container-fluid">
+ <div class="col-sm">
+ <address id="about" class="vcard body">
+ Apache Software Foundation<br/>
+ <a href="https://www.apache.org/">www.apache.org</a>
+ </address>
+ </div>
+ <!--<div class="col-sm">
+ <ul>
+ <li>link 1</li>
+ <li>link 2</li>
+ </ul>
+ </div>-->
+ <div class="col-sm">
+ <a href="https://www.apache.org/events/current-event.html">
+ <img
src="https://www.apache.org/events/current-event-234x60.png"/>
+ </a>
+ </div>
+ </div>
+
+ <div class="container-fluid">
+ Copyright © 2020 The Apache Software Foundation,
+ Licensed under the
+ <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache
+ License, Version 2.0.</a>
+ <br/>
+ Apache and the Apache feather logo are trademarks of
+ <a href="https://www.apache.org/">The Apache Software Foundation.</a>
+ </div><!-- #container-fluid -->
+
+ </div>
+ </footer>
+
+ <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
+
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
+ crossorigin="anonymous"></script>
+ <script
+
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
+
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
+ crossorigin="anonymous"></script>
+ <script
+
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
+
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
+ crossorigin="anonymous"></script>
+ </body>
+</html>
\ No newline at end of file