D5133: Introduce fetchpo.rb

Harald Sitter noreply at phabricator.kde.org
Wed Mar 22 17:44:09 UTC 2017


sitter requested changes to this revision.
sitter added inline comments.
This revision now requires changes to proceed.

INLINE COMMENTS

> l10n.rb:217
>  
> -    def get(srcdir)
> -      # FIXME: this is later used as destination for the weirdest of reasons...
> -      target = "#{srcdir}/po/"
> +    def get(srcdir, target = "#{Dir.getwd}/#{srcdir}/po", allow_edit = true)
>        Dir.mkdir(target)

File.expand_path

  def get(srcdir, target = File.expand_path("#{srcdir}/po"),
              allow_edit = true)

REPOSITORY
  R572 releaseme

REVISION DETAIL
  https://phabricator.kde.org/D5133

To: apol, #frameworks, sitter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20170322/435ea556/attachment-0001.html>


More information about the Kde-frameworks-devel mailing list