From fcda7ac8462f8d1c2c929d5e370af23432de4208 Mon Sep 17 00:00:00 2001 From: TheBigBear Date: Mon, 25 Jul 2022 18:41:42 +0200 Subject: [PATCH 1/4] minor version number cleanup those version numbers look like salt version numbers and not idem ones. The last bit about the output of 'idem exec test.version' is invented. It blows up on my site so I do not know what this would actually report? I assume it might be the output in invented, but maybe that is well off. --- README.rst | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index ce7d601..22c6e9b 100644 --- a/README.rst +++ b/README.rst @@ -132,10 +132,20 @@ Basic idem binary setup: # List remote versions $ idemenv list-remote - 3004rc1 - 3004 - 3003.3 - 3003 + v18.9.0 + v18.8.1 + v18.8.0 + v18.7.1 + v18.7.0 + v18.6.1 + v18.5.0 + v18.4.2 + v18.4.1 + v18.4.0 + v18.10.3 + v18.10.2 + v18.10.1 + v18.10.0 # Install latest version @@ -152,9 +162,15 @@ Basic idem binary setup: # List local versions $ idemenv list - * 3004 set by /home/nmhughes/.idemenv/version - 3003.3 - 3003 + * latest (set by /home/nmhughes/.idemenv/version) + v18.10.3 + v18.10.2 + v18.10.1 + v18.10.0 + v18.9.0 + + + # Initialize the idemenv environment, which will point to the idem binaries @@ -174,7 +190,7 @@ Basic idem binary setup: $ idem exec test.version local: - 3004 + v18.10.3 Common Issues From d59011922e64357382674915598a912592e33a5f Mon Sep 17 00:00:00 2001 From: TheBigBear Date: Wed, 27 Jul 2022 11:46:41 +0200 Subject: [PATCH 2/4] Update README.rst --- README.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 22c6e9b..a44914e 100644 --- a/README.rst +++ b/README.rst @@ -188,9 +188,8 @@ Basic idem binary setup: # Kick the tires! - $ idem exec test.version - local: - v18.10.3 + $ idem exec test.ping + True Common Issues From b2232630abb2e562beaabb6337798561a40bfdae Mon Sep 17 00:00:00 2001 From: TheBigBear Date: Wed, 27 Jul 2022 11:48:39 +0200 Subject: [PATCH 3/4] Update README.rst --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a44914e..68403bd 100644 --- a/README.rst +++ b/README.rst @@ -188,8 +188,9 @@ Basic idem binary setup: # Kick the tires! - $ idem exec test.ping - True + $ idem exec test.version + local: + 3004 Common Issues From 216f8d4897a80ef2961e913c1757780dc1201b03 Mon Sep 17 00:00:00 2001 From: TheBigBear Date: Thu, 28 Jul 2022 16:52:15 +0200 Subject: [PATCH 4/4] Update README.rst --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 68403bd..3fbb408 100644 --- a/README.rst +++ b/README.rst @@ -162,12 +162,12 @@ Basic idem binary setup: # List local versions $ idemenv list - * latest (set by /home/nmhughes/.idemenv/version) - v18.10.3 - v18.10.2 - v18.10.1 - v18.10.0 - v18.9.0 + #* latest (set by /home/nmhughes/.idemenv/version) + v18.10.3 + v18.10.2 + v18.10.1 + v18.10.0 + v18.9.0