Horea Christian
fc7c2fe300
Shellcheck is just fucking with me...
2023-05-23 19:32:24 -04:00
Horea Christian
5b98551425
Explicitly making argument literal
2023-05-23 19:27:19 -04:00
Horea Christian
173f0fb249
Allegedly safer quoting style as per shellcheck 🤔
2023-05-23 19:26:34 -04:00
Horea Christian
7cc88f2700
Nomenclature update, SOURCE is clearer than TARGET
2023-05-23 19:22:59 -04:00
Horea Christian
99e2d4157f
Enabling confidential file exclusion
2023-05-23 19:18:51 -04:00
Horea Christian
c984d8513d
Splitting occurs implicitly
2023-05-23 19:16:41 -04:00
Horea Christian
4ba02d1497
Positional reference after optind shifting
2023-05-23 19:13:17 -04:00
Horea Christian
92ea0b9d7d
Removed unused variable
2023-05-23 19:12:06 -04:00
Horea Christian
59f37eb63f
Removed unimplemented optarg
2023-05-23 19:11:20 -04:00
Horea Christian
516ca128d9
Added new function
2023-05-23 19:08:22 -04:00
Horea Christian
1d09ebd688
Removed debugging print call from teardown
2023-05-23 19:07:51 -04:00
Horea Christian
2652ff368f
Updated and corrected test suite
2023-05-23 19:06:43 -04:00
Horea Christian
232443d1ce
Fixed overlay exclusion
2023-05-23 19:06:29 -04:00
Horea Christian
06585dd1e2
typo
2023-05-23 18:15:24 -04:00
Horea Christian
7fe3a53d7e
portageq — excluding all repositories, not just ::gentoo
2023-05-23 18:06:00 -04:00
Horea Christian
1c128276bf
Exclude other overlay dirs as well, not just ::gentoo
2023-05-23 08:04:20 -04:00
Horea Christian
f0a56d7a35
Shorter badges
2023-03-12 17:36:13 -04:00
Horea Christian
dc4465f4ef
Grammar
2023-03-12 01:48:14 -05:00
Horea Christian
7bea3a7632
Miscellaneous README improvements, no longer linking blog
2023-03-12 01:46:20 -05:00
Horea Christian
3d0c93510f
GH release badge
2023-03-12 01:38:44 -05:00
Horea Christian
21e3774cb7
Added badges
2023-03-12 01:35:21 -05:00
Horea Christian
1ab7c072d5
Less ambiguous array assignment
2023-03-12 01:30:55 -05:00
Horea Christian
6288d1ae1e
Avoid globbing
2023-03-12 01:21:19 -05:00
Horea Christian
be1ce4a1fd
Updated bats environment
2023-03-12 01:18:40 -05:00
Horea Christian
12f4506a18
Better parameter ordering
2023-01-02 20:19:40 -05:00
Horea Christian
3891a608ff
Fixed help text and better explained compression parameters
2023-01-02 20:14:46 -05:00
Horea Christian
fcd6f88870
Added automatic extraction script
2022-12-15 17:41:42 -05:00
Horea Christian
d30ac26a8c
Updated shebang
2022-12-15 17:41:36 -05:00
Horea Christian
934b2cf3e8
Removed xattr-breaking command
2022-12-15 17:19:36 -05:00
Horea Christian
999415bda6
Homogenized quotation marks
2022-09-12 12:29:48 -04:00
Horea Christian
e0220d9b61
Removed comments
2022-09-12 12:27:22 -04:00
Horea Christian
8099ec1c8b
Fixed up fix
2022-09-12 12:11:20 -04:00
Runney Wu
d8b979bee1
Use star mark to expand COMP_OPTIONS ( #44 )
...
Closes: 46
2022-09-12 12:04:31 -04:00
Horea Christian
df3d89d5a2
Disabled broken feature
2022-09-12 09:11:35 -04:00
Horea Christian
f7655ed21d
Single quotes to fix bug reported outside of issue tracker
2022-09-12 06:25:03 -04:00
Horea Christian
ddc9d74901
Wrap use-compres-prog in quotation marks
2021-10-12 18:35:14 -04:00
Horea Christian
783e7ea52a
Updated file format and exec name as per:
...
https://github.com/TheChymera/mkstage4/issues/41#issuecomment-735435551
2020-11-29 17:12:29 -05:00
Horea Christian
351c9fe682
Updated file format as per
...
https://github.com/TheChymera/mkstage4/issues/41
2020-11-14 21:41:04 -05:00
Horea Christian
7f6deaf498
Codeblock style
2020-08-31 19:47:47 -04:00
Horea Christian
bc4d5e7320
Improved -k parameter documentation
2020-08-31 19:46:24 -04:00
Horea Christian
9175f43062
Heading visual style
2020-08-31 19:33:51 -04:00
Horea Christian
2c441054af
Style improvements
2020-08-31 19:30:09 -04:00
Mark Gomersbach
df1827410b
Add compression types and multithread if possible. ( #39 )
...
* Add compression types and multithread if possible.
Signed-off-by: Mark Gomersbach <markgomersbach@gmail.com>
* Bump shell-linter version
Signed-off-by: Mark Gomersbach <markgomersbach@gmail.com>
2020-04-17 04:43:11 -04:00
lucianposton
8c61bd4395
Add -i option to include files prior to exclusion ( #30 )
2020-04-02 22:10:09 -04:00
lucianposton
6de6e25de1
Add shellcheck to CI workflow ( #33 )
2020-04-02 19:31:32 -04:00
lucianposton
ce254f23c2
Add workflow badges ( #36 )
...
Signed-off-by: Lucian Poston <lucianposton@pm.me>
2020-03-24 22:50:00 -04:00
lucianposton
afa8c072c9
Misc wordsplitting/globbing changes ( #32 )
...
-Add quotes to prevent word splitting
-Remove $TARGET* globbing so hidden files are included
-Remove unused globbing
Signed-off-by: Lucian Poston <lucianposton@pm.me>
2020-03-24 22:46:32 -04:00
lucianposton
8ab90fa6b0
Merge confidential file excludes into single -c option ( #28 )
...
Signed-off-by: Lucian Poston <lucianposton@pm.me>
2020-03-24 22:43:25 -04:00
lucianposton
c8245059fc
-k test cases: bug fix & additional test cases ( #35 )
...
Signed-off-by: Lucian Poston <lucianposton@pm.me>
2020-02-07 02:48:31 +01:00
lucianposton
94b0040499
Add BATS tests with automated github workflow ( #34 )
...
Added tests, including test cases for:
* the -b option
* the -c (connman) option
* the -e option
* the -k option
* the -l option
* portage dirs
Signed-off-by: Lucian Poston <lucianposton@pm.me>
2020-02-07 00:59:18 +01:00