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 or view it on GitHub:
https://github.com/xrootd/xrootd/issues/1604#issuecomment-1023014243
You are receiving this because you are subscribed to this thread.

Message ID: <[log in to unmask]>

########################################################################
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