Commit e1c2530b authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbs: create MD5SUM for packages

parent 0462ce15
...@@ -142,6 +142,7 @@ rpmbs_copying_built() ...@@ -142,6 +142,7 @@ rpmbs_copying_built()
mkdir -p $ETERDESTSRPM || echog "Error mkdir $ETERDESTSRPM" mkdir -p $ETERDESTSRPM || echog "Error mkdir $ETERDESTSRPM"
chmod ug+rw $LISTBUILT chmod ug+rw $LISTBUILT
cp -fva $LISTBUILT $ETERDESTSRPM || echog "Error during copying" cp -fva $LISTBUILT $ETERDESTSRPM || echog "Error during copying"
make_md5sum "$ETERDESTSRPM"
# Publish tarball if target dir is exist # Publish tarball if target dir is exist
if [ -d "$ETERDESTSRPM/tarball" ] ; then if [ -d "$ETERDESTSRPM/tarball" ] ; then
echog "There is tarball dir exists. Extract tarball for other build system compatibility." 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