systems:tasks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
systems:tasks [2024/08/12 22:18] – Add steps for adding someone as admin to box jimwsystems:tasks [2024/08/14 09:44] (current) derick
Line 22: Line 22:
 chown $USER_TO_ADD $USER_TO_ADD/public_html chown $USER_TO_ADD $USER_TO_ADD/public_html
 </code> </code>
 +
  
 Last update: July 31, 2024 Last update: July 31, 2024
Line 41: Line 42:
 </code> </code>
  
-Last update: August 122024+Alsoadd the following to $USER_TO_ADD/.gitconfig: 
 +<code> 
 +[user] 
 +    name = User's Actual Name 
 +    email = User's Email Address Used on GitHub 
 +</code>
  
-===== Mailinglist Moderators =====+Last update: August 14, 2024 
 + 
 +===== Add Announce List Moderator =====
  
 ''ssh lists.php.net'', and then: ''ssh lists.php.net'', and then:
 <code> <code>
-sudo su - ezmlm+sudo su - nobody
 export USER_TO_ADD=sergey export USER_TO_ADD=sergey
  
-ezmlm-sub ~ezmlm/php-announce mod $USER_TO_ADD@php.net +echo $USER_TO_ADD@php.net >> /var/spool/mlmmj/php-announce/control/moderators 
-ezmlm-sub ~ezmlm/primary-qa-tester mod $USER_TO_ADD@php.net +/usr/bin/mlmmj-sub -L /var/spool/mlmmj/php-announce -$USER_TO_ADD@php.net
-ezmlm-sub ~ezmlm/php-announce $USER_TO_ADD@php.net +
-ezmlm-sub ~ezmlm/primary-qa-tester $USER_TO_ADD@php.net +
 </code> </code>
  
-Last update: May 20th2022+Last update: August 122024
  
 ===== Release Managers Email Alias ===== ===== Release Managers Email Alias =====
systems/tasks.1723501100.txt.gz · Last modified: 2024/08/12 22:18 by jimw