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

create a lockfile/metafile #19

Closed
Tracked by #31
TheAlan404 opened this issue Aug 13, 2023 · 1 comment
Closed
Tracked by #31

create a lockfile/metafile #19

TheAlan404 opened this issue Aug 13, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@TheAlan404
Copy link
Contributor

a very bad issue right now is that deleted addons in server.toml do not get deleted. a metafile containing metadata could be a fix to this and allow us to have many more quality of life features

name ideas:

  • .server.toml.lock
  • .server.lock
  • .mcman.lock
  • .mcman.json
  • .server.json

what itll contain:

  • last build date, and how long it took
  • resolved downloadable infos
  • list of downloadables downloaded
  • server type
  • list of bootstrapped files
  • possibly server variables
  • hashes of files?

what thisll allow:

  • deleting removed downloadables' files
  • being able to keep a list of changes
  • could also be used as a semaphore, not allowing multiple builds at once

idk

@TheAlan404 TheAlan404 added the enhancement New feature or request label Aug 13, 2023
@TheAlan404
Copy link
Contributor Author

a basic one was implemented

@TheAlan404 TheAlan404 mentioned this issue Oct 22, 2023
42 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant