Activities/Turtle Art/Patching: Difference between revisions
| Line 63: | Line 63: | ||
defprim(lc,'sqrt', 1, lambda lc,x: sqrt(x)) | defprim(lc,'sqrt', 1, lambda lc,x: sqrt(x)) | ||
==More steps== | ==More steps== | ||
* Brian asked me to take over as the maintainer of the Python version of Turtle Art, so I needed to "commit" and "push" my patch: | * Brian asked me to take over as the maintainer of the Python version of Turtle Art, so I needed to "add" my new files, then "commit" and "push" my patch: | ||
git-add images/*/numbers/sqrt.gif | |||
git-commit -a | git-commit -a | ||
Created commit fa7a12f: new file: images/en/numbers/sqrt.gif | Created commit fa7a12f: new file: images/en/numbers/sqrt.gif | ||
| Line 85: | Line 87: | ||
Total 29 (delta 20), reused 0 (delta 0) | Total 29 (delta 20), reused 0 (delta 0) | ||
refs/heads/master: 18f37394242044f5104de7f40249caed440cdfa2 -> 1536a4ce43096395e5572ee61dbc87c88daa72ad | refs/heads/master: 18f37394242044f5104de7f40249caed440cdfa2 -> 1536a4ce43096395e5572ee61dbc87c88daa72ad | ||
To ssh://dev.laptop.org/git/projects/turtleart-activity | To ssh://dev.laptop.org/git/projects/turtleart-activity/ | ||
18f3739..1536a4c master -> master | 18f3739..1536a4c master -> master | ||
| Line 91: | Line 93: | ||
python setup.py dist_source | python setup.py dist_source | ||
scp dist/TurtleArt-11.tar.bz2 walter@dev.laptop.org:/var/www/sugar/sources/ | scp dist/TurtleArt-11.tar.bz2 walter@dev.laptop.org:/var/www/sugar/sources/turtleart-activity/ | ||
Further instructions on the Sugar release process are found here: [[ReleaseTeam#New_modules_proposal]]. The instructions on the [[DevelopmentTeam/CodeReview]] page are also helpful. | Further instructions on the Sugar release process are found here: [[ReleaseTeam#New_modules_proposal]]. The instructions on the [[DevelopmentTeam/CodeReview]] page are also helpful. | ||