1
Fork 0
Commit Graph

27 Commits (main)

Author SHA1 Message Date
Motiejus Jakštys e6d1a95c02 upgrade to go 1.20
use errors.Join
2023-05-19 15:05:21 +03:00
Motiejus Jakštys 725fb5679b move to git.jakstys.lt 2023-04-13 11:30:37 +03:00
Motiejus Jakštys dc03b29e6e Revert "add WithFilePrefix"
This reverts commit 436a866f5d.

This is not a good place for such auxiliary functionality; will be moved
elsewhere.
2021-08-29 18:40:11 +03:00
Motiejus Jakštys 436a866f5d add WithFilePrefix
This adds an option to prefix every file path with a given string.
2021-08-29 16:55:32 +03:00
Motiejus Jakštys 4568429a69 main.go: remove file if on Flatten(..) failure
When a Flatten() fails, the main program used to leave an incomplete
file (usually zero-length). Now it will clean itself up on failure.
2021-08-25 08:49:30 +03:00
Motiejus Jakštys 6dd7678e64 add version info to the binary 2021-08-24 07:03:49 +03:00
Motiejus Jakštys 34a4ebfeaa additional error check 2021-08-19 16:32:22 +03:00
Motiejus Jakštys 3d6f45f81c lint 2021-06-01 09:00:27 +03:00
Motiejus Jakštys 41440410a3 simple doc 2021-05-24 00:11:58 +03:00
Motiejus Jakštys 986cd594ed fix include paths 2021-05-24 00:11:58 +03:00
Motiejus Jakštys 2f484824fb update README and misc files 2021-05-24 00:11:58 +03:00
Motiejus Jakštys ee88c0aa9a simplify `undocker` 2021-05-24 00:11:58 +03:00
Motiejus Jakštys 9665574308 wip leave only rootfs 2021-05-24 00:11:58 +03:00
Motiejus Jakštys a688450fb8 move to sr.ht 2021-05-24 00:11:58 +03:00
Motiejus Jakštys 5ab9a5bc3a man-page 2021-05-24 00:11:58 +03:00
Motiejus Jakštys 0e24590e1d doc + bugfix 2021-05-24 00:11:58 +03:00
Motiejus Jakštys d7fb5140e8 refactor go-flags initialization 2021-05-24 00:11:58 +03:00
Motiejus Jakštys a333fb34ef cmdlxcconfig 2021-05-24 00:11:58 +03:00
Motiejus Jakštys a9b4f1ecd4 move command implementations to internal/ 2021-05-24 00:11:58 +03:00
Motiejus Jakštys 4c7afb8afa doc 2021-05-24 00:11:58 +03:00
Motiejus Jakštys ce8ce9f59e stdout is - 2021-05-24 00:11:58 +03:00
Motiejus Jakštys f9eea46417 error reporting 2021-05-24 00:11:58 +03:00
Motiejus Jakštys fa6118d5c7 gazelle? 2021-05-24 00:11:57 +03:00
Motiejus Jakštys b49779600c wip rootfs tests 2021-05-24 00:11:57 +03:00
Motiejus Jakštys 3279b52973 move rootfs to its own package 2021-05-24 00:11:57 +03:00
Motiejus Jakštys 273c337a23 move rootfs, add gofmt 2021-05-24 00:11:57 +03:00
Motiejus Jakštys 0f883d49e7 start undocker 2021-05-24 00:11:57 +03:00