You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by dj...@apache.org on 2021/07/21 15:57:26 UTC

[felix-antora-site] branch main updated (0a0ffed -> 76fc371)

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

djencks pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/felix-antora-site.git.


    from 0a0ffed  correct site map page name
     new 83b4b15  fix list of tutorials, OSGI spec link
     new 76fc371  try specifying changeset for trigger

The 2 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:
 Jenkinsfile                                                  | 8 ++++----
 modules/ROOT/pages/tutorials-examples-and-presentations.adoc | 8 ++++++--
 2 files changed, 10 insertions(+), 6 deletions(-)

[felix-antora-site] 02/02: try specifying changeset for trigger

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

djencks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/felix-antora-site.git

commit 76fc371ff251d2ba94c089f028f3ed0c55a57b3e
Author: David Jencks <dj...@apache.org>
AuthorDate: Wed Jul 21 08:57:09 2021 -0700

    try specifying changeset for trigger
---
 Jenkinsfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ae451b7..ba28c37 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -5,10 +5,10 @@ pipeline {
 
     stages {
         stage('trigger-site-build') {
-//             when {
-//                 branch 'main'
-//                 changeset '**/*.adoc'
-//             }
+            when {
+                branch 'main'
+                changeset '**/*'
+            }
 
             steps {
                 triggerRemoteJob remotePathMissing: [$class: 'StopAsFailure'], remotePathUrl: 'jenkins://712657a46c181b3ff60d2c029abcf8b7/Felix/website-build'

[felix-antora-site] 01/02: fix list of tutorials, OSGI spec link

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

djencks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/felix-antora-site.git

commit 83b4b151ee6f6d59d6d2f245a0e0fe583a6a02c1
Author: David Jencks <dj...@apache.org>
AuthorDate: Wed Jul 21 08:52:27 2021 -0700

    fix list of tutorials, OSGI spec link
---
 modules/ROOT/pages/tutorials-examples-and-presentations.adoc | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/modules/ROOT/pages/tutorials-examples-and-presentations.adoc b/modules/ROOT/pages/tutorials-examples-and-presentations.adoc
index f797a62..4b95085 100644
--- a/modules/ROOT/pages/tutorials-examples-and-presentations.adoc
+++ b/modules/ROOT/pages/tutorials-examples-and-presentations.adoc
@@ -1,6 +1,10 @@
 = Tutorials, Examples, and Presentations
 
-{% for label, page in children %}* link:{{ page.path }}[{{ page.headers.title }}] {% endfor %}
+== Tutorials and Examples
+
+indexList::[relative=tutorials-examples-and-presentations/*.adoc]
+
+indexList::[relative=subprojects/apache-felix-dependency-manager/tutorials/*.adoc]
 
 == Books
 
@@ -12,7 +16,7 @@ So for a starter you might interested to read the following:
 * Compendium Specification
 * Enterprise Specification
 
-Visit the http://www.osgi.org/Specifications/HomePage[OSGi Alliance Specifications] page to download the specifications for free.
+Visit the https://docs.osgi.org/specification/[OSGi Alliance Specifications] page to download the specifications for free.
 
 Apart from the specifications a number of books have recently been published.
 They are listed here in no particular order: