Skip to content

Commit 2b5563b

Browse files
committed
Merge bitcoin/bitcoin#22533: guix/build: Remove vestigial SKIPATTEST.TAG
9f01fed guix/build: Remove vestigial SKIPATTEST.TAG (Carl Dong) Pull request description: No longer needed or referenced by anything. A relic from prior to the great hierarchy overhaul of #22182 ACKs for top commit: achow101: ACK 9f01fed fanquake: ACK 9f01fed Tree-SHA512: a94cf63f0c5cb8dbacf1025b6c0e81b219c2a3c93b3cbcefc239ccde29e602ecd4b717b1d93dbe53cb791a5017236fb09823c034aec42b0c31894fc9e0ab8b21
2 parents 9df1906 + 9f01fed commit 2b5563b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/guix/libexec/build.sh

-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ GIT_ARCHIVE="${DIST_ARCHIVE_BASE}/${DISTNAME}.tar.gz"
227227
# Create the source tarball if not already there
228228
if [ ! -e "$GIT_ARCHIVE" ]; then
229229
mkdir -p "$(dirname "$GIT_ARCHIVE")"
230-
touch "${DIST_ARCHIVE_BASE}"/SKIPATTEST.TAG
231230
git archive --prefix="${DISTNAME}/" --output="$GIT_ARCHIVE" HEAD
232231
fi
233232

0 commit comments

Comments
 (0)