Unconditionally disable network check for new versions (from Fedora). diff -u /home/dlove/rpmbuild/BUILD/cube-4.3.4/src/GUI-qt/display/VersionCheckWidget.cpp\~ /home/dlove/rpmbuild/BUILD/cube-4.3.4/src/GUI-qt/display/VersionCheckWidget.cpp --- cube-4.3.4/src/GUI-qt/display/VersionCheckWidget.cpp~ 2016-04-03 00:05:37.942066948 +0100 +++ cube-4.3.4/src/GUI-qt/display/VersionCheckWidget.cpp 2016-05-06 17:16:31.648143908 +0100 @@ -52,7 +52,8 @@ url = QUrl( UPDATE_CHECK_URL ); download = NULL; update_Available = false; - bool no_http = env_str2bool( getenv( "CUBE_DISABLE_HTTP_DOCS" ) ); + // bool no_http = env_str2bool( getenv( "CUBE_DISABLE_HTTP_DOCS" ) ); + bool no_http = true; if ( !no_http ) { updateDescription = tr( "Check for update is not performed yet." ); elected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/newt/keymap.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-02-10 23:03:46 +0100
committerLudovic Courtès <ludo@gnu.org>2019-02-10 23:25:01 +0100
commit5e6a5aeebd7b735e5d5f2eed496cc1c7e8a5b4c9 (patch)
treeb572dcd56de22d29825fe415737025dbdf4c99ba /gnu/installer/newt/keymap.scm
parent44a06c942c36b75c8aab9761891ca64c1f4ac367 (diff)
downloadguix-5e6a5aeebd7b735e5d5f2eed496cc1c7e8a5b4c9.tar.gz
guix-5e6a5aeebd7b735e5d5f2eed496cc1c7e8a5b4c9.zip
artwork: Update snapshot to e951905.
* gnu/artwork.scm (%artwork-repository): Update to e951905.
Diffstat (limited to 'gnu/installer/newt/keymap.scm')
0 files changed, 0 insertions, 0 deletions