mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-19 18:09:47 +01:00
82b47cb52b
eff19fa1c8
build, macos: Drop unused `osx_volname` target (Hennadii Stepanov) Pull request description: The `osx_volname` makefile target was introduced in https://github.com/bitcoin/bitcoin/pull/7192 and was used to pass the package name to Gitian scripts as a content of the `osx_volname` file. With the current Guix scripts, the `osx_volname` file is never read. Therefore, its creation might be omitted. My Guix builds: ``` x86_64 5e2d254e207d53784621c8df331c9bf4a969da667d185992402f48a5ac49f563 guix-build-eff19fa1c8d7/output/arm64-apple-darwin/SHA256SUMS.part 089dba70685893aca5e7c8ce1d53a07380e87ca50eda8b3a2a75aeaeb1d28e48 guix-build-eff19fa1c8d7/output/arm64-apple-darwin/bitcoin-eff19fa1c8d7-arm64-apple-darwin-unsigned.tar.gz 390c57197c6ab4aefdde1c665d5e4ebdfb4ae5e553f8f93b017f2fad1093d110 guix-build-eff19fa1c8d7/output/arm64-apple-darwin/bitcoin-eff19fa1c8d7-arm64-apple-darwin-unsigned.zip e1edde7ca28bf26aea8d956b1d3c1725a475f2a9c148f5c36b651db4b814091c guix-build-eff19fa1c8d7/output/arm64-apple-darwin/bitcoin-eff19fa1c8d7-arm64-apple-darwin.tar.gz d0096ea73a5f75cc4d3cef4ef1761ae3e48c8a63aff918f07371c5c88896e4e6 guix-build-eff19fa1c8d7/output/dist-archive/bitcoin-eff19fa1c8d7.tar.gz 51b4affb9fd6f8aea05b7d25d29f017d0a0a145395f457caa14b9af9646b035b guix-build-eff19fa1c8d7/output/x86_64-apple-darwin/SHA256SUMS.part b1df081ecf636a92754e673e5388d1d988653d4646f0b0446a4c9f14d865a265 guix-build-eff19fa1c8d7/output/x86_64-apple-darwin/bitcoin-eff19fa1c8d7-x86_64-apple-darwin-unsigned.tar.gz 62e09926029d176da950d3e3db7ff8ae6cbe4c0b2ea17b084fc1d28565f91475 guix-build-eff19fa1c8d7/output/x86_64-apple-darwin/bitcoin-eff19fa1c8d7-x86_64-apple-darwin-unsigned.zip 477dcb2382cbd447bd88a3b644b4bd736f5b67d66d42cb73fe31ffc153d3e181 guix-build-eff19fa1c8d7/output/x86_64-apple-darwin/bitcoin-eff19fa1c8d7-x86_64-apple-darwin.tar.gz ``` ACKs for top commit: Empact: ACKeff19fa1c8
Sjors: tACKeff19fa1c8
TheCharlatan: ACKeff19fa1c8
Tree-SHA512: 29714be5c58caa07b3eb99846d71bb83366dade769af022059bb3c499878adcd34cdf03b006c5da561291f373ccc59abdb83c925057ec0049465eaa8dd6ef4e1
152 lines
1.9 KiB
Plaintext
152 lines
1.9 KiB
Plaintext
*.tar.gz
|
|
|
|
*.exe
|
|
*.pdb
|
|
src/bitcoin
|
|
src/bitcoind
|
|
src/bitcoin-cli
|
|
src/bitcoin-gui
|
|
src/bitcoin-node
|
|
src/bitcoin-tx
|
|
src/bitcoin-util
|
|
src/bitcoin-chainstate
|
|
src/bitcoin-wallet
|
|
src/test/fuzz/fuzz
|
|
src/test/test_bitcoin
|
|
src/qt/test/test_bitcoin-qt
|
|
|
|
# autoreconf
|
|
Makefile.in
|
|
aclocal.m4
|
|
autom4te.cache/
|
|
build-aux/config.guess
|
|
build-aux/config.sub
|
|
build-aux/depcomp
|
|
build-aux/install-sh
|
|
build-aux/ltmain.sh
|
|
build-aux/m4/libtool.m4
|
|
build-aux/m4/lt~obsolete.m4
|
|
build-aux/m4/ltoptions.m4
|
|
build-aux/m4/ltsugar.m4
|
|
build-aux/m4/ltversion.m4
|
|
build-aux/missing
|
|
build-aux/compile
|
|
build-aux/test-driver
|
|
config.cache
|
|
config.log
|
|
config.status
|
|
configure
|
|
libtool
|
|
src/config/bitcoin-config.h
|
|
src/config/bitcoin-config.h.in
|
|
src/config/stamp-h1
|
|
src/obj
|
|
share/setup.nsi
|
|
share/qt/Info.plist
|
|
|
|
src/qt/*.moc
|
|
src/qt/moc_*.cpp
|
|
src/qt/forms/ui_*.h
|
|
|
|
src/qt/test/moc*.cpp
|
|
|
|
src/qt/bitcoin-qt.config
|
|
src/qt/bitcoin-qt.creator
|
|
src/qt/bitcoin-qt.creator.user
|
|
src/qt/bitcoin-qt.files
|
|
src/qt/bitcoin-qt.includes
|
|
|
|
.deps
|
|
.dirstamp
|
|
.libs
|
|
.*.swp
|
|
*~
|
|
*.bak
|
|
*.rej
|
|
*.orig
|
|
*.pyc
|
|
*.o
|
|
*.o-*
|
|
*.a
|
|
*.pb.cc
|
|
*.pb.h
|
|
*.dat
|
|
|
|
*.log
|
|
*.trs
|
|
*.zip
|
|
|
|
*.json.h
|
|
*.raw.h
|
|
|
|
# Only ignore unexpected patches
|
|
*.patch
|
|
!contrib/guix/patches/*.patch
|
|
!depends/patches/**/*.patch
|
|
|
|
#libtool object files
|
|
*.lo
|
|
*.la
|
|
|
|
# Compilation and Qt preprocessor part
|
|
*.qm
|
|
Makefile
|
|
!depends/Makefile
|
|
src/qt/bitcoin-qt
|
|
Bitcoin-Qt.app
|
|
|
|
# Qt Creator
|
|
Makefile.am.user
|
|
|
|
# Unit-tests
|
|
Makefile.test
|
|
bitcoin-qt_test
|
|
|
|
# Resources cpp
|
|
qrc_*.cpp
|
|
|
|
# Mac specific
|
|
.DS_Store
|
|
build
|
|
|
|
# Previous releases
|
|
releases
|
|
|
|
#lcov
|
|
*.gcno
|
|
*.gcda
|
|
/*.info
|
|
test_bitcoin.coverage/
|
|
total.coverage/
|
|
fuzz.coverage/
|
|
coverage_percent.txt
|
|
/cov_tool_wrapper.sh
|
|
qa-assets/
|
|
|
|
#build tests
|
|
linux-coverage-build
|
|
linux-build
|
|
win32-build
|
|
test/config.ini
|
|
test/cache/*
|
|
test/.mypy_cache/
|
|
test/lint/test_runner/target/
|
|
|
|
!src/leveldb*/Makefile
|
|
|
|
/doc/doxygen/
|
|
|
|
contrib/devtools/split-debug.sh
|
|
|
|
# Output from running db4 installation
|
|
db4/
|
|
|
|
# clang-check
|
|
*.plist
|
|
|
|
dist/
|
|
|
|
/guix-build-*
|
|
|
|
/ci/scratch/
|