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
Add stream to conflict-review documents in the agenda.json object for the IESG telechat agenda
- Legacy-Id: 4942
Note: SVN reference [4836] has been migrated to Git commit b612d8c
PYTHONPATH=$PWD ietf/manage.py test|| die "Testing of $branch@$rev merged to trunk failed -- not sending email, not committing."
162
+
note "Running tests..."
163
+
{ PYTHONPATH=$PWD ietf/manage.py test|| die "Testing of $branch@$rev merged to trunk failed -- not sending email, not committing."; } 2>&1| tee testlog
153
164
165
+
note "Sending email to changeset author: <$who>"
154
166
mail -s "Merged datatracker branch personal/$branch@$rev to trunk"$who -c henrik@levkowetz.com <<-EOF
0 commit comments