it's db_type=pgsql not postgres

This commit is contained in:
Ralf Becker 2016-08-05 18:29:36 +02:00
parent 659b4f8dde
commit d2a579dbc9

View File

@ -57,7 +57,8 @@ before_script:
;; ;;
esac esac
#- php -m #- php -m
- rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini #- rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
- phpenv config-rm xdebug.ini
#- composer update --prefer-source $LOWEST_DEPS #- composer update --prefer-source $LOWEST_DEPS
- curl https://svn.stylite.de/fix_mrconfig 2>/dev/null | php - curl https://svn.stylite.de/fix_mrconfig 2>/dev/null | php
- mr --trust-all --stats up - mr --trust-all --stats up
@ -72,7 +73,7 @@ script:
# install egroupware (PostgreSQL need some specific handling as it is not the default and we can not create users via sql) # install egroupware (PostgreSQL need some specific handling as it is not the default and we can not create users via sql)
- case $DB in - case $DB in
postgres) postgres)
php doc/rpm-build/post_install.php --db_type postgres --db_port 5432 --db_user postgres --db_pass '' --db_root postgres --db_root_pw '' php doc/rpm-build/post_install.php --db_type pgsql --db_port 5432 --db_user postgres --db_pass '' --db_root postgres --db_root_pw ''
--source_dir `pwd` --start_db '' --autostart_db '' --start_webserver '' --webserver_user '' --source_dir `pwd` --start_db '' --autostart_db '' --start_webserver '' --webserver_user ''
;; ;;
*) *)