Skip to content
Snippets Groups Projects
Commit c86c35e1 authored by Chris Fiege's avatar Chris Fiege
Browse files

Creade MD5SUMS also for sysupgrade and other

parent 98d39f39
No related branches found
No related tags found
No related merge requests found
......@@ -106,3 +106,5 @@ echo Renaming files for consistent naming scheme
# create md5sums
(cd output/${RELEASETAG}/factory; md5sum * > MD5SUMS)
(cd output/${RELEASETAG}/sysupgrade; md5sum * > MD5SUMS)
(cd output/${RELEASETAG}/other; md5sum * > MD5SUMS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment