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

Where's the first hash in boss-lock.json come from? #121

Open
peardox opened this issue Oct 24, 2022 · 0 comments
Open

Where's the first hash in boss-lock.json come from? #121

peardox opened this issue Oct 24, 2022 · 0 comments

Comments

@peardox
Copy link

peardox commented Oct 24, 2022

I'm writing a little Wizard that outputs a directory that looks very similar to e.g. https://github.com/Embarcadero/P4D-Data-Sciences/ as it's based on that layout. The 'Wizard' is just doing Token replacement so the end-product is a new set of components. This is possible as the originals have extremely minimal changes when creating a variant component.

The boss-lock.json I'm looking at starts....

{
	"hash": "d41d8cd98f00b204e9800998ecf8427e",
	"updated": "2022-06-08T17:04:13.2794469-07:00",
	"installedModules": {

I know that everything after installedModules is constant but am worried that the hash may be a hash of the files in the folder(s) that contain the boss-lock.json. If this is true how do I calculate one?

If the hash won't break anything then I've got nothing to worry about of course...
What happens if I omit it? I assume it's only relevant if you've got boss installed.

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

No branches or pull requests

1 participant