We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
petbuild output is taken from cache even when there is a change in petbuild source (except the petbuild file).
For example, I changed the code of colors.patch in lxterminal petbuild. But according to https://github.com/puppylinux-woof-CE/woof-CE/blob/testing/woof-code/support/petbuilds.sh#L71, the cached petbuild output was used since there was no change in any of the files used for generating that HASH variable.
colors.patch
lxterminal
HASH
This can cause confusion while development.
The text was updated successfully, but these errors were encountered:
Fix puppylinux-woof-CE#4224
4a8a0e8
9b7cb12
No branches or pull requests
petbuild output is taken from cache even when there is a change in petbuild source (except the petbuild file).
For example, I changed the code of
colors.patch
inlxterminal
petbuild. But according to https://github.com/puppylinux-woof-CE/woof-CE/blob/testing/woof-code/support/petbuilds.sh#L71, the cached petbuild output was used since there was no change in any of the files used for generating thatHASH
variable.This can cause confusion while development.
The text was updated successfully, but these errors were encountered: