Skip to content
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

fix filesystem walk path #3059

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

liuxu623
Copy link

fix #3058

@GordonTheTurtle
Copy link

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "fix-filesystem-walk-path" git@github.com:liuxu623/distribution.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

@codecov
Copy link

codecov bot commented Nov 30, 2019

Codecov Report

Merging #3059 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3059   +/-   ##
=======================================
  Coverage   60.73%   60.73%           
=======================================
  Files         102      102           
  Lines        8073     8073           
=======================================
  Hits         4903     4903           
  Misses       2518     2518           
  Partials      652      652
Flag Coverage Δ
#linux 60.73% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dee21c0...33ef537. Read the comment docs.

@dmcgowan dmcgowan added the area/gc Related to garbage collection label Dec 13, 2019
Base automatically changed from master to main January 27, 2021 15:51
@milosgajdos
Copy link
Member

@liuxu623 can you rebase

@milosgajdos
Copy link
Member

ping @liuxu623

Signed-off-by: liuxu <liuxu623@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/gc Related to garbage collection area/storage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

filesystem GC failed
4 participants