Another testing commit
This commit is contained in:
parent
fa874c1781
commit
167de1216f
1 changed files with 39 additions and 43 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue