update-linux 3.2.1__tar.gz → 3.3.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {update_linux-3.2.1 → update_linux-3.3.0}/PKG-INFO +3 -2
- {update_linux-3.2.1 → update_linux-3.3.0}/src/update_linux/__init__.py +2 -2
- {update_linux-3.2.1 → update_linux-3.3.0}/src/update_linux.egg-info/PKG-INFO +3 -2
- {update_linux-3.2.1 → update_linux-3.3.0}/LICENSE +0 -0
- {update_linux-3.2.1 → update_linux-3.3.0}/README.md +0 -0
- {update_linux-3.2.1 → update_linux-3.3.0}/pyproject.toml +0 -0
- {update_linux-3.2.1 → update_linux-3.3.0}/requirements.txt +0 -0
- {update_linux-3.2.1 → update_linux-3.3.0}/setup.cfg +0 -0
- {update_linux-3.2.1 → update_linux-3.3.0}/src/update_linux/__main__.py +0 -0
- {update_linux-3.2.1 → update_linux-3.3.0}/src/update_linux.egg-info/SOURCES.txt +0 -0
- {update_linux-3.2.1 → update_linux-3.3.0}/src/update_linux.egg-info/dependency_links.txt +0 -0
- {update_linux-3.2.1 → update_linux-3.3.0}/src/update_linux.egg-info/entry_points.txt +0 -0
- {update_linux-3.2.1 → update_linux-3.3.0}/src/update_linux.egg-info/requires.txt +0 -0
- {update_linux-3.2.1 → update_linux-3.3.0}/src/update_linux.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: update-linux
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.3.0
|
|
4
4
|
Summary: Command to automate the routine updating of packages and system upgrading for Unix systems.
|
|
5
5
|
Author-email: Barry Scott <barry@barrys-emacs.org>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -17,6 +17,7 @@ License-File: LICENSE
|
|
|
17
17
|
Requires-Dist: config-path
|
|
18
18
|
Requires-Dist: colour-text
|
|
19
19
|
Requires-Dist: ssh-wait
|
|
20
|
+
Dynamic: license-file
|
|
20
21
|
|
|
21
22
|
# update-linux command
|
|
22
23
|
|
|
@@ -9,7 +9,7 @@ import tempfile
|
|
|
9
9
|
import json
|
|
10
10
|
from config_path import ConfigPath # type: ignore
|
|
11
11
|
|
|
12
|
-
VERSION = '3.
|
|
12
|
+
VERSION = '3.3.0'
|
|
13
13
|
|
|
14
14
|
default_json_config_template = u'''{
|
|
15
15
|
"group":
|
|
@@ -673,7 +673,7 @@ class UpdatePluginFedora:
|
|
|
673
673
|
|
|
674
674
|
self.app.info( host, 'Rebooting to install system-upgrade' )
|
|
675
675
|
# upgrades of lots of packages can be slow - wait for 45 minutes
|
|
676
|
-
if self.app.reboot( host, ['dnf', 'system-upgrade', 'reboot'], wait_limit=45*60 ):
|
|
676
|
+
if self.app.reboot( host, ['dnf', 'system-upgrade', 'reboot', '--assumeyes'], wait_limit=45*60 ):
|
|
677
677
|
self.app.checkServices( host, upgrade_log_name )
|
|
678
678
|
|
|
679
679
|
self.app.info( host, 'Now running release %d' % (self.releaseInfo( host ),) )
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: update-linux
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.3.0
|
|
4
4
|
Summary: Command to automate the routine updating of packages and system upgrading for Unix systems.
|
|
5
5
|
Author-email: Barry Scott <barry@barrys-emacs.org>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -17,6 +17,7 @@ License-File: LICENSE
|
|
|
17
17
|
Requires-Dist: config-path
|
|
18
18
|
Requires-Dist: colour-text
|
|
19
19
|
Requires-Dist: ssh-wait
|
|
20
|
+
Dynamic: license-file
|
|
20
21
|
|
|
21
22
|
# update-linux command
|
|
22
23
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|