1. 01 Jun, 2018 1 commit
    • templates: actually create DOWNLOAD_TEMP directory · 1aeaca89
      Mark Asselstine authored
      The way 'mktemp' is currently used you will get a temp directory in
      $TMPDIR or '/tmp' and DOWNLOAD_TEMP will not be pointing to an actual
      directory. This will result in the wget operations failing and the
      container will fail to create:
      
          ERROR: Failed to download http://....
      
      Instead we want to use the '-p' option for mktemp to set the base path
      and this will ensure that the temp directory is created in the correct
      location and DOWNLOAD_TEMP will be consistent with this location.
      Signed-off-by: 's avatarMark Asselstine <mark.asselstine@windriver.com>
  2. 31 May, 2018 5 commits
  3. 30 May, 2018 2 commits
  4. 29 May, 2018 4 commits
  5. 28 May, 2018 3 commits
  6. 26 May, 2018 14 commits
  7. 25 May, 2018 11 commits