Software Update:HowToManuallyGenerateMARFiles: Difference between revisions

Jump to navigation Jump to search
m
Line 38: Line 38:
== Create the complete mar ==
== Create the complete mar ==


* ./make_full_update.sh complete.mar new
./make_full_update.sh complete.mar new
* for your update snippet, do:
* ls -al complete.mar | awk '{print $5}'
* md5sum complete.mar | awk '{print $1}'


<pre>
for your update snippet, do:
<patch type="complete" URL="http://foo.bar.com/complete.mar" hashFunction="MD5" hashValue="8181bb3967aa4c04905e432d29aa5091" size="8258749"/>
 
</pre>
ls -al complete.mar | awk '{print $5}'
md5sum complete.mar | awk '{print $1}'
 
<patch type="complete" URL="http://foo.bar.com/complete.mar" hashFunction="MD5" hashValue="8181bb3967aa4c04905e432d29aa5091" size="8258749"/>


== Update Snippets ==  
== Update Snippets ==  


For more on update snippets, see [[Software_Update:HowToTestMajorUpdateUI]]
For more on update snippets, see [[Software_Update:HowToTestMajorUpdateUI]]
Confirmed users
269

edits

Navigation menu