Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-18 | README: update todo locationHEADmaster | Slack Coder | |
2023-09-18 | Explicitely warn against using | Slack Coder | |
Heavy testing is needed. | |||
2023-09-18 | Remove funding section from README | Slack Coder | |
The funding webpage is deprecated for now. | |||
2023-09-15 | README: Help user verify source code | Slack Coder | |
2023-09-15 | README: Improve benefits formatting | Slack Coder | |
2023-09-15 | README: Update TODO location | Slack Coder | |
The list of known issues is now hosted on the project's TODO branch. | |||
2023-09-15 | Correct module name | Slack Coder | |
`pkgtools-go` instead of `pkgtools`. | |||
2023-09-15 | Warn about project status | Slack Coder | |
The project is experimental. | |||
2022-05-20 | add help flag to commands | Slack Coder | |
Display command usage using the '--help' flag. | |||
2022-05-20 | bail out on unknown package attributes | Slack Coder | |
Be freindlier to the user by clearly communicating and refusing to install packages we do not know how to install. Add an environment variable allowing users to opt out and silently ignore errors if they so choose. | |||
2022-05-05 | installpkg: fix unpacking of /install dir | Slack Coder | |
Add missing return statement so the package 'install' directory is not installed on the target filesystem. | |||
2022-05-05 | installpkg: support no-overwrite option | Slack Coder | |
2022-04-29 | README: ellaborate on funding and issue reports | Slack Coder | |
2022-04-26 | Make the LICENSE unexecutable | Slack Coder | |
Why was it even set? | |||
2022-04-26 | installpkg: only untar what is needed | Slack Coder | |
Avoid unarchiving the package's '/install' directory. Required files from the directory are installed already into the system's package database. | |||
2022-04-23 | installpkg: Avoid using /install on target dir | Slack Coder | |
Use a temporary randomly named directory named like 'installpkg-2052825695' for the package's metadata in its '/install' directory. It will help allow running multiple instances on the same target root directory by removing a point of conflict. Attempt to place this directory in the host's default temporary directory. If it does not exist, use the host's root path. | |||
2022-04-13 | installpkg: remove print statement | Slack Coder | |
2022-04-13 | installpkg: avoid panic when no extension is given | Slack Coder | |
2022-04-13 | installpkg: correct symlink location | Slack Coder | |
Create the 'packages','scripts','setup' symlinks in /var/log instead of the /var/log/pkgtools | |||
2022-04-13 | README: fix 'benefit's paragraph format | Slack Coder | |
2022-04-13 | installpkg: avoid modifying /install if it exists | Slack Coder | |
Avoid modifying and removing the /install directory if it already exists on the system by exiting early. | |||
2022-03-31 | README: improve formatting content | Slack Coder | |
2022-03-30 | Initial commit | Slack Coder | |