Permalink
Browse files

enable l10n injection for everything and the kitchen sink

with applications getting po/ dirs in tarballs momentarily we can go ahead
and prepare the install files
  • Loading branch information...
1 parent eba514e commit 19066c80c151086675ea935fcf4eee13bc5df850 @apachelogger apachelogger committed Apr 12, 2017
Showing with 0 additions and 7 deletions.
  1. +0 −7 ci-tooling/lib/ci/vcs_source_builder.rb
@@ -55,12 +55,6 @@ def l10n_log
@l10n_log ||= Logger.new(STDOUT).tap { |l| l.progname = 'l10n' }
end
- def enabled_project?(project)
- # Presently not used for random stuff as well as applications which still
- # use the kde-l10n-xx stuff.
- %w[kde-workspace frameworks].include?(project.i18n_path)
- end
-
def project_for_url(url)
projects = ReleaseMe::Project.from_repo_url(url.gsub(/\.git$/, ''))
unless projects.size == 1
@@ -79,7 +73,6 @@ def l10n_origin
# Add l10n to source dir
def add_l10n(source_path, repo_url)
project = project_for_url(repo_url)
- return unless enabled_project?(project)
l10n = ReleaseMe::L10n.new(l10n_origin, project.identifier,
project.i18n_path)

0 comments on commit 19066c8

Please sign in to comment.