mirror of
https://github.com/frappe/bench.git
synced 2025-01-23 15:08:24 +00:00
minor tweak to output directory
This commit is contained in:
parent
35f3e88ddf
commit
5620d2e5b6
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"builders": [{
|
"builders": [{
|
||||||
"vm_name": "ERPNext-Develop-{{isotime \"20060102150405\"}}",
|
"vm_name": "ERPNext-Develop-{{isotime \"20060102150405\"}}",
|
||||||
"output_directory": "Builds",
|
"output_directory": "Developer Builds",
|
||||||
"type": "virtualbox-iso",
|
"type": "virtualbox-iso",
|
||||||
"boot_command": [
|
"boot_command": [
|
||||||
"<enter><wait><f6><esc><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>",
|
"<enter><wait><f6><esc><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>",
|
||||||
@ -87,7 +87,7 @@
|
|||||||
}, {
|
}, {
|
||||||
"type": "vagrant",
|
"type": "vagrant",
|
||||||
"keep_input_artifact": true,
|
"keep_input_artifact": true,
|
||||||
"output": "Builds//ERPNext-Vagrant-Develop-{{isotime \"20060102150405\"}}.box",
|
"output": "Developer Builds/ERPNext-Vagrant-Develop-{{isotime \"20060102150405\"}}.box",
|
||||||
"vagrantfile_template": "Vagrantfile"
|
"vagrantfile_template": "Vagrantfile"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"builders": [{
|
"builders": [{
|
||||||
"vm_name": "ERPNext-Production-{{isotime \"20060102150405\"}}",
|
"vm_name": "ERPNext-Production-{{isotime \"20060102150405\"}}",
|
||||||
"output_directory": "Builds",
|
"output_directory": "Production Builds",
|
||||||
"type": "virtualbox-iso",
|
"type": "virtualbox-iso",
|
||||||
"boot_command": [
|
"boot_command": [
|
||||||
"<enter><wait><f6><esc><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>",
|
"<enter><wait><f6><esc><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>",
|
||||||
@ -87,7 +87,7 @@
|
|||||||
}, {
|
}, {
|
||||||
"type": "vagrant",
|
"type": "vagrant",
|
||||||
"keep_input_artifact": true,
|
"keep_input_artifact": true,
|
||||||
"output": "Builds/ERPNext-Vagrant-Production-{{isotime \"20060102150405\"}}.box",
|
"output": "Production Builds/ERPNext-Vagrant-Production-{{isotime \"20060102150405\"}}.box",
|
||||||
"vagrantfile_template": "Vagrantfile"
|
"vagrantfile_template": "Vagrantfile"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user