Eternity-Soap / funcoin

MIT License
12 stars 36 forks source link

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

Open mhchan098 opened 5 years ago

mhchan098 commented 5 years ago

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: https://github.com/devrandom/gitian-builder/commit/de6a5924daf5c3451044927b4c16b8131f028e65

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

bodruiFAQ commented 4 years ago

change line 148 in gitian-builder/bin/gbuild

authordate** ='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