Another testing commit

This commit is contained in:
Martin Cermak 2023-02-23 15:57:20 +01:00
commit 167de1216f

View file

@ -36,46 +36,46 @@
set -x
true "V-V-V-V-V-V-V-V-V-V-V-V-V-V-V-V-V-V-V-V-V-V-V-V-V-V-V-V-V-V-V-V-V-V-V"
which repoquery createrepo_c
dnf -y install dnf-utils createrepo_c
true "====================================================================="
#which repoquery createrepo_c
#dnf -y install dnf-utils createrepo_c
#true "====================================================================="
env | sort
true "====================================================================="
dnf repolist
true "====================================================================="
dnf repolist --enablerepo=\*
true "====================================================================="
repoquery --location gcc.x86_64
true "====================================================================="
repoquery --location gcc.i686
true "====================================================================="
repoquery --location gcc.src
true "====================================================================="
repoquery --location gcc.src --enablerepo=\*
true "====================================================================="
pushd `mktemp -d`
koji download-build gcc-13.0.1-0.5.fc38 --arch x86_64
ls
popd
true "====================================================================="
pushd `mktemp -d`
koji download-build gcc-13.0.1-0.5.fc38 --arch i686
ls
popd
true "====================================================================="
pushd `mktemp -d`
koji download-build gcc-13.0.1-0.5.fc38 --arch src
ls
popd
true "====================================================================="
pushd /var/ARTIFACTS/
tree
fgrep -ar gcc
fgrep -ari buildid
fgrep -ari taskid
fgrep -ari nvr
tree
popd
#true "====================================================================="
#dnf repolist
#true "====================================================================="
#dnf repolist --enablerepo=\*
#true "====================================================================="
#repoquery --location gcc.x86_64
#true "====================================================================="
#repoquery --location gcc.i686
#true "====================================================================="
#repoquery --location gcc.src
#true "====================================================================="
#repoquery --location gcc.src --enablerepo=\*
#true "====================================================================="
#pushd `mktemp -d`
#koji download-build gcc-13.0.1-0.5.fc38 --arch x86_64
#ls
#popd
#true "====================================================================="
#pushd `mktemp -d`
#koji download-build gcc-13.0.1-0.5.fc38 --arch i686
#ls
#popd
#true "====================================================================="
#pushd `mktemp -d`
#koji download-build gcc-13.0.1-0.5.fc38 --arch src
#ls
#popd
#true "====================================================================="
#pushd /var/ARTIFACTS/
#tree
#fgrep -ar gcc
#fgrep -ari buildid
#fgrep -ari taskid
#fgrep -ari nvr
#tree
#popd
true "====================================================================="
# gcc-13.0.1-0.5.fc39
@ -108,9 +108,5 @@ yum -y install libgcc-$VR* libgfortran-$VR* libgomp-$VR* libitm-$VR* \
libstdc++-devel-$VR* libstdc++-$VR* libstdc++-static-$VR*
popd
true "^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^"
set +x