Displaying 15 results from an estimated 15 matches for "myrepos".
Did you mean:
myrepo
2010 Sep 07
2
Wrapper package / yum repository
Hi,
I am setting up a yum repository for our applications and I am having a
bit of trouble. I copy the files to a webserver, run createrepo and
then configure the servers to use it.
One of the RPMs is a "release" package that includes exact versions of
all the binary and configuration files as dependencies so we can do
"packaged releases" and, if we want to revert to a
2011 Aug 03
1
Extract rows from a matrix according to value in column
Dear helpers,
I'm trying to extract certain rows from a matrix according to the
values the rows have in a certain column. I've been googling for a
while without result.
Here's a reproducible example of a matrix (and the one I was playing
with initially):
> myrepo<-getOption("repos")
>
2011 Sep 28
1
Password protected R Repository
Hi,
I've set up a very simple R repository. Just a single source
library. Everything works fine. I can install the package on my client
using:
install.packages(repos='http://www.myServer.se/myRepo/',
pkgs='myLib', dep=TRUE)
However, I want to protect the repo, so I use a
.htaccess, placed directly under 'myRepo' on the server. I use
'Authentication Basic' and
2007 Nov 09
6
backups and md5 all in one while splitting
I'm trying to back up our svn repositories, and I found a nice little
backup command line bzip's the backup and creates the md5 hash all in one:
svnadmin dump --deltas /repo |bzip2 |tee dump.bz2 | md5sum >dump.md5
The problem is I need to split the backups, so this doesn't really
work. Is there perhaps another way of piping things to allow for
splitting of the backups?
2008 Aug 01
2
source a script file straight from a subversion repository
Hi useRs
I'm trying to figure out how to source
an R script file straight from a subversion
repository, without having to put a copy
of the script into the local working directory.
Has anyone done this?
Something such as
source(file = paste("svn://myrepo.xxx.org/opt/svn/repos/",
"/Projects/SMcode/tags/v1.0/SMfuns.R",
sep = ""))
2018 Aug 06
2
Back to Xfce
On 08/06/2018 11:51 AM, Tony Schreiner wrote:
> On Mon, Aug 6, 2018 at 11:33 AM Robert Moskowitz <rgm at htt-consult.com>
> wrote:
>
>>
>> On 08/06/2018 11:11 AM, Tony Schreiner wrote:
>>> On Mon, Aug 6, 2018 at 10:55 AM Robert Moskowitz <rgm at htt-consult.com>
>>> wrote:
>>>
>>>> Nicolas,
>>>>
>>>>
2018 Aug 06
0
making my own group repo - Re: Back to Xfce
I tried making my own repo with just the groups in them and I got an
error....
I used:
#createrepo -g /root/mygroups.xml /root/myrepo
Saving Primary metadata
Saving file lists metadata
Saving other metadata
Generating sqlite DBs
Sqlite DBs complete
Where /root/mygroup.xml is attached below.
Then I made:
cat > /etc/yum.repos.d/myrepo.repo << EOF
[myrepo]
name=My repo for armhfp
2018 Jan 29
3
Mirroring centos.org
Hello,
I would like to mirror the centos.org repository for an offline network. I
don't need the ISO images, don't need any i386 stuff, and I think I
probably don't need any of the source code rpms either. Most of the clients
are CentOS 6.x, so I don't want to download the CentOS 7.x tree yet either
(that will come soon, but separately from this one).
I tried using this command,
2013 Mar 03
1
Deploy with Capistrano. Bundle install freezes indefinetly.
I am fighting with this for 5 days... i''m getting crazy!
Here is my deploy.rb:
require "bundler/capistrano"
require "rvm/capistrano" # Load RVM''s capistrano plugin.
set :rvm_ruby_string, :local # Or whatever env you want it to run
in. ''1.9.3''
set :domain, ''www.xxx.com''
set :application,
2012 May 15
4
enabling a yum repository
I have a class that pulls in some yum repositories. One of the yum
repositories is disabled, but on one host I''d like to enable it.
i.e. I''d like to do something like this:
class { ''myyumrepos'': }
yumrepo { ''EPEL'': enabled => 1, }
What''s the best way to do this?
I am using an ENC.
--
Biltong
biltong@fastmail.fm
--
2018 Jan 29
0
Mirroring centos.org
In article <CANZsmmM6C_F+NuPdjd+mGDEXaJVcfc1bdhpWdESSbC2CR7Dz3g at mail.gmail.com>,
Felipe Westfields <felipe.westfields at gmail.com> wrote:
> Hello,
>
> I would like to mirror the centos.org repository for an offline network. I
> don't need the ISO images, don't need any i386 stuff, and I think I
> probably don't need any of the source code rpms either.
2018 Jan 29
1
Mirroring centos.org
Ok, that sounds a little more elegant.
Does that delete switch delete those files after download, or does it stop
it from downloading at all?
On Mon, Jan 29, 2018 at 10:48 AM, Tony Mountifield <tony at softins.co.uk>
wrote:
> In article <CANZsmmM6C_F+NuPdjd+mGDEXaJVcfc1bdhpWdESSbC2CR7Dz3
> g at mail.gmail.com>,
> Felipe Westfields <felipe.westfields at gmail.com>
2008 Jul 16
6
centralized patch management
Hello,
I have been asked to come up with a strategy for centralized patch
management of our linux servers. Today, this is only centos and rhel.
What is everyone else doing in this arena?
Thanks!
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
2012 Apr 24
9
Moving from Puppet 0.25 to Puppet 2.6+ : global scope/variables
Hi,
I worked with puppet (< 0.25) back in 2008/2009. We were able to
deploy 200 servers from scratch and manage them. It worked fine.
I''m now with a new customer and I''m pushing Puppet (and I''m also back
to puppet on a side project).
We''re considering Puppet 2.6 to manage RHEL/CentOS 5 or 6 hosts. I''m
"upgrading myself" to Puppet