Bug #12908
closed
Added by vo.x (Vit Ondruch) about 8 years ago.
Updated about 8 years ago.
Description
Testing with r56663, the make-snapshot fails with message:
$ tool/make-snapshot -packages=xz tmp
/builddir/ruby/tool/vcs.rb:123:in `realpath': no implicit conversion of URI::HTTP into String (TypeError)
from /builddir/ruby/tool/vcs.rb:123:in `initialize'
from tool/make-snapshot:416:in `new'
from tool/make-snapshot:416:in `<main>'
It does not work since r56638, although the error was different initially.
- Assignee set to naruse (Yui NARUSE)
- Subject changed from make-snapshot is broke to make-snapshot is broken
- Related to Misc #12283: Obsolete ChangeLog and commit message in Git-style added
It seems that this works:
tool/make-snapshot -packages=xz -srcdir=. tmp
i.e. the -srcdir=.
makes a difference ...
- Status changed from Open to Closed
Applied in changeset r56668.
vcs.rb: fix srcdir in VCS::GIT
- tool/vcs.rb (VCS::GIT.cmd_args): add chdir option to arguments
for IO.popen if srcdir is a local path. unless -srcdir command
line option is given, srcdir is the default URL.
[ruby-core:78036] [Bug #12908]
Also available in: Atom
PDF
Like0
Like0Like0Like0Like0Like0Like0