Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-30 | Version: 6 | Gaël PORTAY | |
2023-11-13 | Version: 5 | Gaël PORTAY | |
2023-05-01 | Version: 4 | Gaël PORTAY | |
2020-05-12 | Backport "Fix Use the content of docker variables in an array" | Gaël PORTAY | |
Fixes: ==> Starting check()... make[1]: Entering directory '/home/gportay/src/dosh/aur/src/dosh-3' shellcheck --exclude=SC1090 --exclude=SC1091 dosh In dosh line 509: run exec "${docker[@]}" exec "${opts[@]}" ${DOSH_DOCKER_EXEC_EXTRA_OPTS:-} "$exec" "$DOSHELL" "$@" ^-- SC2086: Double quote to prevent globbing and word splitting. Did you mean: run exec "${docker[@]}" exec "${opts[@]}" "${DOSH_DOCKER_EXEC_EXTRA_OPTS:-}" "$exec" "$DOSHELL" "$@" In dosh line 518: run exec "${docker[@]}" run "${opts[@]}" ${DOSH_DOCKER_RUN_EXTRA_OPTS:-} "$tag" "$@" ^-----------------------------^ SC2086: Double quote to prevent globbing and word splitting. Did you mean: run exec "${docker[@]}" run "${opts[@]}" "${DOSH_DOCKER_RUN_EXTRA_OPTS:-}" "$tag" "$@" For more information: https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ... make[1]: *** [Makefile:81: check] Error 1 make[1]: Leaving directory '/home/gportay/src/dosh/aur/src/dosh-3' ==> ERROR: A failure occurred in check(). Aborting... | |||
2020-05-12 | Re-install the bash completion script | Gaël PORTAY | |
2020-03-20 | Version: 3 | Gaël PORTAY | |
2020-02-18 | Version 2.1 | Gaël PORTAY | |
2020-02-03 | Update .SRCINFO up to version 2 | Gaël PORTAY | |
The .SRCINFO was not been updated in the commit f794e6f (Version 2). This commit updates the .SRCINFO up to version 2. Fixes the previous push to master: $ git push origin HEAD:master Enumerating objects: 5, done. Counting objects: 100% (5/5), done. Delta compression using up to 8 threads Compressing objects: 100% (3/3), done. Writing objects: 100% (3/3), 359 bytes | 359.00 KiB/s, done. Total 3 (delta 1), reused 0 (delta 0) remote: warning: .SRCINFO unchanged. The package database will not be updated! To ssh://aur.archlinux.org/dosh.git 6bc29d7..f794e6f HEAD -> master | |||
2019-12-30 | Version 1.9 | Gaël PORTAY | |
2019-11-25 | Version 1.8 | Gaël PORTAY | |
2019-10-11 | Build doc without docker and install it | Gaël PORTAY | |
2019-10-11 | Version 1.7 | Gaël PORTAY | |
2019-08-13 | Initial commit | Gaël PORTAY | |