similar to: Update the "repository URL" links for centos.org website

Displaying 20 results from an estimated 1000 matches similar to: "Update the "repository URL" links for centos.org website"

2018 Jan 22
0
Update the "repository URL" links for centos.org website
On 18/01/18 16:10, Charlie Drage wrote: > I had a bit of trouble git cloning the website since the repository URL > portion isn't filled in, > see:?https://git.centos.org/summary/?r=websites/centos.org.git > > Only until I went > onto?https://git.centos.org/summary/?r=websites/bugs.centos.org.git was > I able to infer on how to actually git clone it. > > Could
2016 Oct 07
1
Re: Quick question regarding the "--firstboot" parameter within virt-sysprep
On Fri, Oct 07, 2016 at 04:42:21PM -0400, Charlie Drage wrote: > I apologize if this is not the appropriate place to contact you.. Adding the mailing list. > Got a weird issue! > > So when I use --firstboot via virt-sysprep on a host, it's totally fine. > > However.. > > In this scenario: > 1. virt-sysprep an offline image > 2. transfer said image from one
2005 Sep 25
1
SYSLINUX development is now in "git"
I have now migrated SYSLINUX development from CVS to "git". A clonable repository is available at: rsync://rsync.kernel.org/pub/scm/boot/syslinux/syslinux.git If you're doing any kind of development of syslinux, I recommend installing cogito and git and cloning this repository. It will both yours and my workflow a lot nicer. It will also let people see ongoing syslinux
1999 Jun 08
4
Early warning wrt Win2K
It looks like Microsoft buggered up Win2000 so that explorer hangs while trying to view a directory on a Samba server. I can't experiment any more since I removed Win2K beta 3, but I thought I'd give the list a warning. -- Ben Kosse <bkosse@thecreek.com> PC Technician -- Coldwater Creek, Inc. (208) 265-7114
2004 Aug 09
2
[LLVMdev] How to get LoopInfo within Pass subclass?
On Aug 5, 2004, at 8:11 PM, Chris Lattner wrote: > > Sure, you can do that. Just use F->getParent() to get to the Module. D'oh. OK, so I can do what I need with a hack for now. >> Also, out of curiosity, why the stateless restriction - is it because >> passes may someday be run in parallel? > > Yup, exactly. That and we want to be able to make multiple instances
2007 Nov 19
1
biocep project (R for the Web and the Virtual R Workbench)
Dear all, I have been writing during last year at the European Bioinformatics Institute a general unified open source solution for R integration. This work is now available via this link: http://www.ebi.ac.uk/microarray-srv/frontendapp/ The different frameworks and tools of the biocep project are now robust enough for production use. The different APIs are finalized but the documentation is
2005 Oct 18
1
smbd processes 99% cpu and end-user locks up
Still having a situation, in particular with Microsoft Office products (Excel, MS Word, etc), wherein a user locks up while saving a file. The scenario goes as follows: user opens up a file (excel document, word document, etc), user changes file, user hits save, user hangs... `top` reports an smbd belonging to user locked in some sort of loop causing 99% cpu utilization. net status sessions
2004 Aug 09
0
[LLVMdev] How to get LoopInfo within Pass subclass?
On Mon, 9 Aug 2004, Michael McCracken wrote: > On Aug 5, 2004, at 8:11 PM, Chris Lattner wrote: > > Sure, you can do that. Just use F->getParent() to get to the Module. > > D'oh. OK, so I can do what I need with a hack for now. Ok. > > We have no problem with people asking questions. :) The PassManager > > is actually do for a rewrite. The current
2010 Feb 15
4
density estimates for fixed points
Problem: Based on a n x 2 data matrix i want a kernel estimate of the bivariate density. However, i also wish to specify wich points the density should be calculated at. I can offcourse just write the full kernel density estimate as a R-code, but surely there must already exist some package for this operation? The package density(), seems to create a new matrix (depending on n), where the
2007 Jul 30
0
codian with asterisk voice confrance
Dear all I have video confranceing deivice Codian and i want to intergrate asterisk box with codian so voice confrance is possible with codian users means some users have not codian endpoint so thay call join confranceing with SIP PHONE I have configures asterisk and register codian in asterisk now whn i call from asterisk to codian i got IVR and ask me to inter confrance
2023 Feb 19
0
ANNOUNCE: Temporary Website URL
As most everyone already knows www.gnucash.org has been offline since 11 February because Linas Vepstas lost internet access and his ISP, Grande Networks in Austin, TX, has not fixed it. To provide replacement service until Linas gets back online we've set up an alternate site, https://code.gnucash.org/website/. Regards, John Ralls
2010 Mar 27
0
[LLVMdev] [repository] Make LLVM repository Git-clonable
On Sat Mar 27 21:38:52 +0100 2010, Michel Alexandre Salim wrote: > There are LLVM Git mirrors (there's one on GitHub, and I used to have > a personal clone too) but they all track only the trunk directory The Git mirror I maintain at http://github.com/earl/llvm-mirror has releases branches (and tags), currently going back to the 2.0 release. Once 2.7 is released, I'll add the
2010 Mar 28
0
[LLVMdev] [repository] Make LLVM repository Git-clonable
On Sat, Mar 27, 2010 at 4:38 PM, Michel Alexandre Salim <michael.silvanus at gmail.com> wrote: >> git svn clone --no-minimize-url -s http://llvm.org/svn/llvm-project/llvm llvm > Initialized empty Git repository in /home/inf2/i2staff/salim/checkout/llvm/.git/ > RA layer request failed: Server sent unexpected return value (403 > Forbidden) in response to REPORT request for >
2010 Mar 28
2
[LLVMdev] [repository] Make LLVM repository Git-clonable
On Sun, Mar 28, 2010 at 7:05 AM, Reid Kleckner <rnk at mit.edu> wrote: > On Sat, Mar 27, 2010 at 4:38 PM, Michel Alexandre Salim > <michael.silvanus at gmail.com> wrote: >>> git svn clone --no-minimize-url -s http://llvm.org/svn/llvm-project/llvm llvm >> Initialized empty Git repository in /home/inf2/i2staff/salim/checkout/llvm/.git/ >> RA layer request
2010 Mar 28
0
[LLVMdev] [repository] Make LLVM repository Git-clonable
> A good solution, surely, would be to anoint a single official > Git/Mercurial mirror, and announce it in the same page as the SVN > checkout instructions? MRI Ruby interpreter development did that and it seems to working fine. Of interest is their handling of branches and tags as discussed by Vladimir and Eric in this post:
2010 Mar 31
0
[LLVMdev] [repository] Make LLVM repository Git-clonable
On 03/28/2010 09:54 PM, Chris Lattner wrote: > On Mar 28, 2010, at 10:35 AM, Jon wrote: > >>> A good solution, surely, would be to anoint a single official >>> Git/Mercurial mirror, and announce it in the same page as the SVN >>> checkout instructions? >> MRI Ruby interpreter development did that and it seems to working fine. Of interest is their handling
2010 Mar 28
2
[LLVMdev] [repository] Make LLVM repository Git-clonable
On Mar 28, 2010, at 10:35 AM, Jon wrote: >> A good solution, surely, would be to anoint a single official >> Git/Mercurial mirror, and announce it in the same page as the SVN >> checkout instructions? > > MRI Ruby interpreter development did that and it seems to working fine. Of interest is their handling of branches and tags as discussed by Vladimir and Eric in this
2010 Mar 27
4
[LLVMdev] [repository] Make LLVM repository Git-clonable
Hi, As a Linux package maintainer I tend to follow LLVM mostly towards the end of each release cycle; nevertheless, I sometimes need to keep track of multiple LLVM branches at the same time. It would be great if I could use Git's SVN to clone the repository once, and then have the full version history available locally in a compact format. As a bonus, this will reduce the load on the server
2009 May 16
3
URL of website doesn't point anymore to CentOS/Drupal installation
sorry for the vague subject, but I couldn't find a better one. I have the website http://digifreedom.net running on a Centos 4 VPS with Apache and Drupal 6.10 . This is a multisite Drupal setup: only one installation, with subdirectories in sites/, and a separate mysql database for each website. For several reasons, I had setup DNS, drupal and everything to work without the www prefix on
2018 Aug 15
6
Xen Security Update - XSA-{268,269,272,273}
Dear Security Team, I have prepared a new upload addressing a number of open security issues in Xen. Due to the complexity of the patches that address XSA-273 [0] the packages have been built from upstream's staging-4.8 / staging-4.10 branch again as recommended in that advisory. Commits on those branches are restricted to those that address the following XSAs (cf. [1]): - XSA-273