Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ocaml/xapi/xapi_pool_update.ml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ let create_yum_config ~__context ~self ~url =
; Printf.sprintf "name=%s" name_label
; Printf.sprintf "baseurl=%s" url
; if signed then Printf.sprintf ("gpgkey=file:///etc/pki/rpm-gpg/%s") key else ""
; "" (* Newline at the end of the file *)
]

let attach_helper ~__context ~uuid ~vdi =
Expand Down