Actions
Bug #12908
closedmake-snapshot is broken
Bug #12908:
make-snapshot is broken
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.
Actions