-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CA-52804: xapi reports Gpg.InvalidSignature for believed-good test hotfixes #44
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tfixes We recently upgraded CentOS's /usr/bin/gpg in dom0, and now our md5sums are wrong. Fix this so that we can apply hotfixes again. Signed-off-by: Mike McClurg <mike.mcclurg@citrix.com>
sharady
pushed a commit
to sharady/xen-api
that referenced
this pull request
May 11, 2015
opam: add dependency to xapi-backtrace
koushikcgit
pushed a commit
to koushikcgit/xen-api
that referenced
this pull request
Aug 7, 2015
CA-118130: Allow a domain to write to /local/domain/<domid>/hvmloader
johnelse
pushed a commit
to johnelse/xen-api
that referenced
this pull request
Nov 27, 2015
…hutcancel SCTX-2115 CA-182595: Force lifecycle operations must cancel clean ones
kc284
pushed a commit
to kc284/xen-api
that referenced
this pull request
Mar 11, 2021
CA-170240: Bump API version number to 2.5
robhoes
pushed a commit
to robhoes/xen-api
that referenced
this pull request
Jul 6, 2021
Sync opam file with xs-opam
psafont
pushed a commit
to psafont/xen-api
that referenced
this pull request
Sep 20, 2021
http-svr: make again safe-string compliant after last PR
robhoes
pushed a commit
to robhoes/xen-api
that referenced
this pull request
Sep 21, 2021
Ported build from oasis to jbuilder.
psafont
pushed a commit
to psafont/xen-api
that referenced
this pull request
Oct 19, 2021
Initial version of a CLI for networkd
robhoes
pushed a commit
to robhoes/xen-api
that referenced
this pull request
Nov 23, 2021
message-switch-core.opam: we use rpclib not the old rpc
robhoes
added a commit
to robhoes/xen-api
that referenced
this pull request
Nov 23, 2021
Allow to run tests as normal user
edwintorok
pushed a commit
to edwintorok/xen-api
that referenced
this pull request
Jan 22, 2024
unixext: better description for write___to_file
This pull request was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We forgot to update the /usr/bin/gpg checksum in ocaml/gpg/gpg.ml after the recent CentOS upgrade. This should go into trunk today to avoid any more failing tests.
I'm going to open a new ticket for us to move the GPG code into xapi-libs. This way v6 and xapi (for hotfixes) can reference a single bit of code, and we won't have to fix this twice again next time we upgrade gpg. (For the unaware, Rob had to fix this separately in v6d last week, since we have md5sums in two places now.)