[Rt-commit] rtir branch, 5.0/travis-test, updated. 4.0.1rc1-202-g2bf0d717
Jim Brandt
jbrandt at bestpractical.com
Thu Jun 11 15:17:25 EDT 2020
The branch, 5.0/travis-test has been updated
via 2bf0d7173c15c74ca6db81ca761b98518be64d7f (commit)
via b76256b4ed6c343da6b4766f35bea9510fe77484 (commit)
from 96154478e9b6cf77b4aa592f28cb2bb4f8997ae5 (commit)
Summary of changes:
.travis.yml | 2 +-
Dockerfile | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit b76256b4ed6c343da6b4766f35bea9510fe77484
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Thu Jun 11 15:16:56 2020 -0400
Test with MariaDB
diff --git a/Dockerfile b/Dockerfile
index 9ed0b5a3..04a2a3bd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,9 +15,9 @@ RUN cd /usr/local/src \
&& cd rt \
&& git checkout $RT_VERSION \
&& ./configure.ac \
- --enable-developer --enable-gd --enable-graphviz --with-db-type=SQLite \
+ --enable-developer --enable-gd --enable-graphviz --with-db-host=172.17.0.2 --with-db-rt-host=172.17.0.3\
&& make install \
- && make initdb \
+ && /usr/bin/perl -I/opt/rt5/local/lib -I/opt/rt5/lib sbin/rt-setup-database --action init --dba-password=password \
&& rm -rf /usr/local/src/*
RUN cpanm Net::Whois::RIPE
commit 2bf0d7173c15c74ca6db81ca761b98518be64d7f
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Thu Jun 11 15:17:20 2020 -0400
Update slack token for rtir repo
diff --git a/.travis.yml b/.travis.yml
index 3691e3af..292317ad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ services: docker
notifications:
slack:
- secure: ebb/6lbr1ob7wMh04C5PzM5/NNz6IstEUaUROA7BATuKKgPetl6qwmQNwvlwE5zYvJQBWQwKJ70JaCzJkXK6JVMVRRAWsXINJTzMfSqsoXEcJ59c5isf0bsnspVO7jxHTfXF/NZngR4EuPwH5v5lWp9m++j90t9nBKFFVi34WUE=
+ secure: "Q7BjnZ3TY/0Uz/t3jLwxPZ1LUnxg31q8KBFiDYWuwRisnpWsvpELO7Sh2WmdCD3tQn07qPfJluRIjerue7zgEkbojz/JZt2P+2VaJ6SpqtSZkt5euJ+glzlOJrBRAH9Mjbd8zw7O6gnF5O/l9+tKtogxxa6JcE9IJufAudFq2OU="
env:
- RT_DBA_USER=root RT_DBA_PASSWORD=password DB_VERSION_TAG=10.3
-----------------------------------------------------------------------
More information about the rt-commit
mailing list