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." ); ts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/parted.scm
AgeCommit message (Expand)Author
2020-11-17installer: Fix device synchronization....Mathieu Othacehe
2020-11-08installer: parted: Add debug output....Mathieu Othacehe
2020-11-01installer: parted: Internationalize the partition handling code....Ludovic Courtès
2020-10-30installer: Use UUIDs in the 'swap-devices' field....Ludovic Courtès
2020-10-19installer: Create bios_grub partition when it is needed....Miguel Ángel Arruga Vivas
2020-09-21installer: Fix docstring typoes....Tobias Geerinckx-Rice
2020-08-06installer: Remove logical devices....Mathieu Othacehe
2020-07-26installer: Add NTFS support....Mathieu Othacehe
2020-02-22installer: Log important bits to syslog....Ludovic Courtès
2020-01-05installer: Add JFS support....Tobias Geerinckx-Rice
2020-01-05installer: Fix typo....Tobias Geerinckx-Rice