Source: debci
Version: 1.7.1
Severity: wishlist
Tags: patch

Hi,

I have a full local mirror on my laptop but it took a little while
to find the right voodoo to override the default mirror.

Patch attached to MAINTAINERS.md that makes this clearer to someone
getting started. :)


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff --git a/docs/MAINTAINERS.md b/docs/MAINTAINERS.md
index aa8817e..afbf6b6 100644
--- a/docs/MAINTAINERS.md
+++ b/docs/MAINTAINERS.md
@@ -70,6 +70,12 @@ $ sudo debci setup
 This might take a few minutes since it will create a fresh container from
 scratch.
 
+You can use an alternative mirror using, for example:
+
+```
+$ sudo env MIRROR=http://my.local.mirror/debian debci setup
+```
+
 Now to actually run tests, we'll use `autopkgtest` directly. The following
 examples assume your architecture is amd64, replace it by your actual
 architecture if that is not the case.

Reply via email to