Monero
Loading...
Searching...
No Matches
gitian-build Namespace Reference

Functions

 setup ()
 rebuild ()
 build ()
 verify ()
 main ()

Variables

str gsigs = 'https://github.com/monero-project/gitian.sigs.git'
str gbrepo = 'https://github.com/devrandom/gitian-builder.git'
dict platforms

Function Documentation

◆ build()

build ( )

◆ main()

main ( )

◆ rebuild()

rebuild ( )

◆ setup()

setup ( )

◆ verify()

verify ( )

Variable Documentation

◆ gbrepo

str gitian-build.gbrepo = 'https://github.com/devrandom/gitian-builder.git'

◆ gsigs

str gitian-build.gsigs = 'https://github.com/monero-project/gitian.sigs.git'

◆ platforms

dict gitian-build.platforms
Initial value:
= {'l': ['Linux', 'linux', 'tar.bz2'],
'a': ['Android', 'android', 'tar.bz2'],
'f': ['FreeBSD', 'freebsd', 'tar.bz2'],
'w': ['Windows', 'win', 'zip'],
'm': ['MacOS', 'osx', 'tar.bz2'] }