Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tt-rss: updated 20201114 -> 20210306 #4630

Conversation

smaarn
Copy link
Contributor

@smaarn smaarn commented May 11, 2021

Motivation: Fixing initial installation procedure + bump of underlying tt-rss version
Linked issues: Fixes #4473

Bump required PHP version to 7.2
Define configuration version file
Prefer using resource mechanism to inject db
Fix initial installation phase which should trigger the schema update
Migrated to use a copy of original repository (service seems to be touchy in terms of availability)

Checklist

  • Build rule all-supported completed successfully
  • Package upgrade completed successfully
  • New installation of package completed successfully

PKG_GIT_HASH = 328d7b55c8cb4d56492356a73df19f7c59784d82
PKG_DIST_SITE = https://git.tt-rss.org/fox/tt-rss.git
PKG_GIT_HASH = 473ea6255c634fa47ee8c8e24de910785b9b095b
PKG_DIST_SITE = https://github.com/smaarn/tt-rss.git
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok this is bold, I give you that.
But at some point we will need to make an "arbitrage" on this package since it seems that official repository does not take it very well when multiple clones are being done simultaneously.

@@ -44,7 +40,7 @@ REQUIRED_DSM = 6.0

INSTUNINST_RESTART_SERVICES = apache-web

SPK_DEPENDS = "WebStation"
SPK_DEPENDS = "WebStation:PHP7.2:MariaDB"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minimum requirements is actually PHP7.2 now.

@smaarn
Copy link
Contributor Author

smaarn commented May 13, 2021

Pre-release binaries can be found here: https://github.com/smaarn/spksrc/releases/tag/tt_rss_20210306

@ymartin59
Copy link
Contributor

@smaarn Great job. One day, I would really be interested in having a postgresql support (embedded in DSM) for tt-rss so that I can discard my mariadb instance and free some RAM/CPU...

@smaarn
Copy link
Contributor Author

smaarn commented May 14, 2021

@smaarn Great job. One day, I would really be interested in having a postgresql support (embedded in DSM) for tt-rss so that I can discard my mariadb instance and free some RAM/CPU...

To be fair the default is now postgresql, I guess we'll need at some point to choose between supporting both and doing some kind of migration. But that's going to be not that easy 😉

Bump required PHP version to 7.2
Define configuration version file
Prefer using resource mechanism to inject db
Fix initial installation phase which should trigger the schema update
@smaarn smaarn force-pushed the fix/tt-rss/initial-installation-procedure branch from 578bdf3 to 65a29e7 Compare September 5, 2021 08:42
@smaarn
Copy link
Contributor Author

smaarn commented Sep 5, 2021

Rebased at head.

@smaarn
Copy link
Contributor Author

smaarn commented Oct 7, 2021

Superseded by #4840

@smaarn smaarn closed this Oct 16, 2021
@smaarn smaarn deleted the fix/tt-rss/initial-installation-procedure branch October 16, 2021 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tt-rss don't start after install
2 participants