зеркало из https://github.com/github/octobox.git
Add rake task to sync repositories
This commit is contained in:
Родитель
1e009e4084
Коммит
692352147c
|
@ -14,4 +14,9 @@ namespace :tasks do
|
|||
task sync_subjects: :environment do
|
||||
Notification.subjectable.find_each{|n| n.send(:update_subject, true); print '.' }
|
||||
end
|
||||
|
||||
desc "Sync repositories"
|
||||
task sync_repos: :environment do
|
||||
Notification.find_each{|n| n.send(:update_repository); print '.' }
|
||||
end
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче