You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Craig L Russell <cl...@apache.org> on 2016/03/27 21:34:10 UTC

[whimsy.git] [1/2] Commit 6707cc7: Update iclas.txt before sorting by name

Commit 6707cc70c6dc35ecf2947f8373cec13da89743ba:
    Update iclas.txt before sorting by name


Branch: refs/heads/master
Author: Craig L Russell <cr...@oracle.com>
Committer: Craig L Russell <cr...@oracle.com>
Pusher: clr <cl...@apache.org>

------------------------------------------------------------
tools/iclasort.rb                                            | +++++ 
------------------------------------------------------------
5 changes: 5 additions, 0 deletions.
------------------------------------------------------------


diff --git a/tools/iclasort.rb b/tools/iclasort.rb
index b764924..11bcbab 100644
--- a/tools/iclasort.rb
+++ b/tools/iclasort.rb
@@ -4,6 +4,11 @@
 OFFICERS = ASF::SVN['private/foundation/officers']
 
 Dir.chdir OFFICERS
+
+iclas = OFFICERS + '/iclas.txt'
+puts 'svn update ' + iclas
+system 'svn update ' + iclas
+
 source = File.read('iclas.txt')
 sorted = ASF::ICLA.sort(source)