search for: repositori

Displaying 20 results from an estimated 16259 matches for "repositori".

Did you mean: repository
2011 Jan 06
0
BUG in /mnt mount kills / mount as well
After doing something silly (not sure what yet) with a server''s 4-drive btrfs raid1 root, I''ve been booting off a 5th drive (also on btrfs) while poking at the original array. I''ve found that errors triggered by poking around on the mounted-but-broken 4-drive raid (on /mnt) cause the system to gradually lock up. This is a 2.6.37rc8 build without any extra patches;
2007 Jul 18
2
[LLVMdev] Dumping SVN Repository
Hi all, I'm trying to dump the llvm-gcc repository so that it can be loaded into the llvm.org repository instead of the mirror. However, I need a specific URL in that repository, not the whole repository itself. If I use svnadmin, I can't use the URL. It requires a PATH to the repository. Does anyone know of a way to do this? -bw
2020 Feb 22
3
Cannot update xiph repository
...Hit:4 http://ftp.us.debian.org/debian stretch Release Hit:6 http://www.deb-multimedia.org stretch InRelease Get:5 http://download.opensuse.org/repositories/multimedia:/xiph/Debian_9.0 ./ InRelease [1,526 B] Err:5 http://download.opensuse.org/repositories/multimedia:/xiph/Debian_9.0 ./ InRelease The following signatures were invalid: EXPKEYSIG 77EC2301F23C6AA3 multimedia OBS Project <multimedia at build.opensuse.org> Reading package lists......
2017 Jan 03
0
[PATCH 5/5] Add a virt-builder-repository tool
...lder-repository - Build virt-builder source repository easily + +=head1 SYNOPSIS + + virt-builder-repository /path/to/repository + [-i|--interactive] [--gpg-key KEYID] + +=head1 DESCRIPTION + +Virt-builder is a tool for quickly building new virtual machines. It can +be configured to use template repositories. However creating and +maintaining a repository involves many tasks which can be automated. +virt-builder-repository is a tool helping to manage these repositories. + +Virt-builder-repository loops over the files in the C</path/to/repository> +folder, compresses the files with a name ending...
2005 Feb 19
1
External yum and apt Repositories and CentOS4
.... So that enabling a new repository becomes as easy as "yum install <repo name>". Eg. 'yum install repo- dag'. Which would in turn drop the required repository information into /etc/yum.repos.d/, set the enabled flag, import the required gpg- key. We are looking for package repositories, with public access who would want to be included in this setup. All supported architecture's are welcome ( x86/ia32, x86_64, ia64, s390(x)) as well as testing ( ppc ) for yum repositories. We do have apt available on x86 and ppc, so if you have an apt repository that works with CentOS4 on th...
2008 Sep 13
2
Local yum repository
...ome issues with my NIC which was not supported on 2.6.18 so had to upgrade to 2.6.26. Now as all is working fine and i'm on net i want to disable that repository and just use the rpmforge repository configured on my system following directions from http://wiki.centos.org/AdditionalResources/Repositories/RPMForge?action=show&redirect=Repositories%2FRPMForge Please help me out - Disabling the local Repo or by - Any method to keep it up to date ,[syncing it with some online repository]
2016 Sep 07
4
[RFC] One or many git repositories?
...e'd be back to essentially manual diff+patch > which is quite a step backward from the smoth git-oriented process we > use now. Can you clarify what you mean? Which part of the process would quite manual patch that wouldn’t otherwise? > > The document says that the individual git repositories will remain. > Does that mean the monorepository is using git-submodule to manage the > aggregate repository? First, have you read this document: https://reviews.llvm.org/D24167 <https://reviews.llvm.org/D24167> ? TLDR: The answer is no: you have to see it as it is today, i.e. a sin...
2010 May 12
4
Adding Repositories and using yum to download packages
Hi I am using CentOS 5.3 and after installing the OS i scrolled to the /etc/yum.repos.d directory and i could not find any repositories being present there. So i googled a bit on adding the repositories and found the link: http://www.osresources.com/index.php?action=artikel&cat=11&id=6&artlang=en then when i try to install the net-snmp package that i require to monitor my box i get the following error: [root at...
2016 Jul 20
11
[RFC] One or many git repositories?
Dear all, I would like to (re-)open a discussion on the following specific question: Assuming we are moving the llvm project to git, should we a) use multiple git repositories, linked together as subrepositories of an umbrella repo, or b) use a single git repository for most llvm subprojects. The current proposal assembled by Renato follows option (a), but I think option (b) will be significantly simpler and more effective. Moreover, I think the issues raised with o...
2017 Feb 10
0
[PATCH v3 10/10] Add a virt-builder-repository tool
...lder-repository - Build virt-builder source repository easily + +=head1 SYNOPSIS + + virt-builder-repository /path/to/repository + [-i|--interactive] [--gpg-key KEYID] + +=head1 DESCRIPTION + +Virt-builder is a tool for quickly building new virtual machines. It can +be configured to use template repositories. However creating and +maintaining a repository involves many tasks which can be automated. +virt-builder-repository is a tool helping to manage these repositories. + +Virt-builder-repository loops over the files in the C</path/to/repository> +folder, compresses the files with a name ending...
2004 Nov 09
1
Error in update() when repositories is specified.
How can I specify the repositories for upgrade()? > x <- packageStatus(repositories = "http://cran.us.r-project.org//bin/windows/contrib/2.0") > upgrade(x, ask = FALSE) Error in update[, 3] : incorrect number of dimensions x, the object of class "packageStatus", prints and summarizes fine. I also ran...
2007 Jul 18
0
[LLVMdev] Dumping SVN Repository
No, you can't generate a dump file from only a certain path in the repository, but each revision is a global (IE whole-repo) revision, even if we hide this well :) On 7/18/07, Bill Wendling <isanbard at gmail.com> wrote: > Hi all, > > I'm trying to dump the llvm-gcc repository so that it can be loaded > into the llvm.org repository instead of the mirror. However, I need
2016 Jul 22
4
[RFC] One or many git repositories?
...entire thread and thought about this for a while, > here are my thoughts: > > * A single monolithic repository has quite a lot of advantages, some > because of what it is (for instance, you can make atomic cross-project > commits), and some because of what it isn't (keeping the repositories > separate creates synchronization problems for version-locked components, > and it's not clear to me that we have a good answer for these problems) > > * A single repository from which we can build a complete LLVM toolchain, > without requiring checking out a dozen components...
2017 Mar 07
0
[PATCH v4 9/9] Add a virt-builder-repository tool
...lder-repository - Build virt-builder source repository easily + +=head1 SYNOPSIS + + virt-builder-repository /path/to/repository + [-i|--interactive] [--gpg-key KEYID] + +=head1 DESCRIPTION + +Virt-builder is a tool for quickly building new virtual machines. It can +be configured to use template repositories. However creating and +maintaining a repository involves many tasks which can be automated. +virt-builder-repository is a tool helping to manage these repositories. + +Virt-builder-repository loops over the files in the C</path/to/repository> +folder, compresses the files with a name ending...
2017 Mar 23
0
[PATCH v5 10/10] Add a virt-builder-repository tool
...lder-repository - Build virt-builder source repository easily + +=head1 SYNOPSIS + + virt-builder-repository /path/to/repository + [-i|--interactive] [--gpg-key KEYID] + +=head1 DESCRIPTION + +Virt-builder is a tool for quickly building new virtual machines. It can +be configured to use template repositories. However creating and +maintaining a repository involves many tasks which can be automated. +virt-builder-repository is a tool helping to manage these repositories. + +Virt-builder-repository loops over the files in the C</path/to/repository> +folder, compresses the files with a name ending...
2016 May 31
7
GitHub anyone?
...her not force anyone to use any set > of scripts, and let people work directly with git, so I'd be more in > favour of having a server-side solution, if at all possible. Apparently I wasn't very clear: llvm and clang (and the others projects) would be simple decoupled, individual git repositories. You would be able to check them out however you want and commit to them individually. There would be an extra "integration repository" on top that would only provide the service that tells "r12345 is llvm:36c941c clang:eaf492b compiler-rt:6d77ea5". This repository should be m...
2006 Jan 30
5
Creating my own YUM repository
I have already 6 Centos machines here and it is getting strange having to pull down updates to each system. Seems like I should set up one system to pull updates and then all other systems to point to it. How? Plus then I would want to add to this repository. Say that a number of my systems use tomcat which is only available via rpm. I would like to be able to add it to my repository, and
2017 Nov 13
0
[PATCH v12 3/3] New tool: virt-builder-repository
...lder-repository - Build virt-builder source repository easily + +=head1 SYNOPSIS + + virt-builder-repository /path/to/repository + [-i|--interactive] [--gpg-key KEYID] + +=head1 DESCRIPTION + +Virt-builder is a tool for quickly building new virtual machines. It can +be configured to use template repositories. However creating and +maintaining a repository involves many tasks which can be automated. +virt-builder-repository is a tool helping to manage these repositories. + +Virt-builder-repository loops over the files in the directory specified +as argument, compresses the files with a name ending by...
2008 Jun 17
0
Mercurial repositories for ManageSieve and Sieve
Hello Dovecot users, Recently I was asked to use Mercurial for the ManageSieve development just like Dovecot. As a matter of fact I have been using Mercurial for some time now. Now that I am back from a short and active vacation I am ready to publish my repositories. The repositories are publicly available at: http://hg.rename-it.nl/ The -patch repositories are so-called Mercurial Queues (MQ) repositories. This provides an easy (quilt-like) means to manage patches over an upstream source repository like the one that exists for Dovecot. The patches are mana...
2017 Apr 12
0
[PATCH v6 10/10] Add a virt-builder-repository tool
...lder-repository - Build virt-builder source repository easily + +=head1 SYNOPSIS + + virt-builder-repository /path/to/repository + [-i|--interactive] [--gpg-key KEYID] + +=head1 DESCRIPTION + +Virt-builder is a tool for quickly building new virtual machines. It can +be configured to use template repositories. However creating and +maintaining a repository involves many tasks which can be automated. +virt-builder-repository is a tool helping to manage these repositories. + +Virt-builder-repository loops over the files in the C</path/to/repository> +folder, compresses the files with a name ending...