WordPress.org Sandbox Request

Hello! I’d like to please request a WordPress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ sandbox to work on this MCP issue, adding a tool to search developer.wordpress.org documentation. My WordPress.org username is jakeom. Thank you!

#prio2 #sandbox

Add SSH Key to Sandbox

Hi Systems team,

I’m setting up a new MacBook and would like to add a second SSHSSH Secure SHell - a protocol for securely connecting to a remote system in addition to or in place of a password. key to my sandbox ssh account. I’d like to keep my existing key active as well, since I still have work to finish on my older laptop. Both keys live in the macOS Secure Enclave, so unfortunately they can’t be moved between machines.

The new public key is:

ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK7wMa5L+U3/DCVeChhkHFtNeJ1ihZrErKOrr6aiFwrnMrmipXdGPz3DPM1T6KUKAVnNQyfChQMLiBDP5Au1ymI= yani@iliev.me

Thanks very much!

#prio2 #sandbox #ssh

I’m requesting a sandbox so…

I’m requesting a sandbox so I can make and test edits to WordPress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ pages for Matt’s MetaMeta Meta is a term that refers to the inside workings of a group. For us, this is the team that works on internal WordPress sites like WordCamp Central and Make WordPress. Janitor program. My WordPress.org username is nickhamze.

My public ssh key is:
ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPuDRPAaYy4KLwChbw7ETVUUAqHva9VqgHsKAY+Wo0EfXTtXV0hVK3+qPmUCv0uJY4a3NxHEuHfL8+srERzwsUM= AutoProxxy/H26937GV49

Thanks so much.

#sandbox #prio3

Request: install tmux on sandboxes

Could we get tmux installed and enabled on all sandboxes? This would let us safely run scripts that take a while to complete (such as deploy-dotorg.sh) inside a persistent session, so the process keeps running if the SSHSSH Secure SHell - a protocol for securely connecting to a remote system in addition to or in place of a password. connection drops or the terminal closes.
Thanks!

#prio2 #sandbox

MC Access: Round 4

Another request, Can basic MC access please be granted for these users:

  • peiraisotta
  • naseem10
  • piyopiyofox
  • gomp

#prio2 #mc

Automated 7.0 branch nightly generation broken.

Due to the fixes-64393-restore-version-history branch existence, make-nightly.sh is currently building the incorrect branches.

The handling for --branch current route is performing a svn ls that is grabbing the wrong branch:

$ svn ls https://..... | grep -v iis | tail -n1 | cut -d / -f 1
fixes-64393-restore-version-history

We’ll fix this on core.svn, but we should probably update this script to only ever match version-like branches, for example:

$ svn ls https://.... | grep -v iis | grep '^.../$' | tail -n1 | cut -d / -f 1
7.0

Nightlies have been rebuilt via MC.

cc @dmsnell @desrosj

#prio2 #core