From: v.ondruch@... Date: 2017-12-13T15:47:31+00:00 Subject: [ruby-core:84238] [Ruby trunk Bug#14172] Cannot create snapshot Issue #14172 has been updated by vo.x (Vit Ondruch). hsbt (Hiroshi SHIBATA) wrote: > nalsh was reverted it at https://github.com/ruby/ruby/commit/4b4f7c428c86deb7fa8743173e695122d00e66b1 Thx! > Can you try it again with current trunk? Yep it works with r61214 > Note: `tool/make-snapshot` is our central toolchain for packaging. but it has no test and guarantee of working. It's our big concern. Sorry, I could be clearer in my grumbling :) I was more wondering about the best supported way to create the snapshot, IOW the most tested approach. Currently, I do something like (I know it actually does the checkout twice, but that is not big deal for me): ~~~ svn checkout http://svn.ruby-lang.org/repos/ruby/trunk ~/ruby cd ~/ruby && tool/make-snapshot -packages=xz tmp ~~~ But it seems using Git(Hub) might be preferable these days? ---------------------------------------- Bug #14172: Cannot create snapshot https://bugs.ruby-lang.org/issues/14172#change-68366 * Author: vo.x (Vit Ondruch) * Status: Closed * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.4.2p198 (2017-09-14 revision 59899) [x86_64-linux] * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- ~~~ $ tool/make-snapshot -packages=xz tmp Exporting trunk@61166 /builddir/ruby/tool/vcs.rb:317:in `realpath': no implicit conversion of URI::HTTP into String (TypeError) from /builddir/ruby/tool/vcs.rb:317:in `export' from tool/make-snapshot:200:in `package' from tool/make-snapshot:452:in `block in
' from tool/make-snapshot:452:in `collect' from tool/make-snapshot:452:in `
' ~~~ -- https://bugs.ruby-lang.org/ Unsubscribe: