changeset 6597:20632fdee6da

try focal upgrade again. mysql user creation/grant updated
author John Rouillard <rouilj@ieee.org>
date Wed, 26 Jan 2022 08:19:13 -0500
parents 2e2d2302eef3
children 27a4ab499189
files .travis.yml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Wed Jan 26 08:02:29 2022 -0500
+++ b/.travis.yml	Wed Jan 26 08:19:13 2022 -0500
@@ -17,7 +17,7 @@
 #    - maint-1.6
 
 dist:
-  - bionic
+  - focal
 
 #  - pypy3
 python:
@@ -40,8 +40,8 @@
 
 addons:
   apt:
-    sources:
-      - sourceline: ppa:xapian-backports/ppa
+    #sources:
+    #  - sourceline: ppa:xapian-backports/ppa
 
     packages:
       # Required to build/install the xapian-binding
@@ -115,7 +115,7 @@
   - sudo sed -i -e '/^\[mysqld\]/,/^\[mysql/s/^max_allowed_packet.*/max_allowed_packet = 500M/' /etc/mysql/my.cnf
   - cat /etc/mysql/my.cnf
   - sudo service mysql restart
-  - mysql -u root -e 'GRANT ALL ON rounduptest.* TO rounduptest@localhost IDENTIFIED BY "rounduptest";'
+  - mysql -u root -e 'CREATE USER "rounduptest"@"localhost" IDENTIFIED WITH mysql_native_password BY "rounduptest"; GRANT ALL on rounduptest.* TO "rounduptest"@"localhost";'
 
   - sudo service postgresql restart; sleep 30
   # set up postgresql database

Roundup Issue Tracker: http://roundup-tracker.org/