similar to: [LLVMdev] Is there a way to build a particular tagged version with the Git clone?

Displaying 20 results from an estimated 40000 matches similar to: "[LLVMdev] Is there a way to build a particular tagged version with the Git clone?"

2011 Oct 06
1
[LLVMdev] svnsync of llvm tree
On 2011-08-29 04:21, Kurt Lidl wrote: > While I agree bootstrapping a new mirror from scratch is time and > resource consuming, this can be largely avoided by making a seed > of the svn tree available. (Basically, I think that looks like > a compressed tar file of the svn repository.) Or, a svnadmin dump > of the repo could be made available for the adventurous. Having the same
2015 Feb 27
2
[LLVMdev] SVN dump seed file (was: svnsync of llvm tree)
Hi folks, in a rather old thread on this list titled "svnsync of llvm tree" <http://comments.gmane.org/gmane.comp.compilers.llvm.devel/42523> we noticed that an svnsync would fail due to a few particularly big commits that apparently caused OOM conditions on the server. The error and the revision number were consistent for different people. That seems to be fixed now. I succeeded
2011 Oct 06
0
[LLVMdev] svnsync of llvm tree
Oliver Schneider <gmane at assarbad.net> writes: >>> However, we have official git mirrors of most of the projects on >>> llvm.org, would using them instead of svnsync be an option for you? >> >> Well, if the authoritative source code control system for all the >> llvm projects is svn, I'd just as soon use svn as the tool at my end. > The git
2011 Aug 29
2
[LLVMdev] svnsync of llvm tree
On Wed, Aug 17, 2011 at 01:47:02PM -0700, Benjamin Kramer wrote: > On 17.08.2011, at 11:36, Kurt Lidl <lidl at pix.net> wrote: > > > Why can't I mirror the whole tree? > > The original reason for this limitation was that complete checkouts > put a lot of stress on the server. While I agree bootstrapping a new mirror from scratch is time and resource consuming,
2015 Feb 27
0
[LLVMdev] SVN dump seed file (was: svnsync of llvm tree)
Hi, I think it would be easier to understand why you want this if you had a use case for having an svnsync clone. Aside from backing up the repository, it seems like a fairly useless thing: you can't do local commits and then upstream them and you can't do If you want the complete history of the repository, then a git clone of the git-svn mirror will give you this very cheaply and with
2018 Mar 09
2
Any documentation on how the official packages are being built?
Hi, if I wanted to reproduce the official build, for example in order to get a code-signed Windows build [1], to which documentation can I turn to find out about the steps and tools (and their versions) used? That is, I am interested in the steps done by the respective maintainers which yield the packages at http://releases.llvm.org/download.html Thanks and with best regards, Oliver [1] I
2013 Nov 04
1
Compile catalog against tagged version of a git repo?
I''m wondering if there is any feature that will allow puppet to compile a catalog against a specific tag of a git repo? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To view this discussion on the
2015 Oct 21
1
git clone git://git.xiph.org/opus-tools.git gives connection reset by peer
Hello, Could you clarify the reason of the following output while running # git clone git://git.xiph.org/opus-tools.git It writes a message like Initialized empty Git repository in /root/opus-tools/.git/ fatal: read error: Connection reset by peer Please clarify the reason. Am I correct if repository is really empty? I would like to finish my deployment of openmeetings server so could you tell
2007 Sep 07
0
Is there a simple way to let particular windows users have read/write on ALL samba shares?
Hi all, I have a samba server that provides storage for student users. Teachers want to be able to see and copy files from one student directory to another, but students should not be able to see and copy files from other students. I thought defining my teachers as "admin users" would do the trick but it didn't. What is the most rational way to do this? My SAMBA Server is joined to
2005 Dec 01
5
Temporary Profiles
Hi, I have got a problem with samba for days now and I don't know how to solve it. My problem is, that it doesn't matter if I enable or disable Roaming Profiles, all I get is a temporary profile. If i enable Roaming Profiles, than i get a temporary serverside Profile. If I disable Roaming Profiles, than i get a temporary local Profile. Can somebody please help me? With Roaming
2007 Nov 21
3
Mongrel Timeout?
Hi, I am using a railsapp to call an external app and print some barcode-labels. My problem is, after a while there seems to be a timeout. Then I need to stop the Mongrel-Server and restart it. Below you can see the error message, when i stop the server. Has somebody seen this before? Greetings, Oli C:\etikett>mongrel_rails start -d -e production ** WARNING: Win32 does not support daemon
2015 Jun 09
2
git clone failing
Hi, Cloning via the git protocol seems to be failing today (as referenced on http://www.opus-codec.org/development/): git clone git://git.opus-codec.org/opus.git fatal: read error: Connection reset by peer However, cloning via HTTP works: git clone http://git.opus-codec.org/opus.git Is this expected? Thanks, Tom -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Nov 22
0
git clone of syslinux with http - submodule issue
> The wiki: > http://www.zytor.com/mailman/listinfo/syslinux As of the moment I am writing this email, the current version of the page you are actually referring to: http://www.syslinux.org/wiki/index.php?title=Development&oldid=4419 was last edited on 2015Oct25. > says to use this to clone git with http rather than git protocol: > git clone --recursive
2015 Nov 23
0
git clone of syslinux with http - submodule issue
2015-11-23 3:25 UTC+01:00, Gene Cumm via Syslinux <syslinux at zytor.com>: > On Sun, Nov 22, 2015 at 5:49 PM, Ady via Syslinux <syslinux at zytor.com> > wrote: >> >>> The wiki: >>> http://www.zytor.com/mailman/listinfo/syslinux > >> As of the moment I am writing this email, the current version of the >> page you are actually referring
2012 Oct 23
1
Git clone manifest for windows puppet clinet
Can anybody help to come up with a manifest file, which should instruct a puppet client running on windows to clone a repository from github directly to puppet client? Great thanks for help! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit
2015 Sep 28
0
git clone failing
Looks like it's failing again when using the git protocol. Also, HTTPS doesn't work due to certificate issues: git clone https://git.opus-codec.org/opus.git Cloning into 'opus.git'... fatal: unable to access 'https://git.opus-codec.org/opus.git/': SSL certificate problem: Invalid certificate chain Is https://git.xiph.org/opus.git an official mirror? On Wed, Jun 10, 2015
2020 Oct 08
0
git clone failed
Using git-2.28.0, I can't seem to clone the official repo: ... warning: object c53598453ebdbbd8b8f05eed412484ad7f4d1c26: missingTaggerEntry: invalid format - expected 'tagger' line warning: object 8478c2d69b2a0722957916689f8e3bf0053a7448: missingTaggerEntry: invalid format - expected 'tagger' line warning: object 47b5b6ef17a35f1d26de04386b9e1440f4941215: missingTaggerEntry:
2020 Oct 08
2
git clone failed
(Resending in plain text.) Using git-2.28.0, I can't seem to clone the official repo: ... warning: object c53598453ebdbbd8b8f05eed412484ad7f4d1c26: missingTaggerEntry: invalid format - expected 'tagger' line warning: object 8478c2d69b2a0722957916689f8e3bf0053a7448: missingTaggerEntry: invalid format - expected 'tagger' line warning: object
2015 Oct 09
0
git clone --recursive
2015-10-09 13:50 UTC+02:00, Geert Stappers via Syslinux <syslinux at zytor.com>: > > Hi, > > We use a git submodule for gnu-efi. > > What would be the downside of changing > > git clone git://repo.or.cz/syslinux.git > > into > > git clone --recursive git://repo.or.cz/syslinux.git > > on the Syslinux wik? I'd say: none. If needed it will be
2015 Jun 10
0
git clone failing
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 09/06/15 01:41 PM, Tom Hughes wrote: > git clone git://git.opus-codec.org/opus.git > <http://git.opus-codec.org/opus.git> fatal: read error: Connection > reset by peer Thanks for reporting. It should be fixed now. NB, I recommends using https://git.xiph.org/opus.git instead as this url offers authentication. -r -----BEGIN PGP