Skip to content

Commit cac30a2

Browse files
committed
Don't use VCS::GIT::Branch as a command argument
+ gmake RELNAME=master@0f1eea0 AUTOCONF=autoconf dist /home/chkbuild/.rbenv/versions/3.4.8/bin/ruby --disable=gems ./tool/make-snapshot \ -srcdir=. -packages=gzip,zip,all \ -unicode-version=17.0.0 \ tmp master@0f1eea09490 Exporting master@0f1eea09490 Cloning into '/home/chkbuild/chkbuild/tmp/build/20260121T093003Z/tmp/ruby-snapshot20260121-3800606-t2y44s/ruby'... done. fatal: bad revision '#<struct VCS::GIT::Branch to_str="master">' fatal: bad revision '#<struct VCS::GIT::Branch to_str="master">' ./tool/make-snapshot:399: warning: no starting commit found
1 parent 519a4bd commit cac30a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/make-snapshot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def package(vcs, rev, destdir, tmp = nil)
396396

397397
Dir.chdir(v) do
398398
unless File.exist?("ChangeLog")
399-
vcs.export_changelog(url, nil, revision, "ChangeLog")
399+
vcs.export_changelog(url.to_str, nil, revision, "ChangeLog")
400400
end
401401

402402
unless touch_all(modified, "**/*", File::FNM_DOTMATCH)

0 commit comments

Comments
 (0)