You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/03/19 15:21:47 UTC

[sling-whiteboard] branch feature/SLING-8311 updated (6251ca6 -> 70c67a7)

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

rombert pushed a change to branch feature/SLING-8311
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git.


    from 6251ca6  SLING-8311 - Investigate creating a Sling CLI tool for development task automation
     new 1fe7661  SLING-8311 - Investigate creating a Sling CLI tool for development task automation
     new 70c67a7  SLING-8311 - Investigate creating a Sling CLI tool for development task automation

The 637 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:
 cli/pom.xml                                        |   13 +-
 cli/src/main/features/app.json                     |   12 +
 .../sling/cli/impl/jbake/JBakeContentUpdater.java  |  140 ++
 .../sling/cli/impl/release/ReleaseVersion.java     |    7 +-
 .../cli/impl/release/UpdateLocalSiteCommand.java   |   10 +-
 .../cli/impl/jbake/JBakeContentUpdaterTest.java    |  197 +++
 .../sling/cli/impl/release/ReleaseVersionTest.java |    1 +
 cli/src/test/resources/downloads.tpl               |  474 +++++
 cli/src/test/resources/releases.md                 | 1812 ++++++++++++++++++++
 9 files changed, 2656 insertions(+), 10 deletions(-)
 create mode 100644 cli/src/main/java/org/apache/sling/cli/impl/jbake/JBakeContentUpdater.java
 create mode 100644 cli/src/test/java/org/apache/sling/cli/impl/jbake/JBakeContentUpdaterTest.java
 create mode 100644 cli/src/test/resources/downloads.tpl
 create mode 100644 cli/src/test/resources/releases.md