chewing / ibus-chewing

The Chewing engine for IBus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fedorahosted.org is retired. Can't clone cmake-fedora modules

yan12125 opened this issue · comments

For example, if I want to build the latest git version, I have to fetch the sources first. However, fedorahosted.org is gone, and cmake-fedora can't be fetched:

$ git clone --recursive https://github.com/definite/ibus-chewing           
Cloning into 'ibus-chewing'...
remote: Counting objects: 3868, done.
remote: Total 3868 (delta 0), reused 0 (delta 0), pack-reused 3868
Receiving objects: 100% (3868/3868), 1.49 MiB | 89.00 KiB/s, done.
Resolving deltas: 100% (2504/2504), done.
Submodule 'cmake-fedora' (https://git.fedorahosted.org/git/cmake-fedora.git) registered for path 'cmake-fedora'
Cloning into '/home/yen/Projects/tmp/ibus-chewing/cmake-fedora'...
fatal: unable to update url base from redirection:
  asked for: https://git.fedorahosted.org/git/cmake-fedora.git/info/refs?service=git-upload-pack
   redirect: https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement?service=git-upload-pack
fatal: clone of 'https://git.fedorahosted.org/git/cmake-fedora.git' into submodule path '/home/yen/Projects/tmp/ibus-chewing/cmake-fedora' failed
Failed to clone 'cmake-fedora'. Retry scheduled
Cloning into '/home/yen/Projects/tmp/ibus-chewing/cmake-fedora'...
fatal: unable to update url base from redirection:
  asked for: https://git.fedorahosted.org/git/cmake-fedora.git/info/refs?service=git-upload-pack
   redirect: https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement?service=git-upload-pack
fatal: clone of 'https://git.fedorahosted.org/git/cmake-fedora.git' into submodule path '/home/yen/Projects/tmp/ibus-chewing/cmake-fedora' failed
Failed to clone 'cmake-fedora' a second time, aborting

Is there a mirror for cmake-fedora? I can change .gitmodules locally before a fix is commited upstream.

Thanks for point it out, commit f4c192d should fix it.