diff options
author | David Lawrence <dkl@mozilla.com> | 2015-11-18 01:36:09 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-11-18 01:41:18 +0100 |
commit | e4f8e12a1696598f22513d1f4a94b5aa2a4b348a (patch) | |
tree | 0f88706defe95ee7fcf2c84f9c745ae09bb7545f /docker/scripts/install_deps.sh | |
parent | f75de36e911ac72b3325e1074a627f067cc61fd1 (diff) | |
download | bugzilla-e4f8e12a1696598f22513d1f4a94b5aa2a4b348a.tar.gz bugzilla-e4f8e12a1696598f22513d1f4a94b5aa2a4b348a.tar.xz |
Revert "Bug 1224649 - Docker and QA scripts should just use the same checksetup_answers.txt file"
This reverts commit 27dac6e9b0d2df69037cd022e77a9bf356fc7a67.
Diffstat (limited to 'docker/scripts/install_deps.sh')
-rwxr-xr-x | docker/scripts/install_deps.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docker/scripts/install_deps.sh b/docker/scripts/install_deps.sh index 08930a27a..232bfea10 100755 --- a/docker/scripts/install_deps.sh +++ b/docker/scripts/install_deps.sh @@ -1,12 +1,5 @@ #!/bin/bash -# 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/. -# -# This Source Code Form is "Incompatible With Secondary Licenses", as -# defined by the Mozilla Public License, v. 2.0. - cd $BUGZILLA_ROOT # Install Perl dependencies |