You may have to delete the existing project (don't try this next time) (Assuming Pootle in /var/www/pootle)
cd /var/www/pootle
source env/bin/activate
pootle fs fetch --force MYPROJECT
pootle fs sync MYPROJECT
You may have to delete the existing project (don't try this next time) (Assuming Pootle in /var/www/pootle)
cd /var/www/pootle
source env/bin/activate
pootle fs fetch --force MYPROJECT
pootle fs sync MYPROJECT
require 'rest_client' | |
require 'uri/http' | |
require 'nokogiri' | |
require 'base64' | |
puts | |
puts | |
puts 'Federation Metadata Checker' | |
puts '===========================' | |
puts |