[
https://issues.apache.org/jira/browse/BEAM-6228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kenneth Knowles updated BEAM-6228:
----------------------------------
Description:
The website build assumes a git environment, and will fail if built outside of
git. As a result, we cannot build the website from the source release.
[~kenn] noticed this during 2.9.0 release validation. See:
https://lists.apache.org/thread.html/dc816a5f8c82dd4d19e82666209305ec67d46440fe8edba4534f9b63@%3Cdev.beam.apache.org%3E
{code}
> Configure project :beam-website
No git repository found for :beam-website. Accessing grgit will cause an NPE.
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/klk/Downloads/beam-release-2.9.0/website/build.gradle' line:
143
* What went wrong:
A problem occurred evaluating project ':beam-website'.
> Cannot get property 'branch' on null object
{code}
was:
The website build assumes a git environment, and will fail if built outside of
git. As a result, we cannot build the website from the source release.
[~kenn] noticed this during 2.9.0 release validation. See:
https://lists.apache.org/thread.html/dc816a5f8c82dd4d19e82666209305ec67d46440fe8edba4534f9b63@%3Cdev.beam.apache.org%3E
> Website build from source release fails due to git dependency
> -------------------------------------------------------------
>
> Key: BEAM-6228
> URL: https://issues.apache.org/jira/browse/BEAM-6228
> Project: Beam
> Issue Type: New Feature
> Components: website
> Reporter: Scott Wegner
> Priority: Minor
>
> The website build assumes a git environment, and will fail if built outside
> of git. As a result, we cannot build the website from the source release.
> [~kenn] noticed this during 2.9.0 release validation. See:
> https://lists.apache.org/thread.html/dc816a5f8c82dd4d19e82666209305ec67d46440fe8edba4534f9b63@%3Cdev.beam.apache.org%3E
> {code}
> > Configure project :beam-website
> No git repository found for :beam-website. Accessing grgit will cause an NPE.
> FAILURE: Build failed with an exception.
> * Where:
> Build file '/Users/klk/Downloads/beam-release-2.9.0/website/build.gradle'
> line: 143
> * What went wrong:
> A problem occurred evaluating project ':beam-website'.
> > Cannot get property 'branch' on null object
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)