this image highlights content movement from cbs into various places : http://www.karan.org/CBS_ContentPromotion.png
Thanks Karanbir for posting that link to the explanatory diagram
That certainly helped my understanding. :-)
So now I am looking at the published builds, rather than koji links
I find
http://cbs.centos.org/repos/storage7-testing/x86_64/os/repoview/
Which seems to me to contain older stuff built from storage7-testing http://cbs.centos.org/koji/taginfo?tagID=9
and
http://cbs.centos.org/repos/storage7-gluster-37-candidate/x86_64/os/repoview...
which I try.
# mkdir storage7-gluster-37-candidate # cd ~/admin/storage7-gluster-37-candidate/
wget --no-verbose --no-parent --recursive --level=1 --no-directories http://cbs.centos.org/repos/storage7-gluster-37-candidate/x86_64/os/Packages...
[root@vm407 storage7-gluster-37-candidate]# ls -alrt total 4136 -rw-r--r--. 1 root root 46024 Aug 31 16:39 glusterfs-coreutils-0.0.1-0.1.git0c86f7f.el7.x86_64.rpm -rw-r--r--. 1 root root 46404 Sep 1 10:14 userspace-rcu-devel-0.7.7-1.el7.x86_64.rpm -rw-r--r--. 1 root root 68672 Sep 1 10:14 userspace-rcu-0.7.7-1.el7.x86_64.rpm -rw-r--r--. 1 root root 1353308 Oct 14 22:31 glusterfs-server-3.7.5-1.el7.x86_64.rpm -rw-r--r--. 1 root root 90732 Oct 14 22:31 glusterfs-extra-xlators-3.7.5-1.el7.x86_64.rpm -rw-r--r--. 1 root root 772464 Oct 14 22:31 glusterfs-client-xlators-3.7.5-1.el7.x86_64.rpm -rw-r--r--. 1 root root 177420 Oct 14 22:31 glusterfs-cli-3.7.5-1.el7.x86_64.rpm -rw-r--r--. 1 root root 79104 Oct 14 22:31 glusterfs-api-3.7.5-1.el7.x86_64.rpm -rw-r--r--. 1 root root 59008 Oct 14 22:31 glusterfs-rdma-3.7.5-1.el7.x86_64.rpm -rw-r--r--. 1 root root 128812 Oct 14 22:31 glusterfs-fuse-3.7.5-1.el7.x86_64.rpm -rw-r--r--. 1 root root 26976 Oct 14 22:31 python-gluster-3.7.5-1.el7.noarch.rpm -rw-r--r--. 1 root root 470360 Oct 14 22:31 glusterfs-3.7.5-1.el7.x86_64.rpm -rw-r--r--. 1 root root 37996 Oct 14 22:31 glusterfs-ganesha-3.7.5-1.el7.x86_64.rpm -rw-r--r--. 1 root root 182764 Oct 14 22:31 glusterfs-geo-replication-3.7.5-1.el7.x86_64.rpm -rw-r--r--. 1 root root 168972 Oct 14 22:31 glusterfs-devel-3.7.5-1.el7.x86_64.rpm -rw-r--r--. 1 root root 346892 Oct 14 22:31 glusterfs-libs-3.7.5-1.el7.x86_64.rpm -rw-r--r--. 1 root root 29444 Oct 14 22:31 glusterfs-resource-agents-3.7.5-1.el7.noarch.rpm -rw-r--r--. 1 root root 36412 Oct 14 22:31 glusterfs-api-devel-3.7.5-1.el7.x86_64.rpm -rw-r--r--. 1 root root 5595 Oct 21 13:42 index.html -rw-r--r--. 1 root root 5595 Oct 21 13:42 index.html?C=N;O=D -rw-r--r--. 1 root root 5595 Oct 21 13:42 index.html?C=M;O=A -rw-r--r--. 1 root root 5595 Oct 21 13:42 index.html?C=S;O=A -rw-r--r--. 1 root root 5595 Oct 21 13:42 index.html?C=D;O=A drwxr-xr-x. 2 root root 4096 Oct 21 13:43 . drwxr-xr-x. 6 root root 4096 Oct 21 13:59 .. [root@vm407 storage7-gluster-37-candidate]#
[root@vm407 admin]# cd ..
[root@vm407 admin]# yum localinstall ./storage7-gluster-37-candidate/*.rpm | tee yum_localinstall_storage7-gluster-37-candidate
<snip> Error: Package: glusterfs-ganesha-3.7.5-1.el7.x86_64 (/glusterfs-ganesha-3.7.5-1.el7.x86_64) Requires: nfs-ganesha-gluster You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest [root@vm407 admin]#
A search for nfs-ganesha-gluster
only brought me to obsolete builds: nfs-ganesha
http://cbs.centos.org/koji/packageinfo?packageID=98
nfs-ganesha-2.1.0-7.el7 2014-10-01 10:45:45 http://cbs.centos.org/koji/buildinfo?buildID=126
which contains:
nfs-ganesha-2.1.0-7.el7.x86_64.rpm nfs-ganesha-fsal-gluster-2.1.0-7.el7.x86_64.rpm nfs-ganesha-debuginfo-2.1.0-7.el7.x86_64.rpm
So it appears that I am stuck at that unresolved dependancy.
Any suggestions will be much appreciated.
Thanks In Advance. :-)
On 21/10/15 16:07, centos-devel wrote:
Any suggestions will be much appreciated.
use the user-facing content published to the buildlogs, thats what it exists for : http://buildlogs.centos.org/centos/7/storage/
if that does not work or breaks, then feedback here - thats what the packagers should be keeping an eye on.
+gluster-devel
-Atin Sent from one plus one On Oct 21, 2015 8:37 PM, "centos-devel" centos-devel@trancecode.co.uk wrote:
this image highlights content movement from cbs into various places : http://www.karan.org/CBS_ContentPromotion.png
Thanks Karanbir for posting that link to the explanatory diagram
That certainly helped my understanding. :-)
So now I am looking at the published builds, rather than koji links
I find
http://cbs.centos.org/repos/storage7-testing/x86_64/os/repoview/
Which seems to me to contain older stuff built from storage7-testing http://cbs.centos.org/koji/taginfo?tagID=9
and
http://cbs.centos.org/repos/storage7-gluster-37-candidate/x86_64/os/repoview...
which I try.
# mkdir storage7-gluster-37-candidate # cd ~/admin/storage7-gluster-37-candidate/
wget --no-verbose --no-parent --recursive --level=1 --no-directories
http://cbs.centos.org/repos/storage7-gluster-37-candidate/x86_64/os/Packages...
[root@vm407 storage7-gluster-37-candidate]# ls -alrt total 4136 -rw-r--r--. 1 root root 46024 Aug 31 16:39 glusterfs-coreutils-0.0.1-0.1.git0c86f7f.el7.x86_64.rpm -rw-r--r--. 1 root root 46404 Sep 1 10:14 userspace-rcu-devel-0.7.7-1.el7.x86_64.rpm -rw-r--r--. 1 root root 68672 Sep 1 10:14 userspace-rcu-0.7.7-1.el7.x86_64.rpm -rw-r--r--. 1 root root 1353308 Oct 14 22:31 glusterfs-server-3.7.5-1.el7.x86_64.rpm -rw-r--r--. 1 root root 90732 Oct 14 22:31 glusterfs-extra-xlators-3.7.5-1.el7.x86_64.rpm -rw-r--r--. 1 root root 772464 Oct 14 22:31 glusterfs-client-xlators-3.7.5-1.el7.x86_64.rpm -rw-r--r--. 1 root root 177420 Oct 14 22:31 glusterfs-cli-3.7.5-1.el7.x86_64.rpm -rw-r--r--. 1 root root 79104 Oct 14 22:31 glusterfs-api-3.7.5-1.el7.x86_64.rpm -rw-r--r--. 1 root root 59008 Oct 14 22:31 glusterfs-rdma-3.7.5-1.el7.x86_64.rpm -rw-r--r--. 1 root root 128812 Oct 14 22:31 glusterfs-fuse-3.7.5-1.el7.x86_64.rpm -rw-r--r--. 1 root root 26976 Oct 14 22:31 python-gluster-3.7.5-1.el7.noarch.rpm -rw-r--r--. 1 root root 470360 Oct 14 22:31 glusterfs-3.7.5-1.el7.x86_64.rpm -rw-r--r--. 1 root root 37996 Oct 14 22:31 glusterfs-ganesha-3.7.5-1.el7.x86_64.rpm -rw-r--r--. 1 root root 182764 Oct 14 22:31 glusterfs-geo-replication-3.7.5-1.el7.x86_64.rpm -rw-r--r--. 1 root root 168972 Oct 14 22:31 glusterfs-devel-3.7.5-1.el7.x86_64.rpm -rw-r--r--. 1 root root 346892 Oct 14 22:31 glusterfs-libs-3.7.5-1.el7.x86_64.rpm -rw-r--r--. 1 root root 29444 Oct 14 22:31 glusterfs-resource-agents-3.7.5-1.el7.noarch.rpm -rw-r--r--. 1 root root 36412 Oct 14 22:31 glusterfs-api-devel-3.7.5-1.el7.x86_64.rpm -rw-r--r--. 1 root root 5595 Oct 21 13:42 index.html -rw-r--r--. 1 root root 5595 Oct 21 13:42 index.html?C=N;O=D -rw-r--r--. 1 root root 5595 Oct 21 13:42 index.html?C=M;O=A -rw-r--r--. 1 root root 5595 Oct 21 13:42 index.html?C=S;O=A -rw-r--r--. 1 root root 5595 Oct 21 13:42 index.html?C=D;O=A drwxr-xr-x. 2 root root 4096 Oct 21 13:43 . drwxr-xr-x. 6 root root 4096 Oct 21 13:59 .. [root@vm407 storage7-gluster-37-candidate]#
[root@vm407 admin]# cd ..
[root@vm407 admin]# yum localinstall ./storage7-gluster-37-candidate/*.rpm | tee yum_localinstall_storage7-gluster-37-candidate
<snip> Error: Package: glusterfs-ganesha-3.7.5-1.el7.x86_64 (/glusterfs-ganesha-3.7.5-1.el7.x86_64) Requires: nfs-ganesha-gluster You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest [root@vm407 admin]#
A search for nfs-ganesha-gluster
only brought me to obsolete builds: nfs-ganesha
http://cbs.centos.org/koji/packageinfo?packageID=98
nfs-ganesha-2.1.0-7.el7 2014-10-01 10:45:45 http://cbs.centos.org/koji/buildinfo?buildID=126
which contains:
nfs-ganesha-2.1.0-7.el7.x86_64.rpm nfs-ganesha-fsal-gluster-2.1.0-7.el7.x86_64.rpm nfs-ganesha-debuginfo-2.1.0-7.el7.x86_64.rpm
So it appears that I am stuck at that unresolved dependancy.
Any suggestions will be much appreciated.
Thanks In Advance. :-)
CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel