Searched full:vagrant (Results 1 – 25 of 28) sorted by relevance
12
| /external/selinux/scripts/ci/ |
| D | Vagrantfile | 3 # Vagrant configuration file which creates a virtual machine that can run the 9 # vagrant up --provision 13 # vagrant rsync && echo ./run-selinux-test.sh | vagrant ssh 17 # vagrant destroy 21 cat > /home/vagrant/run-selinux-test.sh << EOF 29 chmod +x /home/vagrant/run-selinux-test.sh 32 # All Vagrant configuration is done below. The "2" in Vagrant.configure 36 Vagrant.configure("2") do |config|
|
| D | .gitignore | 1 .vagrant/
|
| /external/cpu_features/ci/vagrant/freebsd/ |
| D | Vagrantfile | 4 # All Vagrant configuration is done below. The "2" in Vagrant.configure 8 Vagrant.configure("2") do |config| 13 # Every Vagrant development environment requires a box. You can search for 22 # `vagrant box outdated`. This is not recommended. 49 #config.vm.synced_folder "../../..", "/home/vagrant/project" 50 config.vm.synced_folder ".", "/vagrant", id: "vagrant-root", disabled: true 59 # backing providers for Vagrant. These expose provider-specific options.
|
| /external/cpu_features/.github/workflows/ |
| D | amd64_freebsd.yml | 11 # Only MacOS hosted runner provides virtualisation with vagrant/virtualbox installed. 17 - name: vagrant version 18 run: Vagrant --version 22 run: cd ci/vagrant/freebsd && vagrant up
|
| /external/cpu_features/ci/ |
| D | Makefile | 61 @echo -e "\t${BOLD}<VM>${RESET}: build the vagrant <VM> virtual machine." 210 ## VAGRANT ## 216 $(vms_targets): %_build: vagrant/%/Vagrantfile 217 @cd vagrant/$* && vagrant destroy -f 218 cd vagrant/$* && vagrant up 224 cd vagrant/$* && vagrant destroy -f 225 -rm -rf vagrant/$*/.vagrant 240 -vagrant box remove -f generic/freebsd12
|
| D | README.md | 62 ## Makefile/Vagrant testing 63 To test build for FreeBSD we are using Vagrant and VirtualBox box. 65 This is similar to the docker stuff but use `vagrant` as `docker` cli and
|
| /external/bcc/tools/ |
| D | cachetop_example.txt | 25 877 vagrant systemd 18 4 2 72.7% 13.6% 36 984 vagrant find 9529 2457 4 79.5% 20.5% 52 1071 vagrant bash 350 0 0 100.0% 0.0% 53 1071 vagrant find 12959 0 0 100.0% 0.0% 67 1110 vagrant bash 366 0 0 100.0% 0.0% 68 1110 vagrant dd 42183 40000 20000 27.0% 24.3%
|
| D | tplist_example.txt | 16 /home/vagrant/basic_usdt basic_usdt:start_main 17 /home/vagrant/basic_usdt basic_usdt:loop_iter 18 /home/vagrant/basic_usdt basic_usdt:end_main
|
| D | trace_example.txt | 282 05:36:16 15872 ls do_sys_open /home/vagrant 286 libraries and then accessing the /home/vagrant directory listing.
|
| /external/selinux/.github/workflows/ |
| D | vm_testsuite.yml | 8 …# Use VirtualBox+vagrant on macOS, as described in https://github.com/actions/virtual-environments… 14 - name: Create Vagrant VM 17 vagrant up 22 vagrant ssh -- ./run-selinux-test.sh
|
| /external/cldr/tools/scripts/ansible/ |
| D | README.md | 146 - install vagrant and some provider such as virtualbox or libvirt 149 vagrant up 152 - To log into the new host, run `vagrant ssh` 154 - To iterate, trying to reapply ansible, run `vagrant provision --provision-with=ansible` 160 vagrant ssh -- sudo -u surveytool /usr/local/bin/deploy-to-tomcat.sh $(git rev-parse HEAD) < ../../… 168 vagrant ssh -- -L 9080:127.0.0.1:9080
|
| D | vagrant-playbook.yml | 1 # the Vagrant playbook is used for testing, see Vagrantfile 3 # Note: any additional setup specifically for vagrant could be done here, such as adding a self-sig…
|
| D | Vagrantfile | 4 Vagrant.configure("2") do |config| 22 ansible.playbook = "vagrant-playbook.yml"
|
| D | .gitignore | 2 /.vagrant
|
| /external/fmtlib/support/ |
| D | Vagrantfile | 4 # A vagrant config for testing against gcc-4.8. 5 Vagrant.configure("2") do |config|
|
| /external/autotest/site_utils/ |
| D | mysql_bootstrap.py | 25 In the case of a vagrant cluster, a remote vm cannot ssh into the db server 30 a predefined port (defined in the vagrant file, defaults to 8002), and all 35 Provision the vagrant db server 202 default=False, help='Enable gateway access for vagrant testing.')
|
| /external/cpu_features/ |
| D | .gitignore | 10 .vagrant/
|
| D | .dockerignore | 27 .vagrant/
|
| /external/openthread/ |
| D | .gitignore | 29 .vagrant
|
| /external/libevent/ |
| D | ChangeLog | 317 bufferevent_openssl_filter_new(). vagrant fixes, some build fixes, increased 331 Vagrant env fixes: 332 o vagrant/netbsd: missing libtool (9c9be399 Azat Khuzhin) 333 o vagrant/netbsd: more reliable way of installing packages (36da6877 Azat Khuzhin) 334 o vagrant/osx: use make instead of gmake (there is no gmake) (f7c70aef Azat Khuzhin) 335 o vagrant: add centos box (ca591c5b Azat Khuzhin) 363 o Testing with vagrant for 6 OS and cmake+autoconf (9585338 Azat Khuzhin)
|
| D | whatsnew-2.1.txt | 761 Plus there is vagrant boxes if you what to test it on more OS'es then 764 - https://github.com/libevent/libevent-extras/blob/master/tools/vagrant-tests.py
|
| /external/python/cpython3/Tools/peg_generator/data/ |
| D | top-pypi-packages-365-days.json | 13864 "project": "python-vagrant"
|
| /external/jline/src/src/test/resources/jline/example/ |
| D | english.gz | |
| /external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
| D | ospd.txt.gz | |
| /external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/transforms/ |
| D | en-IPA.txt | 14752 $x{vagrant → vegrənt ; # vægrænt
|
12