You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll keep track of the changes being done to mac-v3-signing20.srv.releng.mdc1.mozilla.com here, so when we decide to automate/puppetize it, there's a reference to the changes made there.
Manually copied /certs/, /scriptworker.yaml and /script_config.yaml from dep-mac-v3-signing3.srv.releng.mdc1.mozilla.com:/builds/dep1
❗Note: Make sure to verify ownership and access
❗Note: Double check taskcluster_scope_prefix -> "project:adhoc:signing:"
Updated script_config.yaml paths and supported_behaviors
(as my user) Copied daemon plist file /Library/LaunchDaemons/org.mozilla.scriptworker.depbld.plist, updated paths and user, and loaded the service sudo launchctl load /Library/LaunchDaemons/org.mozilla.scriptworker.depbld.plist
The text was updated successfully, but these errors were encountered:
Adhoc Worker
I'll keep track of the changes being done to
mac-v3-signing20.srv.releng.mdc1.mozilla.com
here, so when we decide to automate/puppetize it, there's a reference to the changes made there./builds/scriptworker/taskcluster.yaml
(backup intaskcluster.bkp.yaml
)script_config.yaml
Removed allsupported_behaviors
and added onlymac_notarize_vpn
Dep worker
Following aki's steps to create dep signer:
depbld
user with random throwaway password/usr/sbin/sysadminctl -addUser depbld -admin -password -
visudo
restricted to package build binary onlydepbld ALL=(root) NOPASSWD: /usr/bin/pkgbuild
sudo mkdir /builds/dep && sudo chown cltbld:staff /builds/dep
sudo -u depbld -i
cd /builds/dep
python3 -m venv virtualenv
source virtualenv/bin/activate
requirements.txt
from prodcp /builds/scriptworker/requirements.txt ./requirements.txt
pip install -r requirements.txt
Manually copied
/certs/
,/scriptworker.yaml
and/script_config.yaml
fromdep-mac-v3-signing3.srv.releng.mdc1.mozilla.com:/builds/dep1
❗Note: Make sure to verify ownership and access
❗Note: Double check
taskcluster_scope_prefix
->"project:adhoc:signing:"
Updated
script_config.yaml
paths and supported_behaviorsCreated new client in TC project/releng/scriptworker/v2/mac-signing/prod/firefoxci-adhoc-t
Updated ci-config with new client
(as my user) Copied daemon plist file
/Library/LaunchDaemons/org.mozilla.scriptworker.depbld.plist
, updated paths and user, and loaded the servicesudo launchctl load /Library/LaunchDaemons/org.mozilla.scriptworker.depbld.plist
The text was updated successfully, but these errors were encountered: