Development Team/Release: Difference between revisions
revert booger |
|||
| Line 34: | Line 34: | ||
* Build a source tarball, test it carefully and make it available in a stable location. | * Build a source tarball, test it carefully and make it available in a stable location. | ||
* Send an announce mail to devel-announce@sugarlabs.org. The form will be decided by each maintainer but it should at least include a reference to the source code tarball and an high level, user oriented list of changes. | * Send an announce mail to devel-announce@sugarlabs.org. The form will be decided by each maintainer but it should at least include a reference to the source code tarball and an high level, user oriented list of changes. | ||
=== 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: | |||
git clone git://dev.laptop.org/$NAME $NAME-$VERSION | |||
tar -cjvf $NAME-$VERSION.tar.bz2 $NAME-$VERSION | |||
rm -rf $NAME-$VERSION | |||
== Sugar release == | == Sugar release == | ||