summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index cf5797c..a24c025 100644
--- a/README
+++ b/README
@@ -29,7 +29,7 @@ Setup SBS (takes about 5 minutes):
1. git config --global user.email "your_id@your_company.com"
2. mkdir git ; cd git
3. sudo aptitude install debootstrap
-4. git clone git://112.106.1.251/tools/sbs
+4. git clone git://review.tizen.org/tools/sbs
5. cd sbs ; ./install-sbs
@@ -40,7 +40,7 @@ Setting up SBS environment (takes about 20 minutes):
Building a module with SBS:
-1. git clone git://112.106.1.251/pkgs/e/ecore.git
+1. git clone git://review.tizen.org/pkgs/e/ecore.git
2. cd ecore
3. ~/sbs-install/bin/sbs -e dpkg-buildpackage -b # will fail because of missing build deps
4. ~/sbs-install/bin/sbs -et apt-get install ... # install list of build dependencies