Page MenuHomePhabricator

Fix naming of build artifacts to bitcoin-abc-...
ClosedPublic

Authored by freetrader on Aug 24 2017, 16:29.

Details

Summary

As per T83, build artifacts (tarball produced by
make dist and the packages produced by gitian builds
are now named bitcoin-abc-XXXXXXXXXXXXXX
where the XXXXXXXXX part includes the version number
and followed by more specifics such as platform / architecture
in case of gitian build products.

Test Plan

configure
make check
run gitian builds and check produced tarballs are named
as expected and also their contents are structured with bitcoin-abc-<version> folders

Ran the GUI executable and checked for interference of PACKAGE
name change, but didn't find any negative effects.

More testing of build products (e.g. installable packages on Windows/OSX
is needed) to determine whether they work right.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable