[
https://issues.apache.org/jira/browse/TS-4250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236269#comment-15236269
]
ASF GitHub Bot commented on TS-4250:
------------------------------------
GitHub user danobi opened a pull request:
https://github.com/apache/trafficserver/pull/563
TS-4250 fix
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/danobi/trafficserver TS-4250
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/563.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #563
----
commit d7e3e820b43221eca8fcaa382f90b89cf17c7d38
Author: Daniel Xu <[email protected]>
Date: 2016-04-08T18:26:33Z
TS-4250 clang-format breaks on Centos 6
Change clang-format.sh to use native sha1sum command
when available.
commit 5f67260ab0767c9d885af6b83c87d7cc3377950f
Author: Daniel Xu <[email protected]>
Date: 2016-04-11T23:53:38Z
Fix shasum command error
We can safely remove the `-a 1` flag for the command since
the default for `shasum` is `-a 1` already.
----
> Clang-format breaks on Centos 6
> -------------------------------
>
> Key: TS-4250
> URL: https://issues.apache.org/jira/browse/TS-4250
> Project: Traffic Server
> Issue Type: Bug
> Reporter: Susan Hinrichs
> Assignee: Daniel Xu
> Labels: newbie
> Fix For: 6.2.0
>
>
> When I run "make clang-format" on my Cento 6 vm it fails saying it cannot
> find shasum. If I set the environment variable SHASUM to sha1sum (which is
> present on my VM), it works.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)