boklm pushed to branch main at The Tor Project / Applications / 
tor-browser-bundle-testsuite


Commits:
247eb051 by Nicolas Vigier at 2026-01-20T11:44:07+01:00
Bug 40096: Disable fetch in rbm-config/tb-build-06.torproject.org.rbm.local.conf

- - - - -


1 changed file:

- rbm-config/tb-build-06.torproject.org.rbm.local.conf


Changes:

=====================================
rbm-config/tb-build-06.torproject.org.rbm.local.conf
=====================================
@@ -113,15 +113,14 @@ targets:
 
   nightly:
 
-    ### By default 'fetch' is set to 1 for nightly builds, meaning that new
-    ### commits will be fetched automatically during each build. You can
-    ### disable this during development if you want to do rebuilds to test
-    ### a specific change, but don't want rebuilds caused by unrelated
-    ### changes, or if you want to decide at which point new commits are
-    ### fetched. When 'fetch' is set to 'if_needed', new commits will only
-    ### be fetched if the selected commit (or branch, or tag) is not present,
-    ### which means that existing branches won't be updated. In that case
-    ### you can fetch new commits by running 'make fetch'.
-    fetch: 'if_needed'
+    ### By default 'fetch' is set to 'if_needed', meaning that new
+    ### commits will be fetched automatically during each build, if
+    ### the selected commit (or branch, or tag) is not present, or if
+    ### it is pointing to a branch. With the nightly target, some projects
+    ### are pointing to a branch, meaning they will be fetched for each
+    ### build. If you want to disable automatic fetchs and decide at
+    ### which point new commits are fetched, you can set 'fetch' to '0'
+    ### and run `make fetch` when you want to fetch new commits.
+    fetch: 0
 
 # vim: filetype=yaml sw=2



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-bundle-testsuite/-/commit/247eb0513ce4382095b6baa7242c709824da1d80

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-bundle-testsuite/-/commit/247eb0513ce4382095b6baa7242c709824da1d80
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to