Build opennebula-5.10.2 from source

Sure, take your time. I can live with using 5.10.1 instead of 5.10.2. I was just trying to see if I can make it work. My intention was to be of help of others that might try to build the 5.10.2 from sources as per the github instructions. Anyway, thanks for your help!

Too avoid confusion for reference, I realize my recipe was messed up.
It had lost the mv line below, and the backticks in the last line.

wget https://github.com/OpenNebula/packages/archive/release-5.10.2.tar.gz -O- | tar zfx -
cd packages-release-5.10.2/
wget https://github.com/OpenNebula/one/archive/release-5.10.2.tar.gz -O- | tar zfx -
pushd one-release-5.10.2/share/man
./build.sh
popd
mv one-release-5.10.2 opennebula-5.10.2
tar zcf opennebula-5.10.2.tar.gz opennebula-5.10.2
./centos7.sh `pwd`/opennebula-5.10.2.tar.gzindent preformatted text by 4 spaces

Note that you need (a subset of?) the ONE ruby packages installed for
building the man pages, though I think they should be in the source
tarball.

I notice I quoted an email version of a post which isn’t in the web forum thread. There are reasons I like mail lists…

– Puzzled of Manchester