Skip to content

Instantly share code, notes, and snippets.

:: Taskcluster friendly wrapper for performing fx desktop builds via mozharness.
:: Inputs, with defaults
::if not defined MOZHARNESS_SCRIPT set MOZHARNESS_SCRIPT=mozharness\scripts\fx_desktop_build.py
::if not defined MOZHARNESS_CONFIG set MOZHARNESS_CONFIG=builds\releng_base_windows_64_builds.py
if not defined TOOLTOOL_CACHE set TOOLTOOL_CACHE=%SystemDrive%\home\worker\tooltool-cache
if not defined NEED_XVFB set NEED_XVFB=false
@petemoore
petemoore / login_v3.md
Last active February 3, 2016 10:39 — forked from djmitche/login_v3.md

Login v3

Goals

  • Users should be able to login easily to the tools site to carry out day-to-day tasks.
  • Users should be able to create and manage limited-access permanent credentials for use in their own automation
  • Permanent credentials tied to users should be disabled when those users lose the relevant permissions
  • All services have a consistent, reliable way to log who or what is making a particular request.