[tor-commits] [builders/rbm] 01/02: Bug 40047: fix options in hg_clone_fetch_chdir

gitolite role git at cupani.torproject.org
Wed Nov 2 14:55:15 UTC 2022


This is an automated email from the git hooks/post-receive script.

boklm pushed a commit to branch main
in repository builders/rbm.

commit 52550726bd4bce0e78b38ea69b1462e875023891
Author: Nicolas Vigier <boklm at torproject.org>
AuthorDate: Tue Nov 1 17:58:21 2022 +0100

    Bug 40047: fix options in hg_clone_fetch_chdir
---
 lib/RBM.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/RBM.pm b/lib/RBM.pm
index d8e7b13..86d9a9d 100644
--- a/lib/RBM.pm
+++ b/lib/RBM.pm
@@ -595,7 +595,7 @@ sub maketar {
     } elsif (project_config($project, 'hg_url', $options)) {
         $commit_hash = project_config($project, 'hg_hash', $options)
                 || exit_error "No hg_hash specified for project $project";
-        hg_clone_fetch_chdir($project);
+        hg_clone_fetch_chdir($project, $options);
     } else {
         return undef;
     }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list