search for: repository's

Displaying 20 results from an estimated 16303 matches for "repository's".

Did you mean: repository
2011 Jan 06
0
BUG in /mnt mount kills / mount as well
...sid e04f9a3d2d6daa99-4d8c1db77a98c8a2 devid 3 transid 28468 /dev/sdc1 [ 8.009989] device fsid e04f9a3d2d6daa99-4d8c1db77a98c8a2 devid 2 transid 28468 /dev/sdb1 [ 8.075711] device fsid e04f9a3d2d6daa99-4d8c1db77a98c8a2 devid 1 transid 28468 /dev/sda5 The BUG that triggers it: Jan 6 16:58:36 repository kernel: [ 146.180201] ------------[ cut here ]------------ Jan 6 16:58:36 repository kernel: [ 146.190020] kernel BUG at /home/kernel-ppa/COD/linux/fs/btrfs/extent-tree.c:5480! Jan 6 16:58:36 repository kernel: [ 146.190020] invalid opcode: 0000 [#1] SMP Jan 6 16:58:36 repository kernel: [ 1...
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
Hi, I apologise for the naiveness of this question, but I experienced an error when running apt-get update on Debian 9. It’s telling me that it can’t update the xiph repository. Not sure if I should be asking for help about this here, but if not… please let me know where I should take this issue. Any help is appreciated. Damian Get:1 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]...
2017 Jan 03
0
[PATCH 5/5] Add a virt-builder-repository tool
virt-builder-repository allows users to easily create or update a virt-builder source repository out of disk images. The tool can be run in either interactive or automated mode. --- .gitignore | 3 + builder/Makefile.am | 91 ++++++- builder/builder_repository.ml | 493 ++...
2005 Feb 19
1
External yum and apt Repositories and CentOS4
Were looking to use yum 2.1's ability to store repository data in /etc/yum.repos.d/ as a means of pushing updates to our mirrors list. As an added feature, we want to host third party repository config in installable .rpm's into CentOS-Extras. So that enabling a new repository becomes as easy as "yum install <repo name>". Eg. 'yum...
2008 Sep 13
2
Local yum repository
Hi All, i have a local repository configured for 'yum',which have files copied over from the RHEL DVD,It was configured initially,as i was facing some 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...
2016 Sep 07
4
[RFC] One or many git repositories?
..., 2016, at 10:30 AM, dag at cray.com wrote: > > Mehdi Amini via llvm-dev <llvm-dev at lists.llvm.org> writes: > >> Right, we actually have a proposal to take what is in the current SVN >> repo here: http://llvm.org/svn/llvm-project/ and migrate this to a >> single repository. >> I was not sure if you were referring to this proposal (monorepo) or to >> the recent emails about “external libraries” that GCC uses like gmp >> and mpfr. >> >> You can find more details here: https://reviews.llvm.org/D24167 >> >> If you have some go...
2010 May 12
4
Adding Repositories and using yum to download packages
....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 sc-devld-1 etc]# yum install net-snmp Loading "rhnplugin" plugin Loading "installonlyn" plugin Repository base is listed more than once in the configuration Repository contrib is listed more than once in the configuration Repository centosplus is listed more than once in the configuration Repository addons is listed more than once in the configuration Repository extras is listed more than once in the c...
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 option (b) are either incorrect or can be reasonably addressed. Specifically, my proposal is th...
2017 Feb 10
0
[PATCH v3 10/10] Add a virt-builder-repository tool
virt-builder-repository allows users to easily create or update a virt-builder source repository out of disk images. The tool can be run in either interactive or automated mode. --- .gitignore | 3 + builder/Makefile.am | 82 +++++- builder/repository_main.ml | 487 +++...
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 install.packages() without incident. >
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 mirr...
2016 Jul 22
4
[RFC] One or many git repositories?
I have one reasone why we should not moe to monolithic repository - If you do some light stuff like clang-tidy, that don't often require syncing with clang, but you still want to have the most recent checks, then I don't see a solution in monolithic repository. And this is a real issue if you only have 2 or 4 core laptop to do work. And I guess the the bu...
2017 Mar 07
0
[PATCH v4 9/9] Add a virt-builder-repository tool
virt-builder-repository allows users to easily create or update a virt-builder source repository out of disk images. The tool can be run in either interactive or automated mode. --- .gitignore | 3 + builder/Makefile.am | 81 ++++++- builder/repository_main.ml | 466 ++...
2017 Mar 23
0
[PATCH v5 10/10] Add a virt-builder-repository tool
virt-builder-repository allows users to easily create or update a virt-builder source repository out of disk images. The tool can be run in either interactive or automated mode. --- .gitignore | 3 + builder/Makefile.am | 81 +++++- builder/repository_main.ml | 488 +++...
2016 May 31
7
GitHub anyone?
> On May 31, 2016, at 1:31 PM, Renato Golin <renato.golin at linaro.org> wrote: > > On 31 May 2016 at 21:28, Mehdi Amini <mehdi.amini at apple.com> wrote: >> Ideally, I'd prefer the cross-repository to be handled with an extra layer, in a way similar as described in: https://gerrit-review.googlesource.com/Documentation/user-submodules.htm (somehow conceptually similar to Android manifests XML files). >> It would be easy to have tooling/scripts for llvm that would easily say "checkou...
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 if even manually, to keep it current. This way, when I build a new system, after the build I would do a yum update (from my server), then a yum install of all...
2017 Nov 13
0
[PATCH v12 3/3] New tool: virt-builder-repository
virt-builder-repository allows users to easily create or update a virt-builder source repository out of disk images. The tool can be run in either interactive or automated mode. --- .gitignore | 4 + builder/Makefile.am | 87 ++++- builder/repository_main.ml...
2008 Jun 17
0
Mercurial repositories for ManageSieve and Sieve
...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 managed in a repository called 'patches' below the .hg directory in your main repository. Currently, these MQ repositories only have the managesieve.patch witch is the actual patch I refresh and release each time Timo makes a new Dovecot...
2017 Apr 12
0
[PATCH v6 10/10] Add a virt-builder-repository tool
virt-builder-repository allows users to easily create or update a virt-builder source repository out of disk images. The tool can be run in either interactive or automated mode. --- .gitignore | 3 + builder/Makefile.am | 84 +++++- builder/repository_main.ml | 570 +++...