Software Update:HowToManuallyGenerateMARFiles: Difference between revisions

m
Line 27: Line 27:
== Create the partial mar ==
== Create the partial mar ==


* ./make_incremental_update.sh partial.mar old new
./make_incremental_update.sh partial.mar old new
* for your update snippet, do:
 
* ls -al partial.mar | awk '{print $5}'
for your update snippet, do:
* md5sum partial.mar  | awk '{print $1}'
 
<pre>
ls -al partial.mar | awk '{print $5}'
<patch type="partial" URL="http://foo.bar.com/partial.mar" hashFunction="MD5" hashValue="5b2469c51c585eed802a1d9eb7e22f8c" size="785"/>
md5sum partial.mar  | awk '{print $1}'
</pre>
 
 
 
<patch type="partial" URL="http://foo.bar.com/partial.mar" hashFunction="MD5" hashValue="5b2469c51c585eed802a1d9eb7e22f8c" size="785"/>


== Create the complete mar ==
== Create the complete mar ==
Confirmed users
269

edits