TT-RSS GitLab mirror is badly configured?

Please correct me if I am wrong but the code normally resides in https://git.tt-rss.org/, and https://gitlab.tt-rss.org is just a mirror, correct?

If that is the case, then the gitlab mirror is misconfigured.

The SQL schema files are empty in GilLab:

  • usr/share/webapps/tt-rss/schema/ttrss_schema_mysql.sql
  • usr/share/webapps/tt-rss/schema/ttrss_schema_pgsql.sql

But they are added as LFS objects. So I think that gitlab is mirroring them wrong.

  1. gitlab is the main site, git is the mirror
  2. there’s no /usr/share/webapps anywhere i’m aware of
  3. the files are supposed to be empty

hth

Pardon me, I meant schema/ttrss_schema_mysql.sql and schema/ttrss_schema_pgsql.sql

I just cloned the git.tt-rss.org and they are empty there too … I guess I stand corrected.

I guess I am just baffled why are there in the first place. Since there are not-empty ones right in sql/pgsql/schema.sql and sql/mysql/schema.sql

UPDATE: Just checked git history and blame and seems like it is for some backwards compatibility thing maybe? Anyway, sorry for jumping to conclusions.

something like that, yeah.

1 Like