Bug 1170855 - git-hg needs to be replaced by git-remote-hg
Summary: git-hg needs to be replaced by git-remote-hg
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: git
Version: 21
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Petr Stodulka
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 1200088 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-12-05 02:10 UTC by Hin-Tak Leung
Modified: 2015-03-09 18:31 UTC (History)
7 users (show)

Fixed In Version: git-2.1.0-4.fc21
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-12-17 04:41:55 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Hin-Tak Leung 2014-12-05 02:10:48 UTC
Description of problem:
I see the most recent change at 
http://koji.fedoraproject.org/koji/buildinfo?buildID=596089 for git-2.1.0-3.fc21
and http://koji.fedoraproject.org/koji/buildinfo?buildID=596102 for git-2.2.0-2.fc22

are 
* Thu Nov 27 2014 Petr Stodulka <pstodulk> - 2.1.0-3 - removed git-bzr (not functional already) -> replaced by separated package git-remote-bzr 

* Fri Nov 28 2014 Petr Stodulka <pstodulk> - 2.2.0-2 - removed git-bzr which is replaced by git-remote-bzr from separated package

actually the same thing is needed for git-hg /git-remote-hg. (it is actually by the same author...)




Version-Release number of selected component (if applicable):
git-2.1.0-3.fc21
git-2.2.0-2.fc22

How reproducible:
always.


Steps to Reproduce:
1. try interacting with a hg repo.
2.
3.

Actual results:
The git-hg part now does
$ git fetch --all
Fetching origin
WARNING: git-remote-hg is now maintained independently.
WARNING: For more information visit https://github.com/felipec/git-remote-hg
WARNING:
WARNING: You can pick a directory on your $PATH and download it, e.g.:
WARNING:   $ wget -O $HOME/bin/git-remote-hg \
WARNING:     https://raw.github.com/felipec/git-remote-hg/master/git-remote-hg
WARNING:   $ chmod +x $HOME/bin/git-remote-hg
error: Could not fetch origin

Expected results:
expect git to work.

Additional info:

I used to have it under $HOME/bin, but 
/usr/libexec/git-core/git-remote-hg
from git-hg-2.1.0 is overriding my bin and broke it. In 1.9.x, the version differs slightly but not important.

Comment 1 Fedora Update System 2014-12-11 13:32:07 UTC
git-2.1.0-4.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/git-2.1.0-4.fc21

Comment 2 Petr Stodulka 2014-12-11 13:37:36 UTC
git-hg is removed from spec file of git, however I don't know how remove already built subpackage from database. In future git-hg will not be built anymore.

Comment 3 Fedora Update System 2014-12-13 09:54:35 UTC
Package git-2.1.0-4.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing git-2.1.0-4.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-16933/git-2.1.0-4.fc21
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2014-12-17 04:41:55 UTC
git-2.1.0-4.fc21 has been pushed to the Fedora 21 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 5 Petr Stodulka 2015-03-09 18:31:30 UTC
*** Bug 1200088 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.