-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
This project is in a very early development stage.
- Remove
cargowarnings which say about unhandledCargo.tomlattribute. - Include dependencies somehow (discussable)
- Provide hash algorithms for
sha256sumandsha512sum - Provide different containers support for
zip,7z,rar,xz,tar.gz,tar.bzip2,lzma,deb,rpmand many more as it is possible. - Implement ingredients handling.
- Dockerize - copy all the ingredients and the dependencies and build the docker image.
- Conditional compilation based on containers, hashes and other stuff which can be conditionally-compiled and used as feature.
- Propose to integrate it into a real cargo subcommand.
- Add a normal way of determing target directory. Now it is explicitly specified in the config file (BAD).
- Invoke
buildbefore cooking to avoid cooking old artifacts. - Uploading the produced packages with
http,ftp,ssh,file system. - Examples.
- Documentation.