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

Migrate from go-bindata to vfsgen #198

Merged
merged 1 commit into from
Aug 28, 2018
Merged

Conversation

simonpasquier
Copy link
Member

Closes #193

The PR is based on prometheus/prometheus#4430.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
@beorn7
Copy link
Member

beorn7 commented Aug 28, 2018

Great, thanks.

BTW: I still see a diff in file timestamps if I run make assets. I thought vfsgen would avoid that.

But anyway, nothing gets worse in that regard.

@beorn7 beorn7 merged commit f93ebd3 into prometheus:master Aug 28, 2018
@simonpasquier simonpasquier deleted the vfsgen branch August 28, 2018 13:04
@simonpasquier
Copy link
Member Author

BTW: I still see a diff in file timestamps if I run make assets. I thought vfsgen would avoid that.

Hmm, I don't see the same thing.

@beorn7
Copy link
Member

beorn7 commented Aug 28, 2018

Most likely because your files still have the same timestamp an when you ran make assets for this PR. My files have different timestamps, and thus if I run make assets, I get a timestamp diff (despite the content of the files being equal).

@simonpasquier
Copy link
Member Author

Ah you're right, I've been fooled by my local filesystem! shurcooL/vfsgen#26 is the upstream issue. I might experiment with something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants