[
https://issues.apache.org/jira/browse/TC-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15662476#comment-15662476
]
ASF GitHub Bot commented on TC-37:
----------------------------------
GitHub user dangogh opened a pull request:
https://github.com/apache/incubator-trafficcontrol/pull/75
[TC-37] Fixes issues building from tarball
changes process based on whether or not .git is present
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dangogh/incubator-trafficcontrol tarball
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafficcontrol/pull/75.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 #75
----
commit 73a403507dc11c9c012449b3a6fd21dbd2801f2b
Author: Dan Kirkwood <[email protected]>
Date: 2016-11-12T01:41:11Z
if not in git tree, no tarball
commit 36e8a80234b4fbd05be126b1abcd470687914e50
Author: Dan Kirkwood <[email protected]>
Date: 2016-11-13T02:00:25Z
revcount and commit from buildno
----
> Can't build from source from 1.8.0-RC1 tarball
> -----------------------------------------------
>
> Key: TC-37
> URL: https://issues.apache.org/jira/browse/TC-37
> Project: Traffic Control
> Issue Type: Bug
> Reporter: Dan Kirkwood
> Assignee: Dan Kirkwood
> Labels: build
> Fix For: 1.8.0
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> Building from source from the RC1 tarball
> (https://dist.apache.org/repos/dist/dev/incubator/trafficcontrol/1.8.0/RC1/incubator-trafficcontrol-1.8.0-4549.bebf63ee.tar.gz)
> results in errors because of missing build number information (the
> 4549.bebf63ee portion). This is because it generates that using git, and
> the .git directory is not included in the tarball.
> The `build.sh` script should generate and use a file with that info and
> create the tarball automatically with that file included.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)