Displaying 5 results from an estimated 5 matches for "repo_nam".
Did you mean:
repo_name
2011 Aug 15
4
Enabling yum-repo on fly?
Dear all,
Is there any way to enable a particular yum-repo (like: yum --
enablerepo=<repo_name>), which is disabled as default, for a
particular package installation? For our system, we need to "dag" for
particular two packages but keeping it always enabled, clashes with
other packages, which we don''t want to install for dag at all. What''s
the option(s) I have...
2009 Jul 24
2
rpm
Hi folks
I'm trying to install amavisd-new on Centos 5.3. There is a lot of
failed dependencies errors when I try to install it. My question is,
there is a way to automatically get all the rpm dependencies I need
and get them saved somewhere in my hard drive for future
installations? I'm behind a squid proxy.
Thanks in advance.
David
2016 Jun 30
0
Sequential ID Git hook
...mple:
>
> Initially:
> sql> create table LLVM_ID ( id int not null primary key
> auto_increment, repository varchar not null, hash varchar nut null );
> sql> alter table LLVM_ID auto_increment = 300000;
>
> On every request:
> sql> insert into LLVM_ID values ("$repo_name", "$hash");
> sql> select_last_inset_id(); -> return
>
> and then print the "last insert id" back to the user in the body of
> the page, so the hook can update the Change-id on the commit message.
> The repo/hash info is more for logging, debugging and...
2016 Jun 30
6
Sequential ID Git hook
...L database with auto-increment
ID. Example:
Initially:
sql> create table LLVM_ID ( id int not null primary key
auto_increment, repository varchar not null, hash varchar nut null );
sql> alter table LLVM_ID auto_increment = 300000;
On every request:
sql> insert into LLVM_ID values ("$repo_name", "$hash");
sql> select_last_inset_id(); -> return
and then print the "last insert id" back to the user in the body of
the page, so the hook can update the Change-id on the commit message.
The repo/hash info is more for logging, debugging and conflict
resolution pur...
2012 May 22
11
Repositories in CentOS 5.8
Hi,
I am running Cent OS 5.8 in production. Can someone please explain me about
various repositories available in CentOS 5.8 and which third party repos (
http://wiki.centos.org/AdditionalResources/Repositories) i should use it in
Production environment.
Help me understand the pros and cons.
Regards
Kaushal