Nikolay Izhikov created IGNITE-9681:
---------------------------------------
Summary: Wrong GIT config in Team City release archive
Key: IGNITE-9681
URL:
https://issues.apache.org/jira/browse/IGNITE-9681 Project: Ignite
Issue Type: Bug
Affects Versions: 2.6
Reporter: Nikolay Izhikov
Fix For: 2.7
Release archive created by "[Prepare Vote #1] Java &.Net & C++ (Complete assembly)" [1] contains wrong .git/config. It includes local Team City path and doesn't work properly on release manager local environment.
Example of config file(lfs section is Team City specifi):
{noformat}
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
sparseCheckout = true
[remote "origin"]
url =
https://git-wip-us.apache.org/repos/asf/ignite fetch = +refs/heads/*:refs/remotes/origin/*
[lfs]
storage = /data/teamcity/system/git/git-E4D58B67.git/lfs
[branch "master"]
remote = origin
merge = refs/heads/master
{noformat}
[1]
https://ci.ignite.apache.org/viewType.html?buildTypeId=ApacheIgniteReleaseJava8_PrepareVote--
This message was sent by Atlassian JIRA
(v7.6.3#76005)