summaryrefslogtreecommitdiffstats
path: root/vagrant_support/devtools.yml
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-12-31 18:37:08 +0100
committerGitHub <noreply@github.com>2017-12-31 18:37:08 +0100
commit125e0612222925486c7911433fb286092add98a7 (patch)
tree5f97e0a74dab8701194b34f9b46d44e891f2bf59 /vagrant_support/devtools.yml
parent67bcfc3fe5a24e48bb9d0720d5ea7b687db4e368 (diff)
downloadbugzilla-125e0612222925486c7911433fb286092add98a7.tar.gz
bugzilla-125e0612222925486c7911433fb286092add98a7.tar.xz
no bug - add utility to toggle USE_NYTPROF (#323)
Diffstat (limited to 'vagrant_support/devtools.yml')
-rw-r--r--vagrant_support/devtools.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/vagrant_support/devtools.yml b/vagrant_support/devtools.yml
index fa554ce3c..3d4c9dbcd 100644
--- a/vagrant_support/devtools.yml
+++ b/vagrant_support/devtools.yml
@@ -18,6 +18,9 @@
- name: copy re.pl
copy: src=re.pl dest=/usr/local/bin/re.pl mode=0755
+- name: copy use-nytprof
+ copy: src=use-nytprof dest=/usr/local/bin/use-nytprof mode=0755
+
- name: mkdir .re.pl
file: path=/home/vagrant/.re.pl state=directory owner=vagrant group=vagrant mode=0775