Commit 59f23032 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbs: disable MD5 updating

parent 4cf8bca0
......@@ -163,7 +163,8 @@ rpmbs_copying_built()
done
fi
mv -fv $LISTBUILT $ETERDESTSRPM || echog "Error during copying"
make_md5sum "$ETERDESTSRPM"
# FIXME: update only for published file
#make_md5sum "$ETERDESTSRPM"
fi
}
......
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