-
Notifications
You must be signed in to change notification settings - Fork 17
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
builder/uploader meta-info #105
Comments
Interesting idea - it would be good if the file could have some structure to allow for parsing in the future. |
Somewhat inspired by the library meta-files it could look like this:
|
Probably a format like Debian's control file is a good start (it's easier to write by humans than e.g. json, and sufficiently parseable by computers).
The field names are mostly taken from Debian. My gut feeling tells me, that this information should be included in the package itself (rather than being distributed separately). I'm not sure about the original suggestion of
|
The idea was to create a file containing download, build and upload info for existing packages. Like the creb package in the original example; I do not maintain it, and the maintainer has no intention to create deken packages for all platforms. Here a file containing 'post-package-maintenance' information seemed useful. |
For packages that are build and uploaded by others than the package maintainer, there should be a channel to deliver some information to the end user. The simplest way I could think of given the current Deken functionality is adding another file with a standard name.
This is more a start of a discussion than a real proposal.
For this example the name is "DekenUpload.txt".
Adding build hardware info is also an option, or a list for all supported platforms.
The text was updated successfully, but these errors were encountered: