stable
Clone or download
Read-only
Merge commit 'refs/changes/74/21174/28' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #18503: Setup reproducible build and dev environments Change-Id: I14fd90370d794008824a7f64306844785412abbc
Modified Files
Name | ||||
---|---|---|---|---|
A | shell.nix | +10 | −0 | Go to diff View file |
M | src/common/User/User_SSHKeyValidator.class.php | +1 | −1 | Go to diff View file |
M | tests/Jenkinsfile | +20 | −3 | Go to diff View file |
M | tests/Jenkinsfile-nightly | +19 | −3 | Go to diff View file |
M | tests/Jenkinsfile-security-taint-analysis | +19 | −3 | Go to diff View file |
M | tests/actions.groovy | +0 | −13 | Go to diff View file |
M | tests/e2e/distlp/wrap.sh | +1 | −1 | Go to diff View file |
M | tests/e2e/full/wrap.sh | +1 | −1 | Go to diff View file |
M | tests/e2e/full/wrap_for_dev_context.sh | +1 | −1 | Go to diff View file |
M | tests/integration/bin/run-compose.sh | +1 | −1 | Go to diff View file |
M | tests/psalm/psalm-config-plugins-git-ignore.php | +1 | −1 | Go to diff View file |
M | tests/rest/bin/run-compose.sh | +1 | −1 | Go to diff View file |
M | tests/soap/bin/run-compose.sh | +1 | −1 | Go to diff View file |
M | tests/unit/common/FRS/FRSFileFactoryTest.php | +3 | −0 | Go to diff View file |
M | tools/rpm/Makefile | +1 | −1 | Go to diff View file |
M | tools/rpm/build_and_run_packages.sh | +3 | −6 | Go to diff View file |
M | tools/rpm/tuleap.rhel7.spec | +1 | −0 | Go to diff View file |
M | tools/utils/generate-mo.sh | +2 | −2 | Go to diff View file |
A | tools/utils/nix/build-tools.dockerfile | +11 | −0 | Go to diff View file |
A | tools/utils/nix/build-tools/build-tools-general.nix | +15 | −0 | Go to diff View file |
A | tools/utils/nix/build-tools/build-tools-js.nix | +5 | −0 | Go to diff View file |
A | tools/utils/nix/build-tools/build-tools-php.nix | +46 | −0 | Go to diff View file |
A | tools/utils/nix/build-tools/default.nix | +8 | −0 | Go to diff View file |
A | tools/utils/nix/dev-tools/default.nix | +11 | −0 | Go to diff View file |
A | tools/utils/nix/dev-tools/dev-tools-docker.nix | +5 | −0 | Go to diff View file |
A | tools/utils/nix/dev-tools/dev-tools-php.nix | +7 | −0 | Go to diff View file |
A | tools/utils/nix/dev-tools/dev-tools-tests.nix | +6 | −0 | Go to diff View file |
A | tools/utils/nix/dev-tools/node.sh | +6 | −0 | Go to diff View file |
A | tools/utils/nix/dev-tools/php.sh | +6 | −0 | Go to diff View file |
A | tools/utils/nix/php-base.nix | +5 | −0 | Go to diff View file |
A | tools/utils/nix/pinned-nixpkgs.nix | +5 | −0 | Go to diff View file |
A | tools/utils/scripts/generated-files-builder.sh | +33 | −0 | Go to diff View file |