Changes

Jump to navigation Jump to search
29 bytes removed ,  18:04, 2 February 2021
no edit summary
Line 1: Line 1:  
== Description ==
 
== Description ==
A redesigned Sugar Activity Library for Python3 Activities.
+
Sugar Activity Library for Python 3 Activities.
    
== Hostnames ==
 
== Hostnames ==
Line 27: Line 27:  
   rsync dist/Pippy-17.xo user@sunjammer.sugarlabs.org:/srv/activities-v4/bundles/
 
   rsync dist/Pippy-17.xo user@sunjammer.sugarlabs.org:/srv/activities-v4/bundles/
 
    
 
    
   # optionally, generate the metadata and copy them to the same bundles directory
+
   # optionally, generate metadata and copy to the same directory
    
   # add a link to source code repository
 
   # add a link to source code repository
Line 33: Line 33:  
    
 
    
 
   # get a list of authors of the activity
 
   # get a list of authors of the activity
   git -P --log --pretty=format:"%an" > org.laptop.Pippy.log
+
   git log -P --pretty=format:"%an" > org.laptop.Pippy.log
   −
   # copy it to sunjammer's bundles/metadata directory
+
   # copy them to sunjammer's bundles/metadata directory
 
   rsync org.laptop.Pippy.* user@sunjammer.sugarlabs.org:/srv/activities-v4/bundles/metadata/
 
   rsync org.laptop.Pippy.* user@sunjammer.sugarlabs.org:/srv/activities-v4/bundles/metadata/
 
    
 
    

Navigation menu