[
https://issues.apache.org/jira/browse/TEZ-3262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sreenath Somarajapuram updated TEZ-3262:
----------------------------------------
Attachment: TEZ-3262_branch-0.8_1.patch
Attaching patch for branch-0.8.
> Tez UI : zip.js is not having a bower friendly versioning system
> ----------------------------------------------------------------
>
> Key: TEZ-3262
> URL: https://issues.apache.org/jira/browse/TEZ-3262
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Sreenath Somarajapuram
> Assignee: Sreenath Somarajapuram
> Attachments: TEZ-3262.1.patch, TEZ-3262_branch-0.8_1.patch
>
>
> We are facing build issues in using git SHA with bower.
> - In some environments, on adding a git repo as a direct dependency, we were
> facing issue with bower install.
> - This was happening only while pointing to a specific commit SHA.
> {code}"zip":
> "https://github.com/gildas-lormeau/zip.js.git#bfd76c66293305faaf9fcbb65b5ff7fe2dbe621a",{code}
> - It was observed that if the dependency was a proper bower component that's
> pointing to a specific git tag, the issue wasn't happening.
> {code}"zip-js": "1.0.0"{code}
> So:
> - Create a fork of zip.js
> - Add bower json into the zip.js repo
> - Add a git version tag for bower to use
> This will enable us to use zip.js as other packages with a fixed version
> instead of the git SHA.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)