Confirmed users
269
edits
Line 27: | Line 27: | ||
== Create the partial mar == | == Create the partial mar == | ||
./make_incremental_update.sh partial.mar old new | |||
for your update snippet, do: | |||
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}' | ||
<patch type="partial" URL="http://foo.bar.com/partial.mar" hashFunction="MD5" hashValue="5b2469c51c585eed802a1d9eb7e22f8c" size="785"/> | |||
== Create the complete mar == | == Create the complete mar == |