Confirmed users
269
edits
Line 38: | Line 38: | ||
== Create the complete mar == | == Create the complete mar == | ||
./make_full_update.sh complete.mar new | |||
for your update snippet, do: | |||
<patch type="complete" URL="http://foo.bar.com/complete.mar" hashFunction="MD5" hashValue="8181bb3967aa4c04905e432d29aa5091" size="8258749"/ | |||
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]] |