diff options
| author | Cory Fields <[email protected]> | 2013-09-10 15:15:10 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2013-09-16 12:53:11 -0400 |
| commit | 08081e393b6d3249c19395f91537a7d824ec7333 (patch) | |
| tree | cf6f49414ac919d4f1ee77dd5d55967eed18be7d | |
| parent | Merge pull request #3000 from gmaxwell/more_osx_fsync (diff) | |
| download | discoin-08081e393b6d3249c19395f91537a7d824ec7333.tar.xz discoin-08081e393b6d3249c19395f91537a7d824ec7333.zip | |
included-tests: update gitian descriptors for hexdump dependency
| -rw-r--r-- | contrib/gitian-descriptors/gitian-win32.yml | 1 | ||||
| -rw-r--r-- | contrib/gitian-descriptors/gitian.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gitian-descriptors/gitian-win32.yml b/contrib/gitian-descriptors/gitian-win32.yml index 04643c152..87e05b461 100644 --- a/contrib/gitian-descriptors/gitian-win32.yml +++ b/contrib/gitian-descriptors/gitian-win32.yml @@ -14,6 +14,7 @@ packages: - "libtool" - "automake" - "pkg-config" +- "bsdmainutils" reference_datetime: "2013-06-01 00:00:00" remotes: diff --git a/contrib/gitian-descriptors/gitian.yml b/contrib/gitian-descriptors/gitian.yml index 47704bea2..aeebc7efd 100644 --- a/contrib/gitian-descriptors/gitian.yml +++ b/contrib/gitian-descriptors/gitian.yml @@ -23,6 +23,7 @@ packages: - "libtool" - "automake" - "faketime" +- "bsdmainutils" reference_datetime: "2013-06-01 00:00:00" remotes: - "url": "https://github.com/bitcoin/bitcoin.git" |