This file contains hidden or 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
    
  
  
    
  | rvm all do ruby --version | ruby -e 'puts STDIN.readlines.to_s.split[1]' | 
  
    
      This file contains hidden or 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
    
  
  
    
  | CSV.open(data_source, 'r', ?, , ?\r) do |row| | |
| @@url_list << row | |
| end | 
  
    
      This file contains hidden or 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
    
  
  
    
  | /Users/davpoind/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/csv.rb:1342:in `initialize': wrong number of arguments (4 for 1..3) (ArgumentError) | 
  
    
      This file contains hidden or 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
    
  
  
    
  | rvm current do ruby --version | cut -d'@' -f1 | cut -d'-' -f2-3 | 
  
    
      This file contains hidden or 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
    
  
  
    
  | ## Generic template for new gemset and directory with .rvmrc | |
| function rvmnew() { | |
| # Paramter: gemset name to create | |
| mkdir "$1" && cd "$1" | |
| ruby=`rvm current | awk -F '[@-]' '{print $2"-"$3}'` | |
| rvm --create use --rvmrc "${ruby}"@"$1" && rvm reload | |
| } | 
  
    
      This file contains hidden or 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
    
  
  
    
  | make[2]: *** [tcltklib.o] Error 1 | |
| make[1]: *** [ext/tk/all] Error 2 | |
| make: *** [build-ext] Error 2 | 
  
    
      This file contains hidden or 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
    
  
  
    
  | [INFO] ------------------------------------------------------------------------ | |
| [INFO] Building Sakai Kaltura Integration (plugin/tool) | |
| [INFO] task-segment: [clean, install, sakai:deploy] | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] [clean:clean {execution: default-clean}] | |
| [INFO] [svn-revision-number:revision {execution: default}] | |
| [INFO] inspecting /opt/oncourse-src/kaltura | |
| [INFO] ------------------------------------------------------------------------ | |
| [ERROR] BUILD ERROR | |
| [INFO] ------------------------------------------------------------------------ | 
  
    
      This file contains hidden or 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
    
  
  
    
  | # Tomcat | |
| function tomcat () { | |
| # starting or stopping? | |
| case "$1" in | |
| "start") | |
| #what sakai.properties file for chosen db? | |
| case "$2" in | |
| "local") | |
| cd /opt/props && git checkout 'local' | |
| echo "using MySQL-configured branch" | 
  
    
      This file contains hidden or 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
    
  
  
    
  | <title>We're hard at work fixing this issue. Cheers!</title> | 
  
    
      This file contains hidden or 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
    
  
  
    
  | ############################################################################### | |
| # | |
| # ONC-4717 - Go.IU Integration | |
| # | |
| ############################################################################### | |
| # @TODO: put in oncourse.properties | |
| shortenedurl.resources.enabled=true | |
| # @TODO: put in sakai.properties |