1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-03-14 15:15:44 +01:00
This commit is contained in:
Bernhard Posselt 2016-12-08 15:34:33 +01:00
parent 35ae9b1632
commit da77cff068
2 changed files with 11 additions and 10 deletions

View File

@ -36,9 +36,9 @@ before_install:
- mv news nextcloud/apps/
before_script:
- if [[ "$DB" == 'pgsql' ]]; then createuser -U postgres -s oc_autotest; echo 'postgres'; fi
- if [[ "$DB" == 'pgsql' ]]; then createuser -U postgres -s oc_autotest; fi
- if [[ "$DB" == 'pgsql' ]]; then createdb -U postgres oc_autotest; fi
- if [[ "$DB" == 'mysql' ]]; then mysql -u root -e 'create database oc_autotest;'; echo 'mysql'; fi
- if [[ "$DB" == 'mysql' ]]; then mysql -u root -e 'create database oc_autotest;'; fi
- if [[ "$DB" == 'mysql' ]]; then mysql -u root -e "CREATE USER 'oc_autotest'@'localhost' IDENTIFIED BY '';"; fi
- if [[ "$DB" == 'mysql' ]]; then mysql -u root -e "grant all on oc_autotest.* to 'oc_autotest'@'localhost';"; fi
# fill nextcloud with default configs and enable news
@ -63,4 +63,5 @@ addons:
firefox: "latest"
services:
- postgresql mysql
- postgresql
- mysql

14
composer.lock generated
View File

@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "9518ad408d6c54ebf09c7c68314ddb52",
"content-hash": "180718a2770d88bdcdf663e62f9604da",
"hash": "8d2e9b29809087fa5b3de196be311319",
"content-hash": "374e1a4540a77c25fa84a4c7951073ba",
"packages": [
{
"name": "ezyang/htmlpurifier",
@ -101,16 +101,16 @@
},
{
"name": "pear/net_url2",
"version": "v2.2.0",
"version": "v2.2.1",
"source": {
"type": "git",
"url": "https://github.com/pear/Net_URL2.git",
"reference": "fa9b1ecb3c3e640d4a54d58d681a4cb7524f209e"
"reference": "43a87606daf52efe6685c92131be083143108e37"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pear/Net_URL2/zipball/fa9b1ecb3c3e640d4a54d58d681a4cb7524f209e",
"reference": "fa9b1ecb3c3e640d4a54d58d681a4cb7524f209e",
"url": "https://api.github.com/repos/pear/Net_URL2/zipball/43a87606daf52efe6685c92131be083143108e37",
"reference": "43a87606daf52efe6685c92131be083143108e37",
"shasum": ""
},
"require": {
@ -158,7 +158,7 @@
"uri",
"url"
],
"time": "2015-04-18 17:36:57"
"time": "2016-04-18 22:24:01"
},
{
"name": "riimu/kit-pathjoin",