Logo
Explore Help
Sign In
stevenoh0908/mastodon-sakyey
1
0
Fork 0
You've already forked mastodon-sakyey
Code Issues Packages Projects Releases Wiki Activity
Files
c9f980b26812ec737f81ee9c56b70241c8a372ad
mastodon-sakyey/bin/tootctl

14 lines
254 B
Plaintext
Raw Normal View History

Add improved CLI interface for removing remote media (#8411) ./bin/tootctl media remove --days 7 --background Make the old rake task point to it
2018-08-25 13:25:39 +02:00
#!/usr/bin/env ruby
APP_PATH = File.expand_path('../config/application', __dir__)
Fix `tootctl media remove-orphans` choking on unknown files in storage (#13765) Fix #13762 Catch tootctl interrupt to prevent confusing stacktrace
2020-05-15 18:41:27 +02:00
config/boot is required first (#8619)
2018-09-07 12:42:54 +09:00
require_relative '../config/boot'
Add improved CLI interface for removing remote media (#8411) ./bin/tootctl media remove --days 7 --background Make the old rake task point to it
2018-08-25 13:25:39 +02:00
require_relative '../lib/cli'
Fix `tootctl media remove-orphans` choking on unknown files in storage (#13765) Fix #13762 Catch tootctl interrupt to prevent confusing stacktrace
2020-05-15 18:41:27 +02:00
begin
Fix sidekiq jobs not triggering Elasticsearch index updates (#24046)
2023-03-12 23:47:55 +01:00
Chewy.strategy(:mastodon) do
Mastodon::CLI.start(ARGV)
end
Fix `tootctl media remove-orphans` choking on unknown files in storage (#13765) Fix #13762 Catch tootctl interrupt to prevent confusing stacktrace
2020-05-15 18:41:27 +02:00
rescue Interrupt
exit(130)
end
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 101ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API