Alexandros Kosiaris has uploaded a new change for review. https://gerrit.wikimedia.org/r/267237
Change subject: package_builder: Improve README.md networking part ...................................................................... package_builder: Improve README.md networking part Clear up a bit the documentation for package_builder concerning the networking part and USENETWORK Change-Id: Ia515ae1c085caed4be7679dcefffc6424ce74aa1 --- M modules/package_builder/README.md 1 file changed, 18 insertions(+), 7 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/37/267237/1 diff --git a/modules/package_builder/README.md b/modules/package_builder/README.md index 1755098..a16d5eb 100644 --- a/modules/package_builder/README.md +++ b/modules/package_builder/README.md @@ -106,10 +106,21 @@ Networking ========== -cowbuilder/pbuilder block networking using namespaces and unshare in the above -environments. If your package requires internet access to build successfully, it -will not work. First, try to fix the package. If that is impossible/undesirable, -USENETWORK=yes in /etc/pbuilderrc or .pbuilderrc can be used to override that -behaviour. Make sure that the building host has internet access though, or else -your change will not be useful -I +cowbuilder/pbuilder block networking using namespaces. Technically speaking an +unshare is done in those environments, but the effect is that you can expect +networking to not work. + +If your package requires internet access to build successfully, it will not +work. + +First, try to fix the package. Packages in general should not require internet +access to be built for a variety of reasons which will not be explained here. + + +If that is impossible/undesirable, then set + + USENETWORK=yes + +in /etc/pbuilderrc or ~/.pbuilderrc can be used to override that behaviour. +Make sure that the building host has internet access though, or else your change +will not be useful -- To view, visit https://gerrit.wikimedia.org/r/267237 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia515ae1c085caed4be7679dcefffc6424ce74aa1 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Alexandros Kosiaris <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
