foreman_remote_execution 10.1.0 → 10.1.1
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d3858e769f34f6ba3dee6ec49580e170d15e14842712adec898712a9cd838f4d
|
|
4
|
+
data.tar.gz: 9d9d61ce4c72fe8832dec9ebe71150af550fc205e3b9ab786b86712bea5f7bb3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 684796e979b40fed3ffd326af42ceb7ba86b95c5dc66d54b827093abba8a8df07d805fe2ab098b0e69e028186d6a39ce9473e744d440ade103258c4f39f9d96c
|
|
7
|
+
data.tar.gz: b61cb917b524dfe9368c16b615b8cb93dfa519893090c186865b43d4befb6442dff749435247ffe6148eed231b1fec163cb2af3ffc00d6c0b6dddf78cc10ff57
|
|
@@ -31,17 +31,12 @@ export CONVERT2RHEL_DISABLE_TELEMETRY=1
|
|
|
31
31
|
|
|
32
32
|
/usr/bin/convert2rhel analyze -y
|
|
33
33
|
|
|
34
|
-
if
|
|
34
|
+
if grep -q ERROR /var/log/convert2rhel/convert2rhel-pre-conversion.json; then
|
|
35
35
|
echo "Error: Some error(s) have been found."
|
|
36
36
|
echo "Exiting ..."
|
|
37
37
|
exit 1
|
|
38
38
|
fi
|
|
39
39
|
|
|
40
|
-
if ! grep -q SKIP /var/log/convert2rhel/convert2rhel-pre-conversion.json; then
|
|
41
|
-
echo "Warning: Some check(s) have been skipped."
|
|
42
|
-
echo "Exiting ..."
|
|
43
|
-
exit 1
|
|
44
|
-
fi
|
|
45
40
|
<% else %>
|
|
46
41
|
echo 'Unsupported OS, it must be from the Red Hat family.'
|
|
47
42
|
exit 1
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_remote_execution
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 10.1.
|
|
4
|
+
version: 10.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Foreman Remote Execution team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-11-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: deface
|