1
Fork 0
Commit Graph

158 Commits (v1.0.2)

Author SHA1 Message Date
Motiejus Jakštys eab7c3c1ef [release] fix nullglob issue 2021-09-06 15:36:50 +03:00
Motiejus Jakštys ec61d24fd4 [nit] Makefile style 2021-09-06 09:01:05 +03:00
Motiejus Jakštys d3933efd74 Update README
- add communication section
- remove systemd-nspawn section
2021-09-06 08:25:11 +03:00
Motiejus Jakštys a265915b21 Shellcheck release 2021-09-01 09:41:00 +03:00
Motiejus Jakštys 8c00e74df9 Update release script
- fix paths of sha256sum
- check for old artifacts before doing the release
2021-09-01 09:38:13 +03:00
Motiejus Jakštys 5e297827d3 update README with more actionable examples 2021-09-01 09:32:26 +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 f02af98ac5 nit: shorter defer body 2021-08-29 18:39:43 +03:00
Motiejus Jakštys cca579d218 update Makefile and default target
Adds a `sha256sum-$(VSN).txt`. For easier CI.
2021-08-29 18:23:49 +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 71aab65b75 version sha256sum files 2021-08-29 07:49:32 +03:00
Motiejus Jakštys 984752b812 remove unused archs
I am not using nor need arm64 and windows. Removing these from the
Makefile. If you see this message and feel like they should be added
back (or different archs), ping me.
2021-08-25 08:57:10 +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 6f40bc91be simplify linter 2021-08-24 17:23:31 +03:00
Motiejus Jakštys 63d171007e shellcheck 2021-08-24 16:44:58 +03:00
Motiejus Jakštys 5d4d6410da remove windows/arm64
not available on go 1.16
2021-08-24 14:50:30 +03:00
Motiejus Jakštys d3dc675d07 add file which helps releases 2021-08-24 14:13:40 +03:00
Motiejus Jakštys 6dd7678e64 add version info to the binary 2021-08-24 07:03:49 +03:00
Motiejus Jakštys be668f21e8 tag version 2021-08-24 06:47:38 +03:00
Motiejus Jakštys ef583c159f sha256sum 2021-08-23 16:42:57 +03:00
Motiejus Jakštys 48800cee35 compile all targets 2021-08-23 16:32:37 +03:00
Motiejus Jakštys a000e0c482 simpler generator 2021-08-23 16:32:05 +03:00
Motiejus Jakštys 6902590e82 add more targets 2021-08-23 16:29:41 +03:00
Motiejus Jakštys 98139c198c update README 2021-08-19 16:41:58 +03:00
Motiejus Jakštys 34a4ebfeaa additional error check 2021-08-19 16:32:22 +03:00
Motiejus Jakštys f1566184cf determine gzip archives from magic values
instead of guessing.
2021-08-13 15:27:44 +03:00
Motiejus Jakštys 8d298610f2 add `all` target 2021-06-01 19:54:55 +03:00
Motiejus Jakštys 1d58548136 lint is a composite target 2021-06-01 19:47:45 +03:00
Motiejus Jakštys b138e2b1f8 go vet comes first, it's faster. 2021-06-01 09:10:10 +03:00
Motiejus Jakštys c7b6a276f1 revert go.mod
this is installed out-of-band
2021-06-01 09:08:47 +03:00
Motiejus Jakštys 719919b3d8 gopath fixes 2021-06-01 09:07:32 +03:00
Motiejus Jakštys dea74a6595 go install -> go get 2021-06-01 09:03:09 +03:00
Motiejus Jakštys 3d6f45f81c lint 2021-06-01 09:00:27 +03:00
Motiejus Jakštys 86b7c30680 add `undocker` target 2021-06-01 08:49:39 +03:00
Motiejus Jakštys 4a611a9699 fix undocker path 2021-06-01 08:43:36 +03:00
Motiejus Jakštys ff11d83ab0 add coverage.html 2021-06-01 08:42:56 +03:00
Motiejus Jakštys 21cafcfc16 more artifacts 2021-05-31 23:57:40 +03:00
Motiejus Jakštys 1156bd7f8c add builds.sr.ht status 2021-05-31 23:45:04 +03:00
Motiejus Jakštys d2aafb4978 indent build.yml 2021-05-31 23:43:45 +03:00
Motiejus Jakštys 0ffdcdfa64 test build.yml 2021-05-31 23:43:07 +03:00
Motiejus Jakštys 84ca866c8a update changelog 2021-05-31 23:24:33 +03:00
Motiejus Jakštys 66881c1ef6 README: link to the top-level package 2021-05-31 23:15:54 +03:00
Motiejus Jakštys ed3ce2bd55 add status badge 2021-05-31 21:46:49 +03:00
Motiejus Jakštys 3964223049 move tartest to rootfs/internal 2021-05-31 21:45:15 +03:00
Motiejus Jakštys ccdea382b6 update doc formatting 2021-05-31 21:44:17 +03:00
Motiejus Jakštys 12d13c5c98 wording 2021-05-26 10:41:30 +03:00
Motiejus Jakštys ceed1e88af clarify speed and dependencies 2021-05-26 10:40:53 +03:00
Motiejus Jakštys 3430cc5d67 update README 2021-05-24 09:40:21 +03:00
Motiejus Jakštys 6de3355893 add similar projects 2021-05-24 07:39:40 +03:00
Motiejus Jakštys cb20b8eced remove changelog 2021-05-24 00:13:29 +03:00