diff options
| author | nemsia <nemsia@nemsia.org> | 2018-06-12 18:32:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-12 18:32:43 +0200 |
| commit | 982f3bbde2178906fd1b8244a2bc207281b8a4ea (patch) | |
| tree | b07128e3d4e809401739dd3dab8c0524341559e4 /conf | |
| parent | 56e9231be42fc514bf0e8c7e2bbfd16a9c8e575b (diff) | |
| download | mastodon_ynh-982f3bbde2178906fd1b8244a2bc207281b8a4ea.tar.gz mastodon_ynh-982f3bbde2178906fd1b8244a2bc207281b8a4ea.tar.bz2 mastodon_ynh-982f3bbde2178906fd1b8244a2bc207281b8a4ea.zip | |
Testing 2.4 (#90)
* Ready to Yunohost 3 and Debian Stretch
* Remove mastodon cron tasks
* Fix Upgrade yarn not installed
* Fix Upgrade
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/app-mastodon.src | 4 | ||||
| -rw-r--r-- | conf/crontab_mastodon | 7 |
2 files changed, 2 insertions, 9 deletions
diff --git a/conf/app-mastodon.src b/conf/app-mastodon.src index 62d10c6..84b72fb 100644 --- a/conf/app-mastodon.src +++ b/conf/app-mastodon.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/tootsuite/mastodon/archive/v2.3.3.tar.gz -SOURCE_SUM=b2b2e2ee7cc034e92258263500c423b900611407db67682777eef0526118f66e +SOURCE_URL=https://github.com/tootsuite/mastodon/archive/v2.4.0.tar.gz +SOURCE_SUM=3d4904f30c28591333b1cf4c03173849dd6983ab00685f61e50e594160c672ee SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/crontab_mastodon b/conf/crontab_mastodon deleted file mode 100644 index 62caff0..0000000 --- a/conf/crontab_mastodon +++ /dev/null @@ -1,7 +0,0 @@ -@daily __APP__ cd /opt/__APP__/live && RAILS_ENV=production /opt/__APP__/.rbenv/shims/bundle exec rake mastodon:media:clear - -@daily __APP__ cd /opt/__APP__/live && RAILS_ENV=production /opt/__APP__/.rbenv/shims/bundle exec rake mastodon:push:refresh - -@daily __APP__ cd /opt/__APP__/live && RAILS_ENV=production /opt/__APP__/.rbenv/shims/bundle exec rake mastodon:feeds:clear - -@daily __APP__ cd /opt/__APP__/live && RAILS_ENV=production /opt/__APP__/.rbenv/shims/bundle exec rake mastodon:users:clear |
