codio / boxparts

Simple package manager
https://codio.com
Other
29 stars 26 forks source link

Update appengine packages to 1.9.11 #204

Closed kalbasit closed 9 years ago

kalbasit commented 9 years ago

Tested on Codio

codio@monarch-john:~/workspace$ git checkout update_appengine                                                                                                                                                                                    
Branch update_appengine set up to track remote branch update_appengine from origin.                                                                                                                                                              
Switched to a new branch 'update_appengine'                                                                                                                                                                                                      
codio@monarch-john:~/workspace$ parts search appengine                                                                                                                                                                                           
googleappengine (1.9.11)      Google App Engine for Python/PHP: A CLI for managing Google App Engine cloud services for Python and PHP                                                                                                           
googleappenginego (1.9.11)    Google App Engine for Go: A CLI for managing Google App Engine cloud services for Go                                                                                                                               
googleappenginejava (1.9.11)  Google App Engine Java: A CLI for managing Google App Engine cloud services for Java                                                                                                                               
codio@monarch-john:~/workspace$ parts install googleappengine                                                                                                                                                                                    
=> Downloading https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.11.zip...                                                                                                                                             
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current                                                                                                                                                                  
                                 Dload  Upload   Total   Spent    Left  Speed                                                                                                                                                                    
100 49.4M  100 49.4M    0     0  48.5M      0  0:00:01  0:00:01 --:--:-- 49.8M                                                                                                                                                                   
=> Extracting archive...                                                                                                                                                                                                                         
=> Compiling...                                                                                                                                                                                                                                  
=> Installing...                                                                                                                                                                                                                                 
=> Activating...                                                                                                                                                                                                                                 
=> Installed googleappengine 1.9.11                                                                                                                                                                                                              

codio@monarch-john:~/workspace$ parts install googleappenginejava                                                                                                                                                                                
=> Downloading https://storage.googleapis.com/appengine-sdks/featured/appengine-java-sdk-1.9.11.zip...                                                                                                                                           
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current                                                                                                                                                                  
                                 Dload  Upload   Total   Spent    Left  Speed                                                                                                                                                                    
100  155M  100  155M    0     0  64.8M      0  0:00:02  0:00:02 --:--:-- 65.4M                                                                                                                                                                   
=> Extracting archive...                                                                                                                                                                                                                         
=> Compiling...                                                                                                                                                                                                                                  
=> Installing...                                                                                                                                                                                                                                 
=> Activating...                                                                                                                                                                                                                                 
=> Installed googleappenginejava 1.9.11                                                                                                                                                                                                          

codio@monarch-john:~/workspace$ parts install googleappenginego                                                                                                                                                                                  
=> Downloading https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-1.9.11.zip...                                                                                                                                 
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current                                                                                                                                                                  
                                 Dload  Upload   Total   Spent    Left  Speed                                                                                                                                                                    
100 41.2M  100 41.2M    0     0  41.5M      0 --:--:-- --:--:-- --:--:-- 42.8M                                                                                                                                                                   
=> Extracting archive...                                                                                                                                                                                                                         
=> Compiling...                                                                                                                                                                                                                                  
=> Installing...                                                                                                                                                                                                                                 
=> Activating...                                                                                                                                                                                                                                 
=> Installed googleappenginego 1.9.11
ksimuk commented 9 years ago

thank you, binaries are updated