Loading .pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ repos: - id: check-executable-modes - id: check-for-squash - id: copyright-notice exclude: ^data/ exclude: ^data/|^scripts/(compile-|install-) - id: protect-first-parent - repo: https://github.com/pre-commit/pygrep-hooks Loading scripts/compile-imagick.sh +0 −6 Original line number Diff line number Diff line #!/bin/bash # Copyright 2019-2021 Dominik Sekotill <dom.sekotill@kodo.org.uk> # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. set -eux shopt -s lastpipe Loading scripts/install-build-deps.sh +0 −6 Original line number Diff line number Diff line #!/bin/sh # Copyright 2019-2021 Dominik Sekotill <dom.sekotill@kodo.org.uk> # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. set -eux # Install packaged dependencies Loading scripts/install-deps.sh +0 −6 Original line number Diff line number Diff line #!/bin/sh # Copyright 2019-2021 Dominik Sekotill <dom.sekotill@kodo.org.uk> # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. set -eux # Install packaged dependencies Loading scripts/install-wp.sh +0 −6 Original line number Diff line number Diff line #!/bin/bash # Copyright 2019-2021 Dominik Sekotill <dom.sekotill@kodo.org.uk> # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. set -eux COMPOSER_INSTALLER_URL=https://getcomposer.org/installer Loading Loading
.pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ repos: - id: check-executable-modes - id: check-for-squash - id: copyright-notice exclude: ^data/ exclude: ^data/|^scripts/(compile-|install-) - id: protect-first-parent - repo: https://github.com/pre-commit/pygrep-hooks Loading
scripts/compile-imagick.sh +0 −6 Original line number Diff line number Diff line #!/bin/bash # Copyright 2019-2021 Dominik Sekotill <dom.sekotill@kodo.org.uk> # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. set -eux shopt -s lastpipe Loading
scripts/install-build-deps.sh +0 −6 Original line number Diff line number Diff line #!/bin/sh # Copyright 2019-2021 Dominik Sekotill <dom.sekotill@kodo.org.uk> # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. set -eux # Install packaged dependencies Loading
scripts/install-deps.sh +0 −6 Original line number Diff line number Diff line #!/bin/sh # Copyright 2019-2021 Dominik Sekotill <dom.sekotill@kodo.org.uk> # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. set -eux # Install packaged dependencies Loading
scripts/install-wp.sh +0 −6 Original line number Diff line number Diff line #!/bin/bash # Copyright 2019-2021 Dominik Sekotill <dom.sekotill@kodo.org.uk> # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. set -eux COMPOSER_INSTALLER_URL=https://getcomposer.org/installer Loading