Development Team/Release: Difference between revisions

Marcopg (talk | contribs)
Marcopg (talk | contribs)
Line 40: Line 40:
=== Activity sources ===
=== Activity sources ===


The bundlebuilder script, which is used by the majority of activities, does not support building a source package yet. You will have to it manually for now, with something like this:
If your activity uses bundlebuilder you can use the dist_source command to generate a source tarball.


git clone git://dev.laptop.org/$NAME $NAME-$VERSION
  python setup.py dist_source
 
rm -rf $NAME-$VERSION/.git
The tarball will be generated inside the dist directory.
tar -cjvf $NAME-$VERSION.tar.bz2 $NAME-$VERSION
rm -rf $NAME-$VERSION


== Sugar release ==
== Sugar release ==