File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ pg_config:
2727 - line : " port = {{pg_port}}"
2828pg_config_role :
2929 - line : " #pg_config_role"
30- pg_src : . /postgrespro
30+ pg_src : ~ /postgrespro
3131pg_dst : /tmp/postgrespro-build
32- pg_datadir : . /postgrespro-data
32+ pg_datadir : ~ /postgrespro-data
3333
3434libuv :
3535 version : v1.7.5
Original file line number Diff line number Diff line change 99 pg_repo : https://github.com/kelvich/postgresql.git
1010 pg_version_tag : xtm_patched
1111 pg_destroy_and_init : true
12- pg_datadir : . /postgrespro-data
12+ pg_datadir : ~ /postgrespro-data
1313
1414 - role : postgres
1515 pg_port : 5433
1616 pg_repo : https://github.com/kelvich/postgresql.git
1717 pg_version_tag : xtm_patched
1818 pg_destroy_and_init : true
19- pg_datadir : . /postgrespro-data2
19+ pg_datadir : ~ /postgrespro-data2
2020
2121 - role : postgres
22- pg_port : 5433
22+ pg_port : 5434
2323 pg_repo : https://github.com/kelvich/postgresql.git
2424 pg_version_tag : xtm_patched
2525 pg_destroy_and_init : true
26- pg_datadir : . /postgrespro-data3
26+ pg_datadir : ~ /postgrespro-data3
2727
2828 tasks :
2929
You can’t perform that action at this time.
0 commit comments