Re: [CentOS-docs] Automated RPMForge Repository Installation Script for Tips Tricks section

2009-06-12 Thread Vladislav Rastrusny
Why should I use rpm if I have yum? :) It is easier and much more convinient to use. Also if the package is signed, why not to verify it's signature first before installation? That's the purpose of the signature to be verified ;) If you always skip signature verification, why to sign package at

Re: [CentOS-docs] Automated RPMForge Repository Installation Script for Tips Tricks section

2009-06-12 Thread David Dreggors
Vladislav Rastrusny wrote: Why should I use rpm if I have yum? :) It is easier and much more convinient to use. Also if the package is signed, why not to verify it's signature first before installation? That's the purpose of the signature to be verified ;) If you always skip signature

Re: [CentOS-docs] Automated RPMForge Repository Installation Script for Tips Tricks section

2009-06-11 Thread Filipe Brandenburger
Hi, On Thu, Jun 11, 2009 at 10:01, Vladislav Rastrusnyfractali...@yandex.ru wrote: I have published an article under my homepage here: http://wiki.centos.org/VladislavRastrusny/AutoRPMForgeRepo Sorry, but how is that supposed to be easier than this? http://dag.wieers.com/rpm/FAQ.php#B2

Re: [CentOS-docs] Automated RPMForge Repository Installation Script for Tips Tricks section

2009-06-11 Thread Christoph Maser
Am Donnerstag, den 11.06.2009, 16:01 +0200 schrieb Vladislav Rastrusny: Hello. With the help of the community I finished polishing the translation of my PHP script to Bash version http://www.centos.org/modules/newbb/viewtopic.php?viewmode=flattopic_id=20222forum=38 It has now autodetection

Re: [CentOS-docs] Automated RPMForge Repository Installation Script for Tips Tricks section

2009-06-11 Thread Vladislav Rastrusny
Alan, I answered to that post. You see, each new sed command will overwrite backup file. So, it is not possible to use your solution. I am sorry. 2009/6/11 Alan Bartlett ajb.st...@googlemail.com: On 11/06/2009, Vladislav Rastrusny fractali...@yandex.ru wrote:  With the help of the community I

Re: [CentOS-docs] Automated RPMForge Repository Installation Script for Tips Tricks section

2009-06-11 Thread Ralph Angenendt
Filipe Brandenburger wrote: Hi, On Thu, Jun 11, 2009 at 10:01, Vladislav Rastrusnyfractali...@yandex.ru wrote: I have published an article under my homepage here: http://wiki.centos.org/VladislavRastrusny/AutoRPMForgeRepo Sorry, but how is that supposed to be easier than this?

Re: [CentOS-docs] Automated RPMForge Repository Installation Script for Tips Tricks section

2009-06-11 Thread Vladislav Rastrusny
Sorry, but how is that supposed to be easier than this? http://dag.wieers.com/rpm/FAQ.php#B2 Yes, of course. You need to setup priorities plugin to prevent damaging CentOS packages, import signing key etc. It would be much nicer if you could replace the command ; if [ $? != 0 ] then echo ...;

Re: [CentOS-docs] Automated RPMForge Repository Installation Script for Tips Tricks section

2009-06-11 Thread Vladislav Rastrusny
How can it do that? You need to install GPG key to verify the rpmforge-release package itself ;) My script just follows the guidelines in wiki here: http://wiki.centos.org/AdditionalResources/Repositories/RPMForge It just automates everything, that is listed there. 2009/6/11 Akemi Yagi

Re: [CentOS-docs] Automated RPMForge Repository Installation Script for Tips Tricks section

2009-06-11 Thread Akemi Yagi
On Thu, Jun 11, 2009 at 8:14 AM, Vladislav Rastrusnyfractali...@yandex.ru wrote: 2009/6/11 Akemi Yagi amy...@gmail.com: On Thu, Jun 11, 2009 at 7:54 AM, Vladislav Rastrusnyfractali...@yandex.ru wrote: Sorry, but how is that supposed to be easier than this?

Re: [CentOS-docs] Automated RPMForge Repository Installation Script for Tips Tricks section

2009-06-11 Thread Scott Robbins
On Thu, Jun 11, 2009 at 08:26:54AM -0700, Akemi Yagi wrote: Dag's own words (from yesterday's conversation with him): dag if you install the rpmforge-release it installs my key, the one from fabian and the one from dries Akemi In that case the wiki needs updating, yes? (Don't look

Re: [CentOS-docs] Automated RPMForge Repository Installation Script for Tips Tricks section

2009-06-11 Thread Akemi Yagi
On Thu, Jun 11, 2009 at 9:06 AM, Scott Robbinsscot...@nyc.rr.com wrote: On Thu, Jun 11, 2009 at 08:26:54AM -0700, Akemi Yagi wrote: Dag's own words (from yesterday's conversation with him): dag if you install the rpmforge-release it installs my key, the one from fabian and the one from

Re: [CentOS-docs] Automated RPMForge Repository Installation Script for Tips Tricks section

2009-06-11 Thread Scott Robbins
On Thu, Jun 11, 2009 at 09:09:52AM -0700, Akemi Yagi wrote: On Thu, Jun 11, 2009 at 9:06 AM, Scott Robbinsscot...@nyc.rr.com wrote: On Thu, Jun 11, 2009 at 08:26:54AM -0700, Akemi Yagi wrote: Dag's own words (from yesterday's conversation with him): dag if you install the

Re: [CentOS-docs] Automated RPMForge Repository Installation Script for Tips Tricks section

2009-06-11 Thread Filipe Brandenburger
Hi, On Thu, Jun 11, 2009 at 12:09, Akemi Yagiamy...@gmail.com wrote: It is stated here as well: http://dag.wieers.com/rpm/FAQ.php#B2 Since the rpmforge-release package was brought up... Is there a reason why there isn't only one .noarch. package that works for all versions of RHEL? After all,

Re: [CentOS-docs] Automated RPMForge Repository Installation Script for Tips Tricks section

2009-06-11 Thread Fabian Arrotin
Akemi Yagi wrote: On Thu, Jun 11, 2009 at 8:14 AM, Vladislav Rastrusnyfractali...@yandex.ru wrote: 2009/6/11 Akemi Yagi amy...@gmail.com: On Thu, Jun 11, 2009 at 7:54 AM, Vladislav Rastrusnyfractali...@yandex.ru wrote: Sorry, but how is that supposed to be easier than this?

Re: [CentOS-docs] Automated RPMForge Repository Installation Script for Tips Tricks section

2009-06-11 Thread Vladislav Rastrusny
Can you install rpmforge-release without using --disable-gpg-check yum option? rpmforge-release package is also signed using Dag's key, isn't it? To verify rpmforge-release you need to import Dag's key first. Am I right? 2009/6/11 Akemi Yagi amy...@gmail.com: On Thu, Jun 11, 2009 at 8:14 AM,