-
Notifications
You must be signed in to change notification settings - Fork 315
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 file with generated blake2b hashes #725
Conversation
In commit 122f1b0, we started generating the blake2b checksums of all files in a package to a file in the plan's directory. We should ignore this. Signed-off-by: jtimberman <[email protected]>
So will this generate these files in everybody's plan directory on different repos? Seems kind of impolite; could we store them somewhere less obtrusive or clean up after ourselves? |
📌 Commit 47263c3 has been approved by |
@jtimberman The right solution here is to write that file into |
In commit 122f1b0, we started generating the blake2b checksums of all files in a package to a file in the plan's directory. We should ignore this. Signed-off-by: jtimberman <[email protected]> Pull request: #725 Approved by: smith
☀️ Test successful - travis |
@fnichol absolutely, are you gonna tend that that fix or should @jtimberman? |
I can pick this up if no fixes come in before I start rebuilding |
I've got this |
This change addresses 2 issues: * The file that contains the cryptographic hashes to be stored in the `FILES` metadata file needs to be created under the source cache, not in the `$PLAN_CONTEXT` directory. * The `$HAB_BIN` variable must be used throughout the program and not the `$_hab_cmd` variable, who's role has been downplayed. References #725 Signed-off-by: Fletcher Nichol <[email protected]>
This change addresses 2 issues: * The file that contains the cryptographic hashes to be stored in the `FILES` metadata file needs to be created under the source cache, not in the `$PLAN_CONTEXT` directory. * The `$HAB_BIN` variable must be used throughout the program and not the `$_hab_cmd` variable, who's role has been downplayed. References #725 Signed-off-by: Fletcher Nichol <[email protected]>
This change addresses 2 issues: * The file that contains the cryptographic hashes to be stored in the `FILES` metadata file needs to be created under the source cache, not in the `$PLAN_CONTEXT` directory. * The `$HAB_BIN` variable must be used throughout the program and not the `$_hab_cmd` variable, who's role has been downplayed. References #725 Signed-off-by: Fletcher Nichol <[email protected]> Pull request: #743 Approved by: fnichol
In commit 122f1b0, we started generating the blake2b checksums of all files in a package to a file in the plan's directory. We should ignore this. Signed-off-by: jtimberman <[email protected]> Pull request: #725 Approved by: smith
This change addresses 2 issues: * The file that contains the cryptographic hashes to be stored in the `FILES` metadata file needs to be created under the source cache, not in the `$PLAN_CONTEXT` directory. * The `$HAB_BIN` variable must be used throughout the program and not the `$_hab_cmd` variable, who's role has been downplayed. References #725 Signed-off-by: Fletcher Nichol <[email protected]> Pull request: #743 Approved by: fnichol
In commit 122f1b0, we started generating the blake2b checksums of all files in a package to a file in the plan's directory. We should ignore this.
Signed-off-by: jtimberman [email protected]