summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2024-01-30Version: 6Gaël PORTAY
2023-11-13Version: 5Gaël PORTAY
2023-05-01Version: 4Gaël PORTAY
2020-05-12Backport "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-12Re-install the bash completion scriptGaël PORTAY
2020-03-20Version: 3Gaël PORTAY
2020-02-18Version 2.1Gaël PORTAY
2020-02-03Update .SRCINFO up to version 2Gaë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-30Version 1.9Gaël PORTAY
2019-11-25Version 1.8Gaël PORTAY
2019-10-11Build doc without docker and install itGaël PORTAY
2019-10-11Version 1.7Gaël PORTAY
2019-08-13Initial commitGaël PORTAY