Following the guide and running
$ ./gitian-build.py --setup hebasto 0.17.0rc1
returns an error:
E: No such script: /usr/share/debootstrap/scripts/bionic
Traceback (most recent call last):
File "./gitian-build.py", line 220, in <module>
main()
File "./gitian-build.py", line 203, in main
setup()
File "./gitian-build.py", line 39, in setup
subprocess.check_call(make_image_prog)
File "/usr/lib/python3.5/subprocess.py", line 271, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['bin/make-base-vm', '--suite', 'bionic', '--arch', 'amd64', '--lxc']' returned non-zero exit status 1
Tested on Debian 8.10 and 9.5.
EDIT: Debian debootstrap package doesn't support bionic.