aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian-descriptors/gitian.yml
AgeCommit message (Collapse)Author
2013-10-31Check integrity of gitian input source tarballsWarren Togami
2013-09-18gitian: remove obsolete --disable-debug flagCory Fields
2013-09-16included-tests: update gitian descriptors for hexdump dependencyCory Fields
2013-09-05autotools: switch to autotools buildsystemCory Fields
2013-08-22Payment Protocol: X509-validated payment requestsGavin Andresen
Add support for a Payment Protocol to Bitcoin-Qt. Payment messages are protocol-buffer encoded and communicated over http(s), so this adds a dependency on the Google protocol buffer library, and requires Qt with OpenSSL support.
2013-05-22doc/README was replaced by README.mdv0.8.2rc2Gavin Andresen
2012-04-10Build identification stringsPieter Wuille
All client version information is moved to version.cpp, which optionally (-DHAVE_BUILD_INFO) includes build.h. build.h is automatically generated on supporting platforms via contrib/genbuild.sh, using git describe. The git export-subst attribute is used to put the commit id statically in version.cpp inside generated archives, and this value is used if no build.h is present. The gitian descriptors are modified to use git archive instead of a copy, to create the src/ directory in the output. This way, src/src/version.cpp will contain the static commit id. To prevent gitian builds from getting the "-dirty" marker in their git-describe generated identifiers, no touching of files or running sed on the makefile is performed anymore. This does not seem to influence determinism.
2012-04-04Remove USE_SSL #defineGavin Andresen
2012-02-15Make bitcoin-qt static-link libqrcode and add it for debian pkgs.Matt Corallo
2011-12-23Fix Linux gitian descriptor to use QRCode support.Matt Corallo
2011-12-23Merge pull request #723 from TheBlueMatt/gitianfixWladimir J. van der Laan
Fix #722.
2011-12-23Fix #722.Matt Corallo
2011-12-20Added QRCode generation functions via libqrencode. Switch on with ↵sje397
USE_QRENCODE=1. Amended build docs for Linux and OSX, and OSX makefile. Added package 'qrencode' to gitian.yml
2011-12-07Re-enable RPCSSL in gitian builds.Matt Corallo
2011-11-07Static link on Linux. And better document release process on OSX.Gavin Andresen
2011-10-25Decrease number of installed packages for Linux Gitian build.Matt Corallo
2011-10-25Update Linux gitian descriptor for bitcoin-qt.Matt Corallo
2011-10-09Add support to makefile.unix for the same parameters used by bitcoin-qt.pro, ↵Luke Dashjr
dynamic linking unless STATIC=1 is passed
2011-09-22Restructure gitian files and add download config files.Matt Corallo