Skip to content

Commit

Permalink
Merge pull request xapi-project#5243 from liulinC/private/linl/dev
Browse files Browse the repository at this point in the history
CP-45921: Make yum commands nonessential
  • Loading branch information
liulinC authored Nov 15, 2023
2 parents e55ae17 + d14eac1 commit 1d3da69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ocaml/xapi/xapi_globs.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1588,15 +1588,9 @@ module Resources = struct
, set_iSCSI_initiator_script
, "Path to set-iscsi-initiator script"
)
; ("yum-cmd", yum_cmd, "Path to yum command")
; ("reposync-cmd", reposync_cmd, "Path to reposync command")
; ("createrepo-cmd", createrepo_cmd, "Path to createrepo command")
; ("modifyrepo-cmd", modifyrepo_cmd, "Path to modifyrepo command")
; ("rpm-cmd", rpm_cmd, "Path to rpm command")
; ( "yum-config-manager-cmd"
, yum_config_manager_cmd
, "Path to yum-config-manager command"
)
; ("c_rehash", c_rehash, "Path to Regenerate CA store")
]

Expand Down Expand Up @@ -1666,6 +1660,12 @@ module Resources = struct
, sqlite3
, "Executed to manage SQlite Database, like PBIS database"
)
; ("yum-cmd", yum_cmd, "Path to yum command")
; ("reposync-cmd", reposync_cmd, "Path to reposync command")
; ( "yum-config-manager-cmd"
, yum_config_manager_cmd
, "Path to yum-config-manager command"
)
]

let essential_files =
Expand Down

0 comments on commit 1d3da69

Please sign in to comment.