Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 596 Bytes

Internal.md

File metadata and controls

22 lines (17 loc) · 596 Bytes

Useful information for internal collaborators

This guide contains useful information for internal collaborators of lwnode.

How to release lwnode code for Tizen

  1. Checkout clean lwnode repos from both github and Tizen gerrit.
git clone git@github.com:Samsung/lwnode.git lwnode
git clone git://git.tizen.org/platform/framework/web/lwnode lwnode-tizen
cd lwnode-tizen
git checkout tizen
  1. Sync lwnode-tizen with lwnode.
cd lwnode
./tools/release.sh lwnode-tizen
// A new commit is created in the `lwnode-tizen` repo
  1. Apply the new commit to Tizen gerrit.