You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Peter Ivanov (JIRA)" <ji...@apache.org> on 2018/09/25 08:51:00 UTC

[jira] [Assigned] (IGNITE-9681) Wrong GIT config in Team City release archive

     [ https://issues.apache.org/jira/browse/IGNITE-9681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Ivanov reassigned IGNITE-9681:
------------------------------------

    Assignee: Peter Ivanov

> 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
>            Assignee: Peter Ivanov
>            Priority: Blocker
>             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)