2017-05-11 07:10:24 zundaの投稿 zundan@mastodon.zunda.ninja
2017-05-11 07:11:56 zundaの投稿 zundan@mastodon.zunda.ninja

$ heroku remote -v
▸ remote is not a heroku command.

すみませんgitでしたw

Deploying Mastodon master on Heroku with build cache fails on node-sass

$ heroku repo:purge_cache
$ git checkout -b use-cld3-on-heroku-no-rebuild 2b99b4
$ git push -f heroku-mastodon-master use-cld3-on-heroku-no-rebuild:master
$ git commit --allow-empty -m 'deploying with build cache'
$ git push -f heroku-mastodon-master use-cld3-on-heroku-no-rebuild:master
:
remote: Module build failed: Error: ENOENT: no such file or directory, scandir '…/node_modules/node-sass/vendor'
:

$ heroku pg:info DATABASE
=== DATABASE_URL, PG_HOBBY_BASIC_URL
Plan: Hobby-basic
Status: Available
Connections: 8/20
PG Version: 9.6.1
Created: 2017-04-20 18:31 UTC
Data Size: 47.8 MB
Tables: 26
Rows: 54918/10000000 (In compliance)

I thought I did this already but finally moved stack for this instance from Cedar-14 to Heroku-16 resulted in reduction of slug size from 244 MB to 235 MB :)

masterとzunad-ninja-on-herokuをまぜまぜ (どきどき)

masterに移ったらデータベースのマイグレーション走ったやん!

うまくできたようだ(マストドンのにくではない)

@hyuki ローカルタイムラインには自分しかいませんがリプライとかブーストは含まれない感じです。連合と比べてホームには自分へのリプライが多くて、ホームに比べて連合には時々知らない方のトゥートが混ざります。ご参考まで :-)

@hyuki 連合には自分からのリプライも表示されませんねー

\テスト\/ですと/

プルリクエスト出して安心してたけどまだ洗濯物たたんでなかったw

And at least some statuses are detected as Japanese :)

> SELECT text, language FROM statuses WHERE account_id=1 ORDER BY id DESC LIMIT 3;

text | プルリクエスト出して安心してたけどまだ洗濯物たたんでなかったw
language | ja

text | \テスト\/ですと/
language | ja

text | @hyuki 連合には自分からのリプライも表示されませんねー
language | sn

2017-05-11 23:14:50 zundaの投稿 zundan@mastodon.zunda.ninja