-
Notifications
You must be signed in to change notification settings - Fork 251
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
[release-1.45] Backport ignore chown errors in additionalimagestore #1992
[release-1.45] Backport ignore chown errors in additionalimagestore #1992
Conversation
instead of removing the "merged" directory, replace it with a fresh empty directory so that we can assume "merged" is always present and there is no need to recreate it. Signed-off-by: Giuseppe Scrivano <[email protected]>
ignore errors creating and chowning the diffDiff if it is in an additional image store. Signed-off-by: Giuseppe Scrivano <[email protected]> Signed-off-by: tomsweeneyredhat <[email protected]>
follow-up for ccb70a7 more information here: containers#1827 (comment) Addresses: https://issues.redhat.com/browse/ACCELFIX-244 Signed-off-by: Giuseppe Scrivano <[email protected]> Signed-off-by: tomsweeneyredhat <[email protected]>
1935ff8
to
b3ddeb7
Compare
Bump lint in the test area to 1.55.2 and then address an append that's causing lint heartache. Also change the install process for lint to be like the latest releases. Signed-off-by: tomsweeneyredhat <[email protected]>
b3ddeb7
to
7e892f1
Compare
Lint is failing here trying to get to to Debian:
I thought at first that it was due to the changes I made to the lint install in tests/Makefile, but I reverted that and the same error. @cevich or @lsm5 are you aware of issues in this arena? |
I would just disable lint. This code is too old. |
Agree, disable lint. |
In containers#1992 there were a number of lint issues that were not solvable. After consulting with @edsantiago and @rhatdan, it was decided to remove the line processing from this branch. Signed-off-by: tomsweeneyredhat <[email protected]>
Signed-off-by: tomsweeneyredhat <[email protected]>
7e892f1
to
6aedf42
Compare
LGTM |
/approve |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rhatdan, TomSweeneyRedHat The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
As the title says. In the last bump of c/storage in this branch, it was 1.45.7-dev and I should have bumped to 1.45.7, instead I skipped 7 and went to 1.45.8. See containers#1992 This corrects that. Signed-off-by: tomsweeneyredhat <[email protected]>
Backports parts of #1828 and also #1784 to address:
https://issues.redhat.com/browse/ACCELFIX-244