Actions
Bug #12736
closed`make install` says `fatal: Not a git repository (or any of the parent directories): .git`
Description
make install
の時に fatal: Not a git repository (or any of the parent directories): .git
というメッセージが2回出ます。
ext/psych/psych.gemspec と lib/rdoc/rdoc.gemspec の
s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
が原因のようです。
Updated by hsbt (Hiroshi SHIBATA) about 8 years ago
- Status changed from Open to Assigned
- Assignee set to hsbt (Hiroshi SHIBATA)
数が多くて厳しいのですがハードコードする方向に修正します。
Updated by usa (Usaku NAKAMURA) about 8 years ago
rubygemsにこれを行うメソッドを追加すべきなんじゃないでしょうかね。
Updated by hsbt (Hiroshi SHIBATA) about 8 years ago
- Status changed from Assigned to Closed
Applied in changeset r56104.
- ext/psych/psych.gemspec, lib/rdoc/rdoc.gemspec: Use file list instead of
git output. It shows warning message when invokemake install
[Bug #12736][ruby-dev:49778]
Updated by znz (Kazuhiro NISHIYAMA) over 7 years ago
- Related to Bug #13423: error in etc.gemspec added
Updated by znz (Kazuhiro NISHIYAMA) about 7 years ago
- Related to Bug #13808: lib/ipaddr.gemspec includes `git ls-files -z` added
Actions
Like0
Like0Like0Like0Like0Like0