Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore cache directory and target-* files #206

Merged
merged 1 commit into from
Mar 9, 2019

Conversation

hebasto
Copy link
Contributor

@hebasto hebasto commented Jan 22, 2019

No description provided.

@@ -13,3 +13,5 @@ target-bin/bootstrap-fixup
.vagrant
docker
*.Dockerfile
cache
target-*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK cache, why target-* ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fanquake
It creates (particularly using LXC) two files:

OUT=base-$SUITE-$ARCH
and
OUT=target-$SUITE-$ARCH
E.g., base-bionic-amd64 and target-bionic-amd64.

The former is ignored already:

The latter (target-* or target*) should be ignored too.

@devrandom devrandom merged commit 4eda053 into devrandom:master Mar 9, 2019
devrandom added a commit that referenced this pull request Mar 9, 2019
4eda053 Ignore cache directory and target-* files (Hennadii Stepanov)
@hebasto hebasto deleted the 20190122-gitignore branch March 10, 2019 16:38
jasonbcox pushed a commit to Bitcoin-ABC/bitcoin-abc that referenced this pull request Jul 20, 2020
Summary:
This fixes an issue introduced by
devrandom/gitian-builder#206.
The `target-*` pattern not only matches the target image name but also
the `target-bin` directory which contains useful files.

This allows for adding the missing files as well.

Depends on D6972.

Test Plan:
  NOP()

Reviewers: #bitcoin_abc, deadalnix

Reviewed By: #bitcoin_abc, deadalnix

Subscribers: deadalnix

Differential Revision: https://reviews.bitcoinabc.org/D6973
melroy89 pushed a commit to BitcoinCash1/Bitcoin-Cash-Node that referenced this pull request Oct 10, 2024
Summary:
This fixes an issue introduced by
devrandom/gitian-builder#206.
The `target-*` pattern not only matches the target image name but also
the `target-bin` directory which contains useful files.

This allows for adding the missing files as well.

Depends on D6972.

Test Plan:
  NOP()

Reviewers: #bitcoin_abc, deadalnix

Reviewed By: #bitcoin_abc, deadalnix

Subscribers: deadalnix

Differential Revision: https://reviews.bitcoinabc.org/D6973
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants