File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ if test -d puppetserver; then
6363   git -C puppetserver clean -fdx
6464else 
6565   #  If repo doesn't exist, clone from GitHub
66-    git clone -b " $pupsrv_ref "   https://github.com/puppetlabs/puppetserver 
66+    git clone -b " $pupsrv_ref "   https://github.com/OpenVoxProject/openvox-server 
6767fi 
6868
6969(export PUPPETSERVER_HEAP_SIZE=1G
70-  cd  puppetserver 
70+  cd  openvox-server 
7171 #  Install Puppet Server dependencies
7272 #  If we're not testing against the git tree (say in jenkins), don't install.
7373 if  test  -z " $PDB_NO_PUPPETSERVER_INSTALL " ;  then 
8484  gem_name=$( echo $LINE  | awk ' {print $1}' ) 
8585  gem_version=$( echo $LINE  | awk ' {print $2}' ) 
8686  gem_list+=(" $gem_name :$gem_version "  )
87- done  <  ./puppetserver /resources/ext/build-scripts/jruby-gem-list.txt
87+ done  <  ./openvox-server /resources/ext/build-scripts/jruby-gem-list.txt
8888
8989gem-install () {
9090  java -cp puppetserver/target/puppet-server-release.jar clojure.main \
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments