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 b45ac4b Test publishing to asf-git branch add 9f02238 CAMEL-11500: use PnP add 1cceb5e CAMEL-11500: utilize caches and separate Theme ... add 4d213b4 Revert "CAMEL-11500: utilize caches and separate Theme ..." add 5eae863 Revert "CAMEL-11500: use PnP" add aa8dd72 CAMEL-11500: use PnP add 836bf05 CAMEL-11500: utilize caches and separate Theme ... add 32f1d69 CAMEL-11500: add explicit dependencies for PnP add 2d22a21 CAMEL-11500: more fixes for PnP add 893de48 CAMEL-11500: for theme only default gulp task i... add 1937093 CAMEL-11500: one more dependency needed for PnP add 7bf401e CAMEL-11500: for PnP to work we need Yarn 13+ add e4ae490 CAMEL-11500: add explicit `resolve` package ver... add f252d09 CAMEL-11500: let's try cleaning the workspace add 1a8a49a CAMEL-11500: force a specific (unreleased) Yarn... add 4310a7e CAMEL-11500: cleanup the build add 30d1f55 CAMEL-11500: cleanup the build add a1703b3 CAMEL-11500: cleanup the build new b8d80c2 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 (b45ac4b) \ N -- N -- N refs/heads/test-publish (b8d80c2) 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 | 51 +- 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, 272376 insertions(+), 70 deletions(-) create mode 100644 .dockerignore create mode 100644 .vscode/launch.json create mode 100644 .yarn/releases/yarn-1.14.0-0.js create mode 100644 .yarnrc create mode 100644 Dockerfile create mode 100644 antora-ui-camel/.yarn/releases/yarn-1.14.0-0.js create mode 100644 antora-ui-camel/.yarnrc