Sergio Peña created SENTRY-2089:
-----------------------------------
Summary: Avoid THIRD-PARTY.properties source file being modified
on every build
Key: SENTRY-2089
URL: https://issues.apache.org/jira/browse/SENTRY-2089
Project: Sentry
Issue Type: Bug
Components: Sentry
Affects Versions: 2.0.0
Reporter: Sergio Peña
Every time I build sentry, I see the following unstaged changes on the master
branch:
{noformat}
On branch master
Your branch is up-to-date with 'apache/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: sentry-dist/src/license/THIRD-PARTY.properties
no changes added to commit (use "git add" and/or "git commit -a")
{noformat}
We should investigate and avoid modifying such file because sometimes
developers may do mistakes and run {{git add .}} and commit the patch with such
new modification committed.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)