Hi List, I updated new version of tizen-manifest. (The tizen-manifest is unofficial tizen tool, For more information, visit https://gitorious.org/tizen-toys/pages/Home#tizen-manifest++ )
If you have used tizen-manifest before, you may need to register Tizen gerrit account from https://www.tizen.org/user/register and you need to upload your ssh public key on Tizen Gerrit Site. (https://review.tizen.org/gerrit) With the 'repo' script, you can download all Tizen git repositories easily. And you could upload your patch into Tizen Gerrit. - Preparing (if you don't have repo) $ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo $ chmod a+x ~/bin/repo - Once Initializing $ repo init -u git://gitorious.org/tizen-toys/tizen-manifest - Then, you can clone/update all the tizen repositories by this command. $ repo sync - Upload your patch (optional) $ cd your-interest-dir $ repo start local-branch-name . $ make patch ... $ git commit -a # commit into local repository with the comment $ repo upload # upload patchset into Gerrit !!! If upload succeed, visit Tizen Gerrit Site and add code reviewers. For more informations, please visit https://gitorious.org/tizen-toys/pages/Home#tizen-manifest++ . Originally, Gerrit and Repo was developed by Google for Android development environment. Since Tizen Gerrit Code Review site does not use Repo officially, you may need to some tricky setting. Please read this Wiki page carefully. Regards, JC _______________________________________________ General mailing list [email protected] https://lists.tizen.org/listinfo/general
