You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,7 +229,7 @@ Color for log levels can be overriden, by setting ANSI numerical color code to v
229
229
### KERL_BASE_DIR
230
230
231
231
Default: `"$HOME"/.kerl`
232
-
Directory in which kerl will cache artefacts for building and installing.
232
+
Directory in which kerl will cache artifacts for building and installing.
233
233
234
234
### KERL_CONFIG
235
235
@@ -239,7 +239,7 @@ File from which to source kerl configuration
239
239
### KERL_DOWNLOAD_DIR
240
240
241
241
Default: `${KERL_BASE_DIR}/archives`
242
-
Directory in which to place downloaded artefacts
242
+
Directory in which to place downloaded artifacts
243
243
244
244
### KERL_BUILD_DIR
245
245
@@ -256,7 +256,11 @@ Directory in which kerl will clone git repositories for building.
256
256
### KERL_AUTOCLEAN
257
257
258
258
Default: 1 (Enabled)
259
-
Clean all build artefacts but logfile on failure. This allow safe build retries after failure while still keeping logfile with all attempts logs, until success. Set to 0 to keep build artefacts on failure.
259
+
Clean all build artifacts but logfile on failure. This allows safe build retries
260
+
after failure while still keeping a logfile with all attempted builds until
261
+
success.
262
+
263
+
Set to 0 to keep build artifacts on failure.
260
264
261
265
### KERL_CONFIGURE_OPTIONS
262
266
@@ -745,6 +749,20 @@ will eventually deal with this issue.
745
749
Changelog
746
750
---------
747
751
752
+
18 April 2023 - 2.6.0
753
+
754
+
- Make logging less verbose (#417)
755
+
- Use Github Actions instead of CircleCI (#423)
756
+
- Fix broken CI images on README (#424)
757
+
- Fix broken version output (#425)
758
+
- Add macOS to CI matrix (#427)
759
+
- Fix error when running in a container (#402)
760
+
- Use Ubuntu 22.04, drop Ubuntu 20.04 for CI (#429)
761
+
- Add Ventura to version bypass for macOS (#433)
762
+
- If a patch has already been applied, do not apply it again (#437)
763
+
- Fix shellcheck for unreachable code (#438)
764
+
- On build failures, autoclean build art{e|i}facts (#410)
0 commit comments