Uploaded image for project: 'Coin'
  1. Coin
  2. COIN-362

When parsing yaml files, also parse native environment syntaxes right

    XMLWordPrintable

Details

    • Task
    • Resolution: Invalid
    • P4: Low
    • None
    • None
    • None

    Description

      When schema 2 for the yaml files introduced environment variables, the code has to take into account different syntaxes in Windows and Linux world. Currently environment variables are quoted by saying $PATH, even though windows world handles them by saying %PATH%. The path delimiter however is semicolon ( just as it is in the windows realm, and colon ( does not work there. So the current way of presenting things "is PATH=/foobar/;$PATH" which is a mixture of windows and unix syntaxes.

      What we perhaps do is support "PATH=/foobar/;%PATH%", or have it always in the linux style "PATH=/foobar/:$PATH" and then code translates it into windows syntax.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            tosaario Toni Saario
            tosaraja Tony Sarajärvi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes