Print

Print


So just to summarise, this works:

docker run -it --rm cern/cc7-base:latest /bin/bash
yum install --nogpg -y git python3-pip which
git clone https://github.com/xrootd/xrootd
cd xrootd
cp packaging/wheel/* .
./publish.sh
yum -y install cmake3 make gcc-c++ zlib-devel openssl-devel python3-devel libuuid-devel devtoolset-7-gcc-c++
python3 -m pip install dist/xrootd-6.0.0.tar.gz

and this does not:

docker run -it --rm cern/cc7-base:latest /bin/bash
yum install --nogpg -y git python3-pip which
git clone https://github.com/xrootd/xrootd
cd xrootd
git config --global user.email "[log in to unmask]"
git config --global user.name "whatever whatever"
git tag -a v6.0.0 -m test
cp packaging/wheel/* .
./publish.sh
yum -y install cmake3 make gcc-c++ zlib-devel openssl-devel python3-devel libuuid-devel devtoolset-7-gcc-c++
python3 -m pip install dist/xrootd-6.0.0.tar.gz

How about a zoom call to discuss this in more details, let me know if this would help :-)


Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.Message ID: <xrootd/xrootd/issues/1604/1023014243@github.com>

[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/xrootd/xrootd/issues/1604#issuecomment-1023014243", "url": "https://github.com/xrootd/xrootd/issues/1604#issuecomment-1023014243", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1