similar to: How do I actaully get the current sources from centos-git?

Displaying 20 results from an estimated 5000 matches similar to: "How do I actaully get the current sources from centos-git?"

2018 Aug 15
0
How do I actaully get the current sources from centos-git?
On 08/06/2018 08:15 AM, me at tdiehl.org wrote: > Hi, > > I am trying to retrieve the srpm for the latest centos-release pacakge > from centos-git by following the instructions @ > https://wiki.centos.org/Sources. > > If I run the following commands: > git clone? https://git.centos.org/git/rpms/centos-release.git > cd centos-release/ > git checkout c7 >
2018 Apr 30
2
Problem with cr repo.
Hi, I am having a problem with yum update from the cr repo. Below is the output of yum: (vgeppetto2 pts4) # yum update Loaded plugins: changelog, fastestmirror, priorities Loading mirror speeds from cached hostfile * epel: mirror.cogentco.com 171 packages excluded due to repository priority protections Resolving Dependencies --> Running transaction check ---> Package
2018 Jul 04
2
Where can I find the 6.10 centos-release srpm?
On Wed, 4 Jul 2018, Phil Wyett wrote: > > On Wed, 2018-07-04 at 16:06 -0400, me at tdiehl.org wrote: >> Hi, >> >> Where can I find the srpm for centos-release-6-10.el6.centos.12.3.x86_64? >> >> I looked in vault and it is not there. >> > > The 6.10 folder is in place, but we need to give the team chance to upload. I > would assume it will appear
2018 Aug 19
1
How do I actaully get the current sources from centos-git?
Hi Johnny, On Wed, 15 Aug 2018 johnny at centos.org wrote: > The issue is specifically with the ability to push sources to > git.centos.org in the shadow cache. > > I can't do that in the current setup, only Red Hat RCM can. I can push > text into git, but not binary files to shadow cache. > > The only package impacted is centos-release, because it is the only >
2017 Feb 09
5
Checksums for git repo content?
Hello John, On Thu, 2017-02-09 at 16:33 +0000, John Hodrien wrote: > On Thu, 9 Feb 2017, Leonard den Ottolander wrote: > > > How about my request for checksums in the git repo? > > What checksums would you actually want in git? SRPMS are signed which allows the integrity of the contents to be checked. Such an integrity check is missing from the git repo. Either a checksum
2018 Apr 27
3
How do I get the kernel srpm?
I tried to follow the work flow shown in https://wiki.centos.org/Sources, but it does not seem to work: I did this: mkdir CentOS pushd CentOS git clone https://git.centos.org/git/centos-git-common.git git clone https://git.centos.org/git/rpms/kernel.git pushd kernel/ git checkout c6 ../centos-git-common/get_sources.sh And I got the message: Missing metadata. Please run from inside a sources
2016 Apr 06
4
CentOS 7.2 rootfs for i386
Hi I want to build a small rootfs for 32 bit CentOS to the same I plan to build the entire OS but I see https://wiki.centos.org/HowTos/I_need_the_Kernel_Source kernel_build for 32 bit is not supported . Please let me know anybody has built the same Thanks Kavitha
2018 Jul 04
2
Where can I find the 6.10 centos-release srpm?
Hi, Where can I find the srpm for centos-release-6-10.el6.centos.12.3.x86_64? I looked in vault and it is not there. Regards, -- Tom me at tdiehl.org
2018 Apr 30
0
Problem with cr repo.
I can achieve the same error by removing /usr/lib/python2.7/site-packages/urllib3/packages/ssl_match_hostname and creating the directory in the same location instead. So solution can be just removing this directory (or just renaming it): # mv /usr/lib/python2.7/site-packages/urllib3/packages/ssl_match_ hostname /usr/lib/python2.7/site-packages/urllib3/packages/ssl_match_hostname.backup # yum
2018 Jul 05
0
Where can I find the 6.10 centos-release srpm?
On 07/04/2018 06:35 PM, me at tdiehl.org wrote: > On Wed, 4 Jul 2018, Phil Wyett wrote: >> >> On Wed, 2018-07-04 at 16:06 -0400, me at tdiehl.org wrote: >>> Hi, >>> >>> Where can I find the srpm for >>> centos-release-6-10.el6.centos.12.3.x86_64? >>> >>> I looked in vault and it is not there. >>> >> >> The
2016 Dec 14
2
spec file frustration (rant)
On 12/13/2016 03:57 PM, Phil Wyett wrote: > On Tue, 2016-12-13 at 15:39 -0800, Alice Wonder wrote: >> On 12/13/2016 03:34 PM, Phil Wyett wrote: >>> On Tue, 2016-12-13 at 14:16 -0800, Alice Wonder wrote: >>>> I'm getting spec files from centos git which is really convenient when >>>> the related source is easy to find. But some things - e.g. from a spec
2016 Dec 14
2
spec file frustration (rant)
Hello Johnny, On Wed, 2016-12-14 at 06:58 -0600, Johnny Hughes wrote: > So: > > git clone https://git.centos.org/summary/rpms!skopeo Apart from the syntax error because the exclamation mark is not escaped this leads nowhere. So I tried: $ git clone https://git.centos.org/git/rpms/skopeo.git > (that just happens to be what I am working on right now) > > cd skopeo > >
2020 Aug 24
2
Mock config error
Hi Jonathan, On Sun, 23 Aug 2020, Jonathan Billings wrote: > On Aug 23, 2020, at 12:07, me at tdiehl.org wrote: >> >> ?Hi, >> >> I am trying to create a mock configuration file that points to my local dnf repo. >> I have the following in the mock config template: >> >> [local-repo] >> name=my-Local >>
2006 Sep 01
3
Anyone seeing mock breakage after updating to 4.4?
Morning, somehow the upgrade to 4.4 broke mock on my system: | [angenenr at shutdown SPECS]$mock -r c3-i386 /home/angenenr/redhat/SRPMS/apache-ssl-2.8.28-2el4.src.rpm | init | clean | prep | This may take a while | Could not find useradd in chroot, maybe the install failed? Nope, it's not the config_opts['chroot_setup_cmd'] = 'groupinstall build' issue, as I'm still
2006 Oct 25
2
mock parameter problem
Here''s another one. spec: m = mock("blah") m.should_receive(:foo).with(1) code: m.foo(2) Failure message: Mock ''blah'' expected ''foo'' once, but received it 0 times ------ Twice now I''ve gotten this failure message and wasted time trying to understand why the method foo() was not being called despite all evidence suggesting
2020 Aug 23
2
Mock config error
Hi, I am trying to create a mock configuration file that points to my local dnf repo. I have the following in the mock config template: [local-repo] name=my-Local baseurl=http://yumrepo.example.com/yum-repository/local/centos/8/x86_64/ failovermethod=priority skip_if_unavailable=False When I try to run mock I get the following error: (vgeppetto3 pts18) $ mock -v -r epel-8-x86_64
2017 Feb 15
2
(re)build sssd-client.i686 for x86_64
On 02/15/2017 03:41 AM, Johnny Hughes wrote: > On 02/15/2017 02:39 AM, Stijn De Weirdt wrote: >> hi all, >> >> i'm trying to rebuild the current sssd-client.i686 rpm that is part of >> the x86_64 repo, but i fail to do so. rebuilding the sssd.src.rpm on >> x86_64 does not produce this rpm. >> >> i can rebuild sssd.src.rpm with --target=i686, but
2020 Aug 25
1
Mock config error
On 25/08/20 11:27 am, Jonathan Billings wrote: > On Aug 24, 2020, at 16:48, me at tdiehl.org wrote: >> >> Also, I am trying to add a dist tag to rpms that I build in mock. >> In the epel-7 configs I do something like the following: >> config_opts['macros']['%dist'] = '.el7.tnt' to get a dist tag on the >> rpms. In epel/centos 8 this does not
2007 Oct 27
2
Strange warnings with view specs
I''ve been seeing the following in some of my view specs: .P.P........ignoring attempt to close spec::mocks::mock:0x7334c4c with td opened at byte 258, line 20 closed at byte 287, line 20 attributes at open: {} text around open: "\t</tr>\n\t<tr>\n\t\t<td>#<Spec::Mocks::Mock:0" text around close:
2007 May 02
4
Terse Mocks
Hello, I recently made a feature request with a patch for terser mocks. http://rubyforge.org/tracker/index.php?func=detail&aid=10412&group_id=1917&atid=7480 Here are some examples with their current equivalents: the_mock.expects.foo(1,2) {|a, b| :bar} the_mock.expects.foo(1,2).returns(:bar) the_mock.expects(:foo).with(1,2) {|a, b| :bar} the_mock.expects(:foo).with(1,2).returns(:bar)