YunoHost-Apps / ampache_ynh

Ampache package for YunoHost
http://ampache.org/
GNU General Public License v3.0
17 stars 16 forks source link

[buster] version for buster release #52

Closed arthurlutz closed 3 years ago

arthurlutz commented 4 years ago

Problem

Solution

PR Status

Validation


Minor decision

arthurlutz commented 4 years ago

With this branch I get a mysql error which seems to be unrelated to the packaging : https://paste.yunohost.org/raw/uxalividib

2020-02-24 15:33:12,358: WARNING - ERROR 1366 (22007) at line 1: Incorrect integer value: '' for column `ampache`.`user`.`id` at row 1

same as https://github.com/YunoHost-Apps/wordpress_ynh/issues/86

kay0u commented 4 years ago

Same as https://github.com/YunoHost-Apps/wordpress_ynh/pull/87:

We need to change that line:

https://github.com/YunoHost-Apps/ampache_ynh/blob/7d04f9b42e0fdb615022355d0d54811dfed5f6be/conf/admin.sql#L1

to:

INSERT INTO user(id,username,fullname,access) VALUES(NULL, "__ADMIN__", "__ADMIN__", "100"); 
ericgaspar commented 3 years ago

Closing. All changes on testing