You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: uyuni-tools/migrate_to_new_client_tools.py
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,14 @@
7
7
#
8
8
# Created by: Abid Mehmood
9
9
#
10
-
# Using this cscript you can update your actiavation keys and CLM projects by removing the old client tools and switching to new client tools.
11
-
# This script assumes that new client tools have been already syned in your MLM/Uyuni instance.
10
+
# Using this script user can update their actiavation keys and CLM projects by removing the old client tools and switching to new client tools.
11
+
# This script assumes that new client tools have been already syned in your SUSE Multi-Linux Manager and Uyuni instance. One can use sync_client_tools.py script to sync the new client tools.
log("INFO: Channels have been added and will be synced with the next scheduled repository sync. If you want to sync them now, you can schedule the 'Single run schedule' task from the 'mgr-sync-refresh-bunch' family of tasks.")
107
+
108
+
exceptExceptionase:
109
+
print(f"[ERROR] An unexpected error occurred: {e}")
0 commit comments