Skip to content

Instantly share code, notes, and snippets.

@rubys
Created January 8, 2012 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubys/1578187 to your computer and use it in GitHub Desktop.
Save rubys/1578187 to your computer and use it in GitHub Desktop.
Index: submit-account-request.rb
===================================================================
--- submit-account-request.rb (revision 800677)
+++ submit-account-request.rb (working copy)
@@ -81,6 +81,9 @@
# add the list of userids that are pending
taken += File.read(REQUESTS).scan(/^(\w.*?);/).flatten
+# add member ids that do not have ICLAs
+taken += %w(andi andrei arved dgaudet pcs rasmus ssb zeev)
+
# get a list of pending new account requests (by email)
pending = File.read(REQUESTS).scan(/^\w.*?;.*?;(.*?);/).flatten
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment