You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2019/01/09 09:23:07 UTC

[camel-website] branch test-publish updated (4cbff4e -> b45ac4b)

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

zregvart pushed a change to branch test-publish
in repository https://gitbox.apache.org/repos/asf/camel-website.git.


 discard 4cbff4e  Test publishing to asf-git branch
    omit a1703b3  CAMEL-11500: cleanup the build
    omit 30d1f55  CAMEL-11500: cleanup the build
    omit 4310a7e  CAMEL-11500: cleanup the build
    omit 1a8a49a  CAMEL-11500: force a specific (unreleased) Yarn...
    omit f252d09  CAMEL-11500: let's try cleaning the workspace
    omit e4ae490  CAMEL-11500: add explicit `resolve` package ver...
    omit 7bf401e  CAMEL-11500: for PnP to work we need Yarn 13+
    omit 1937093  CAMEL-11500: one more dependency needed for PnP
    omit 893de48  CAMEL-11500: for theme only default gulp task i...
    omit 2d22a21  CAMEL-11500: more fixes for PnP
    omit 32f1d69  CAMEL-11500: add explicit dependencies for PnP
    omit 836bf05  CAMEL-11500: utilize caches and separate Theme ...
    omit aa8dd72  CAMEL-11500: use PnP
    omit 5eae863  Revert "CAMEL-11500: use PnP"
    omit 4d213b4  Revert "CAMEL-11500: utilize caches and separate Theme ..."
    omit 1cceb5e  CAMEL-11500: utilize caches and separate Theme ...
    omit 9f02238  CAMEL-11500: use PnP
     new b45ac4b  Test publishing to asf-git branch

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   (4cbff4e)
            \
             N -- N -- N   refs/heads/test-publish (b45ac4b)

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:
 .dockerignore                                   |      1 -
 .gitignore                                      |      4 +-
 .vscode/launch.json                             |     40 -
 .yarn/releases/yarn-1.14.0-0.js                 | 136098 ---------------------
 .yarnrc                                         |      6 -
 Dockerfile                                      |     13 -
 Jenkinsfile                                     |     43 +-
 antora-ui-camel/.yarn/releases/yarn-1.14.0-0.js | 136098 ---------------------
 antora-ui-camel/.yarnrc                         |      6 -
 antora-ui-camel/gulpfile.js/tasks/build.js      |      3 +-
 antora-ui-camel/package.json                    |     13 -
 antora-ui-camel/yarn.lock                       |    104 +-
 package.json                                    |      9 +-
 13 files changed, 71 insertions(+), 272367 deletions(-)
 delete mode 100644 .dockerignore
 delete mode 100644 .vscode/launch.json
 delete mode 100644 .yarn/releases/yarn-1.14.0-0.js
 delete mode 100644 .yarnrc
 delete mode 100644 Dockerfile
 delete mode 100644 antora-ui-camel/.yarn/releases/yarn-1.14.0-0.js
 delete mode 100644 antora-ui-camel/.yarnrc


[camel-website] 01/01: Test publishing to asf-git branch

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

zregvart pushed a commit to branch test-publish
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit b45ac4b61f6b7bacb172b62146727ec69a420d58
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Wed Jan 9 10:23:05 2019 +0100

    Test publishing to asf-git branch
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 3a8d177..af87981 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -53,9 +53,9 @@ pipeline {
         }
 
         stage('Deploy') {
-            when {
+/*            when {
                 branch 'master'
-            }
+            }*/
 
             steps {
                 dir('deploy/staging') {