Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-15 | gitian: bump descriptors for (0.)17 | Cory Fields | |
2017-08-20 | gitian: quick hack to fix version string in releases | Cory Fields | |
Release version strings were broken in Gitian by 7522. This is a minimal fix suitable for 0.15. After this, we should fix up version handling for good so that gitian packages the correct string in the release tarball, so that git is not required to get the tag name. | |||
2017-08-14 | gitian: bump descriptors for master | Wladimir J. van der Laan | |
Tree-SHA512: dc56ab285ea3fd293794341d7e2f8452730d3efb59f793112d4e1b036a051f9d221a7e577a460b426ecfb1578558203fa6a432efc62e6cabc534059719a2b437 | |||
2017-05-17 | Merge #7522: Bugfix: Only use git for build info if the repository is ↵ | Wladimir J. van der Laan | |
actually the right one ed1fcdc Bugfix: Detect genbuild.sh in repo correctly (Luke Dashjr) e98e3dd Bugfix: Only use git for build info if the repository is actually the right one (Luke Dashjr) Tree-SHA512: 510d7ec8cfeff4e8e0c7ac53631eb32c7acaada7017e7f8cc2e6f60d86afe1cd131870582e01022f961c85a783a130bcb8fef971f8b110070c9c02afda020726 | |||
2017-02-17 | gitian: bump descriptors for master | Cory Fields | |
This was skipped for the 0.14 cycle. | |||
2016-08-09 | Merge tag 'branch-0.13' into bugfix_gitdir | Luke Dashjr | |
2016-06-17 | Fix bitcoin_qt.m4 and fix-xcb-include-order.patch | Jonas Schnelli | |
2016-06-12 | [gitian] set correct PATH for wrappers | MarcoFalke | |
2016-06-09 | Merge #7283: [gitian] Default reference_datetime to commit author date | Wladimir J. van der Laan | |
fa42a67 [gitian] hardcode datetime for depends (MarcoFalke) fa58c76 [gitian] Default reference_datetime to commit author date (MarcoFalke) | |||
2016-06-07 | gitian: use CONFIG_SITE rather than hijacking the prefix | Cory Fields | |
2016-04-10 | [gitian] hardcode datetime for depends | MarcoFalke | |
2016-04-03 | build: Remove unnecessary executables from gitian release | Wladimir J. van der Laan | |
This removes the following executables from the binary gitian release: - test_bitcoin-qt[.exe] - bench_bitcoin[.exe] @jonasschnelli and me discussed this on IRC a few days ago - unlike the normal `bitcoin_tests` which is useful to see if it is safe to run bitcoin on a certain OS/environment combination, there is no good reason to include these. Better to leave them out to reduce the download size. Sizes from the 0.12 release: ``` 2.4M bitcoin-0.12.0/bin/bench_bitcoin.exe 22M bitcoin-0.12.0/bin/test_bitcoin-qt.exe ``` | |||
2016-03-01 | [gitian] Default reference_datetime to commit author date | MarcoFalke | |
2016-02-27 | Merge branch 'master' into depends_curl | Luke Dashjr | |
2016-02-27 | Bugfix: gitian: Add curl to packages (now needed for depends) | Luke Dashjr | |
2016-02-12 | Bugfix: Only use git for build info if the repository is actually the right one | Luke Dashjr | |
Also adds ability to disable check with BITCOIN_GENBUILD_NO_GIT=1 in the environment | |||
2016-02-03 | Merge branch 'master' into single_prodname | Luke Dashjr | |
2016-01-18 | gitian: Need `ca-certificates` and `python` for LXC builds | Wladimir J. van der Laan | |
2016-01-04 | Merge pull request #7251 | Wladimir J. van der Laan | |
fa09562 [gitian] Set reference date to something more recent (MarcoFalke) | |||
2016-01-02 | [gitian] Set reference date to something more recent | MarcoFalke | |
2015-12-22 | Bugfix: gitian-descriptors: Add missing python-setuptools requirement for OS ↵ | Luke Dashjr | |
X (biplist module) | |||
2015-12-22 | Travis & gitian-osx: Use depends for ds_store and mac_alias modules | Luke Dashjr | |
2015-12-22 | macdeploy: Use rsvg-convert rather than cairosvg | Luke Dashjr | |
2015-12-22 | More complicated package name substitution for Mac deployment | Luke Dashjr | |
2015-12-03 | Now that 0.12 has been branched, master is 0.12.99 | Wladimir J. van der Laan | |
... in preparation for 0.13 | |||
2015-11-16 | gitian: use trusty for building | Wladimir J. van der Laan | |
2015-10-09 | net: Disable upnp by default | Wladimir J. van der Laan | |
Common sentiment is that the miniupnpc codebase likely contains further vulnerabilities. I'd prefer to get rid of the dependency completely, but a compromise for now is to at least disable it by default. | |||
2015-06-02 | gitian: Bump cache dir for current master | Cory Fields | |
Do not backport. | |||
2015-06-02 | gitian: bump faketime to something more recent | Cory Fields | |
This helps in file views where binaries are sorted by time | |||
2015-05-19 | [Mac only] rename Bitcoin-Qt.app to "Bitcoin Core.app" | Jonas Schnelli | |
2015-02-23 | build: change reduce exports/static libstdc++ options for gitian and travis | Cory Fields | |
For Gitian releases: - Windows builds remain unchanged. libstdc++ was already linked statically. - OSX builds remain unchanged. libstdc++ is tied to the SDK and not worth messing with. - Linux builds now statically link libstdc++. For Travis: - Match the previous behavior by adding --enable-reduce-exports as necessary. - Use static libstdc++ for the full Linux build. | |||
2015-02-13 | gitian: don't add . to tar list | Cory Fields | |
Since permissions and timestamps are changed for the sake of determinism, . must not be added to the archive. Otherwise, tar may try to modify pwd when extracting. | |||
2015-01-20 | osx: bump build sdk to 10.9 | Cory Fields | |
2015-01-02 | build: osx builders no longer need 32bit compiler support | Cory Fields | |
2014-12-23 | gitian: attempt to fix tarball determinisim | Cory Fields | |
2014-11-26 | build: add a deterministic dmg signer | Cory Fields | |
2014-11-25 | gitian: update descriptors to use a sane uniform output | Cory Fields | |
2014-11-19 | gitian: make tarballs deterministic and nuke .la files from build output | Cory Fields | |
2014-11-19 | gitian: descriptors overhaul | Cory Fields | |
Descriptors now make use of the dependencies builder, so results are cached. A very new version (>= e9741525c) of Gitian should be used in order to take advantage of caching. |