SCIENTIFIC-LINUX-DEVEL Archives

July 2016

SCIENTIFIC-LINUX-DEVEL@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Connie Sieh <[log in to unmask]>
Reply To:
Connie Sieh <[log in to unmask]>
Date:
Wed, 13 Jul 2016 14:03:54 -0500
Content-Type:
multipart/mixed
Parts/Attachments:
text/plain (2297 bytes)
On Wed, 13 Jul 2016, Kraus, Dave (GE Healthcare) wrote:

> (I donıt know why I spent time fooling with formatting the below table
> because email will turn it into an even more random collection of
> gibberish, but oh well. And thatıs not exactly the diff output, but it is
> what itıs supposed to be with proper alignment.)
>

Email alignment is a art not a science :-)

> Functionally, our spin is working well in our lab testing.
>
> Given that, my concerns move to making sure we have all the sources
> available, and according to my analysis, we seem to have some mismatches
> still in the package sets I'm finding.
>
> I hope the following is helpful...
>
> Test setup
> ----------
>
> Package sets retrieved via reposync.
>
> Repo Definitions:
> -----------------
>
> [build-sl]
> name=Scientific Linux 6.8 - x86_64
> baseurl=ftp://linux1.fnal.gov/linux/scientific/6.8/x86_64/os

Can you try this with this url,  the above url is a development version. 
We are in rc2 now so the below url is what will be published tomorrow.

baseurl=http://ftp1.scientificlinux.org/linux/scientific/6.8/x86_64/os

> enabled=0
> gpgcheck=1
> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-sl
> file:///etc/pki/rpm-gpg/RPM-GPG-KEY-sl6
> file:///etc/pki/rpm-gpg/RPM-GPG-KEY-cern
>
> [build-sl-SRPMS]
> name=Scientific Linux 6.8 - x86_64 Sources
> baseurl=http://ftp1.scientificlinux.org/linux/scientific/6.8/SRPMS/

I have updated the following with the latest SRPMS

baseurl=http://ftp1.scientificlinux.org/linux/scientific/6x/SRPMS/

> enabled=0
> gpgcheck=1
> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-sl
> file:///etc/pki/rpm-gpg/RPM-GPG-KEY-sl6
> file:///etc/pki/rpm-gpg/RPM-GPG-KEY-cern
>
> Reposync Commands:
> ------------------
>
> reposync -c scripts/yum.conf -r build-sl --norepopath -t -n
>
> reposync -c scripts/yum.conf -r build-sl-SRPMS --norepopath -t -n
>
> Analysis:
> ---------
>
>
> ls *.rpm | xargs -n 1 rpm -qp --qf "%{SOURCERPM}\n" | sort -u >
> /tmp/bin64src.txt
> find SRPMS -type f -name \*.src.rpm -exec basename \{\} \; | sort -u >
> /tmp/srcs.txt
> diff -y --suppress-common-lines /tmp/bin64src.txt /tmp/srcs.txt | tee -a
> /tmp/srcdiffs.txt
>

I ran our SRPM verify program against our tree and did not find so many 
issues.  That SRPM tree is not what you see so  I have rsync'ed out 
our SRPMS tree to 6x/SRPMS/

-connie

ATOM RSS1 RSS2