From 29c91afaec164c9ed6d2f7e237c7fcb2748c77fc Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Sun, 17 Jul 2016 15:25:06 +0100 Subject: Extend prepare_apt_source to use a specified local mirror. --- doc/devel.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/devel.rst b/doc/devel.rst index 47d9f5c..32a63f7 100644 --- a/doc/devel.rst +++ b/doc/devel.rst @@ -69,11 +69,15 @@ installation is complete. prepare_apt_source ------------------ -The final Debian mirror location is not useful during the build as there +The final Debian mirror location is not useful during the build when there is a faster mirror available during the build. This function moves the specified mirror file aside and uses the nearby mirror. Always use with :ref:`replace_apt_source`. +Ensure that the mirror and suite are passed as arguments to prepare_apt_source:: + + prepare_apt_source http://mirror/debian jessie + .. _remove_daemon_block: remove_daemon_block -- cgit v1.2.1