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

I found a bug in your tutorial(not exactly) #4

Open
mhchan098 opened this issue Sep 12, 2019 · 1 comment
Open

I found a bug in your tutorial(not exactly) #4

mhchan098 opened this issue Sep 12, 2019 · 1 comment

Comments

@mhchan098
Copy link

mhchan098 commented Sep 12, 2019

Hi Sir Aqua, your Funcoin™ tutorial have been very helpful to me and to all the other viewers. Recently, someone has made a commit on gitian-builder that will cause the cross-compilation to fail. Since debian 8 uses v2.1.4 of git, the commit will cause a date format syntax error and thus making the compilation to fail.

To fix this error, simply revert the changes did in the commit:
devrandom/gitian-builder@de6a592

Thank you for the amazing tutorial sir, you have my respect.

@bodruiFAQ
Copy link

change line 148 in gitian-builder/bin/gbuild

author_date_** = 'cd inputs/#{dir} && TZ=UTC git log --date=format-local:%F %T --format="%ad" -1'.strip

by this

author_date** = 'cd inputs/#{dir} && TZ=UTC git log --date=local --format="%ad" -1'.strip

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

No branches or pull requests

2 participants