Commit 99134ec7201b29474d22918179491eed65a9a341

Thomas de Grivel 2023-02-25T21:29:46

rbpkg_ci

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/rbpkg/repo.rb b/lib/rbpkg/repo.rb
index e67395e..8cb9166 100644
--- a/lib/rbpkg/repo.rb
+++ b/lib/rbpkg/repo.rb
@@ -55,7 +55,7 @@ class Rbpkg::Repo
       end
     end
     Rbpkg::Log.add("rbpkg_ci.#{name}.install")
-    cmd! "#{sh_quote(Rbpkg.dir)}/rbpkg_bootstrap -f #{sh_quote(ci_dir)}"
+    cmd! "#{sh_quote(Rbpkg.dir)}/bin/rbpkg_bootstrap -f #{sh_quote(ci_dir)}"
     cmd! "export RBPKG_DIR=#{sh_ci_dir} && . #{sh_ci_profile} && rbpkg clone #{sh_name} && rbpkg checkout #{sh_quote(commit)} #{sh_name} && rbpkg install #{sh_name}"
     Rbpkg::Log.ok("rbpkg_ci.#{name}.install")
     Rbpkg::Log.ok(ci_log_name_commit(commit))