2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-24 13:09:01 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Gavin D'souza
2b6260d63e fix: install missing dirmngr for debian installs 2019-12-18 18:19:17 +05:30
Gavin D'souza
a922d198a2 chore: update deprecated usages 2019-12-18 14:14:12 +05:30
Gavin D'souza
498e777b57 fix(ansible): deprecated warnings for | expression 2019-12-04 18:40:07 +05:30
Gavin D'souza
fd7d59d2be fix(ansible): deprecated warnings install loops 2019-12-04 18:35:42 +05:30
Aditya Hase
e24ca16c90 fix: Initialize bench with Python 3 2019-06-21 10:52:13 +05:30
Saurabh
8126143815 enhancement: provision to pass mariadb version 2019-05-07 08:51:54 +05:30
Ameya Shenoy
de94469581
feat(ubuntu 18): Add support for Ubuntu 18.04
- added ubuntu 18 in the list of supported OS for the easy install
script
- ensured the install script for mariadb which works on ubuntu xenial
also works on ubuntu bionic
- sidenote: prevented pip from installing requests, since a system
package is already installed in centos 7

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2018-09-16 22:59:09 +05:30
Ameya Shenoy
1262f25704 multiple fixes:
- in travis tests added check for the node_modules folder not found, since it was moved to frappe from v11 onwards
- added --without-erpnext flag to install only frappe
- identified but not yet fixed localctl failure on scaleway cloud (instant fix: apt install keyboard-configuration kbd console-data)
- fixed owner and permissions for bench.log in logs
- fixed mariadb set root password issue
- added libselinux-python to centos for localctl issues
2018-07-10 12:12:14 +05:30
Ameya Shenoy
2913f6d648
mariadb fixes 2018-06-09 10:01:45 +00:00
Ameya Shenoy
99cf7610c0
increased default max_packet_size to 256M
Increased the max_packet_size for both mysqld and mysqldump to 256M. Change was made to prevent backup/restore failure due to large packet size, which used to showup as tabSingles not found
2018-04-09 15:11:55 +05:30
Ameya Shenoy
ee695ff14b
debian and centos fixes 2018-03-01 05:20:58 +05:30
Ameya Shenoy
acbfbbedf6
debian mariadb fix 2018-03-01 04:45:25 +05:30
Ameya Shenoy
1575c307e6
syntactical fix 2018-03-01 04:15:50 +05:30
Ameya Shenoy
ffd75e5158
Playbook restructure part 1 2018-02-15 17:48:17 +05:30