Created
January 8, 2012 12:28
-
-
Save rubys/1578187 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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