forked from ledgersmb/LedgerSMB
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt CI installations for removed ledgersmb.conf
- Loading branch information
1 parent
d38782e
commit d9f2d36
Showing
2 changed files
with
6 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -156,18 +156,8 @@ commands: | |
command: | | ||
mkdir -p logs/screens | ||
# these commands are in start.sh of the Perl container too: | ||
cp doc/conf/ledgersmb.conf.default ledgersmb.conf | ||
sed -i \ | ||
-e "s/\(cache_templates = \).*\$/cache_templates = 1/g" \ | ||
-e "s/\(host = \).*\$/\1$POSTGRES_HOST/g" \ | ||
-e "s/\(port = \).*\$/\1$POSTGRES_PORT/g" \ | ||
-e "s/\(default_db = \).*\$/\1$DEFAULT_DB/g" \ | ||
-e "s%\(sendmail = \).*%#\1/usr/sbin/ssmtp%g" \ | ||
-e "s/# \(smtphost = \).*\$/\1mailhog:1025/g" \ | ||
-e "s/# \(backup_email_from = \).*\$/\[email protected]/g" \ | ||
-e "s/#dojo_built = 1/dojo_built = 0/" \ | ||
-e "s/db_namespace = public/db_namespace = xyz/" \ | ||
ledgersmb.conf | ||
cp doc/conf/ledgersmb.yaml ledgersmb.yaml | ||
sed -i -e "s/# schema: public/schema: xyz/" ledgersmb.yaml | ||
# Freshen up CPAN | ||
- restore_cache: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters