Users are always able to turn the internet connection ON, but only
when *necessary*.  This should be good default safety belt for
unintentional downloads during package-build which could
compromise build results.  This should affect only newly created
projects.
---
 frontend/coprs_frontend/coprs/forms.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/coprs_frontend/coprs/forms.py 
b/frontend/coprs_frontend/coprs/forms.py
index 11bcbc4..b42f030 100644
--- a/frontend/coprs_frontend/coprs/forms.py
+++ b/frontend/coprs_frontend/coprs/forms.py
@@ -210,7 +210,7 @@ class CoprFormFactory(object):
                 filters=[StringListFilter()])
 
             disable_createrepo = wtforms.BooleanField(default=False)
-            build_enable_net = wtforms.BooleanField(default=True)
+            build_enable_net = wtforms.BooleanField(default=False)
 
             @property
             def selected_chroots(self):
-- 
2.5.0
_______________________________________________
copr-devel mailing list
copr-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/admin/lists/copr-devel@lists.fedorahosted.org

Reply via email to