Skip to content
Snippets Groups Projects
  1. Sep 22, 2017
  2. Sep 21, 2017
  3. Sep 19, 2017
    • boklm's avatar
      Bug 23039: fix detection of runc version · 1f054c59
      boklm authored
      In the previous patch, we wrongly assumed that all runc 0.1.1 versions
      exited with 0 when given an unknown command, and used that to detect the
      version. It seems it is not true on all systems.
      
      We are now using the 'runc --version' command to find the version of
      runc.
      
      We don't support versions older than 0.1.1.
      1f054c59
  4. Sep 15, 2017
  5. Sep 11, 2017
    • boklm's avatar
      Bug 23454: restore stderr in build logs · 75af4379
      boklm authored
      In #23425 we redirected the output from runc start to /dev/null to
      avoid annoying messages saying "stdin: is not a tty". However this also
      removes stderr from build logs.
      
      The command producing the `stdin: is not a tty` message is the `chown -R`
      command from runc/remote_put, so we now only hide stderr from that
      part while keeping it for the runc command running the build script.
      75af4379
  6. Sep 08, 2017
    • boklm's avatar
      Add tmp to .gitignore · 84881888
      boklm authored
      With #23403 we started using the tor-browser-build/tmp directory for the
      builds.
      84881888
  7. Sep 07, 2017
  8. Sep 06, 2017
  9. Sep 05, 2017
  10. Sep 04, 2017
  11. Aug 30, 2017
  12. Aug 29, 2017
  13. Aug 28, 2017
  14. Aug 21, 2017
  15. Aug 15, 2017
  16. Aug 11, 2017
Loading