bitcoin/contrib/gitian-descriptors
fanquake 65fb3dfc8d
Merge #18556: build: Drop make dist in gitian builds
2aa48edec0 refactor: Drop unused ${WRAP_DIR}/${HOST} directory (Hennadii Stepanov)
1362be0447 build: Drop make dist in gitian builds (Hennadii Stepanov)

Pull request description:

  After the merge of #18331, the packaged source tarball is created by `git archive`, but the binaries are built from another one which is made by `make dist`.

  With this PR the only source tarball, created by `git archive`, is used both for binaries building and for packaging to users.

  Close #16588.
  Close #18547.

  As a good side-effect, #18349 becomes redundant.

  **Change in behavior**

  The following variables 1b151e3ffc/configure.ac (L2-L6)

  are no longer used for naming of directories and tarballs.

  Instead of them the gitian descriptors use a git tag (if available) or a commit hash.

  ---

  Also a small refactor commit picked from #18404.

ACKs for top commit:
  dongcarl:
    ACK 2aa48edec0
  MarcoFalke:
    ACK 2aa48edec0
  fanquake:
    ACK 2aa48edec0 - I've had a quick look over this, and don't want to block merging if this actually gets as closer to finally having this all sorted out. Obviously we've still got #18741, and after speaking to Carl this morning, there will likely be even more changes after that (not Guix specific).

Tree-SHA512: d3b16f87e48d1790a3264940c28acd5d881bfd10f3ce94fb0c8a6af76d8039289d01e0cd4972adac49ae24362857251f6c1e5e09e3e9fbf636c10708b4015a7c
2020-04-28 16:44:17 +08:00
..
gitian-linux.yml Merge #18556: build: Drop make dist in gitian builds 2020-04-28 16:44:17 +08:00
gitian-osx-signer.yml Merge #17483: build: Set gitian arch back to amd64 2020-01-22 09:50:26 -05:00
gitian-osx.yml Merge #18556: build: Drop make dist in gitian builds 2020-04-28 16:44:17 +08:00
gitian-win-signer.yml gitian: Add missing automake package to gitian-win-signer.yml 2020-04-11 14:15:05 -04:00
gitian-win.yml Merge #18556: build: Drop make dist in gitian builds 2020-04-28 16:44:17 +08:00
make_git_archive build: Drop make dist in gitian builds 2020-04-17 16:09:04 +03:00