[oe-commits] org.oe.documentation usermanual: rephrase 'getting OE' section, added info about 0.30 snapshot

hrw commit openembedded-commits at lists.openembedded.org
Sun Oct 15 11:12:51 UTC 2006


usermanual: rephrase 'getting OE' section, added info about 0.30 snapshot

Author: hrw at openembedded.org
Branch: org.openembedded.documentation
Revision: ca5216bba16345f8ed0c8c4ae516114d3c2e34ac
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ca5216bba16345f8ed0c8c4ae516114d3c2e34ac
Files:
1
usermanual/usermanual.xml
Diffs:

#
# mt diff -rbe2f4b76409d28540778e3d8d303709ef78e0741 -rca5216bba16345f8ed0c8c4ae516114d3c2e34ac
#
# 
# 
# patch "usermanual/usermanual.xml"
#  from [06c2354d73dc7c62a0288ba502906197d9615930]
#    to [875fc7f32479c4da9ea1abe7f65f7a7fa16c64a8]
# 
============================================================
--- usermanual/usermanual.xml	06c2354d73dc7c62a0288ba502906197d9615930
+++ usermanual/usermanual.xml	875fc7f32479c4da9ea1abe7f65f7a7fa16c64a8
@@ -201,18 +201,35 @@ You'll need monotone 0.28 to get the met
 The OpenEmbedded metadata has a high rate of development, so it's a good idea to stay up to date.
 You'll need monotone 0.28 to get the metadata and stay up to date. Monotone is available in most distributions and has binaries at <ulink url="http://venge.net/monotone/">Monotone homepage</ulink>.
 
-<screen>	    
-#get the snapshot
+Next step is getting snapshot of database.
+
+<screen>
 wget http://openembedded.org/snapshots/OE.mtn.bz2 http://openembedded.org/snapshots/OE.mtn.bz2.md5
+</screen>
 
-#verify the integrity
+Or if you have monotone 0.30 or later:
+
+<screen>
+wget http://www.openembedded.org/snapshots/OE-this-is-for-mtn-0.30.mtn.bz2 
+wget http://www.openembedded.org/snapshots/OE-this-is-for-mtn-0.30.mtn.bz2.md5
+</screen>
+
+Then verify integrity of snapshot by checking md5sum.
+
+<screen>
 cat OE.mtn.bz2.md5sum
 md5sum OE.mtn.bz2
+</screen>
 
-#extract the tarball
+Then unpack database.
+
+<screen>
 bunzip OE.mtn.bz2
+</screen>
 
-#check the development branch
+Finally checkout the development branch.
+
+<screen>
 mtn --db=OE.mtn co -b org.openembedded.dev
 </screen>
 






More information about the Openembedded-commits mailing list