Commit e1c2530b authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbs: create MD5SUM for packages

parent 0462ce15
......@@ -142,6 +142,7 @@ rpmbs_copying_built()
mkdir -p $ETERDESTSRPM || echog "Error mkdir $ETERDESTSRPM"
chmod ug+rw $LISTBUILT
cp -fva $LISTBUILT $ETERDESTSRPM || echog "Error during copying"
make_md5sum "$ETERDESTSRPM"
# Publish tarball if target dir is exist
if [ -d "$ETERDESTSRPM/tarball" ] ; then
echog "There is tarball dir exists. Extract tarball for other build system compatibility."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment