Services/Sync/Getting Started: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
Line 90: Line 90:
== Testing ==
== Testing ==


[https://developer.mozilla.org/en/Writing_xpcshell-based_unit_tests Writing xpcshell-based unit testing]
[https://developer.mozilla.org/en/Writing_xpcshell-based_unit_tests Writing xpcshell-based unit testing].
 
= Collaboration =
 
== IRC ==
 
Being a geographically distributed group, we tend to hang out on IRC. One thing you may wish to consider is running an [http://quadpoint.org/articles/irssi irssi client in a screen] session on a shell host. Here's a truncated config file you can use to connect:
 
servers = (
  {
    address = "irc.mozilla.org";
    chatnet = "mozilla";
    port = "6697";
    autoconnect = "yes";
    use_ssl = "yes";
  }
  };
chatnets = { type = "IRC"; };
channels = {
  {
    comment = "Public channel for Sync";
    name = "#sync";
    chatnet = "mozilla";
  }
  {
    comment = "Public channel for Identity";
    name = "#identity";
    chatnet = "mozilla";
  }
}
 
== Meetings ==
 
** Services Weekly Status: Every Tuesday at 9:15 PT in North Bridge (4th floor), [https://intranet.mozilla.org/Teleconferencing conference dial] in number is #8616
** [[WeeklyUpdates Mozilla Weekly Updates]]: Every Monday at 11:00 PT in 10-Forward (you'll need to attend the first one in person since we want to show you off.)
canmove, Confirmed users
640

edits

Navigation menu