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 verif

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 all

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

2009-06-12 Thread Dag Wieers
On Thu, 11 Jun 2009, Vladislav Rastrusny wrote: > 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? Why would you use yu

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 : > On Thu, Jun 11, 2009 at 8:14 AM, Vladislav > Rastrus

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 > Rastrusny wrote: > >> 2009/6/11 Akemi Yagi : >>> On Thu, Jun 11, 2009 at 7:54 AM, Vladislav >>> Rastrusny wrote: > Sorry, but how is that supposed to be easier than this? > http://dag.wieers.com/rpm/FAQ.php#B2 Yes, of co

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 Yagi 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, those information

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 Robbins wrote: > > On Thu, Jun 11, 2009 at 08:26:54AM -0700, Akemi Yagi wrote: > >> > >> > >> Dag's own words (from yesterday's conversation with him): > >> > >> " if you install the rpmforge-relea

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 Robbins wrote: > On Thu, Jun 11, 2009 at 08:26:54AM -0700, Akemi Yagi wrote: >> >> >> Dag's own words (from yesterday's conversation with him): >> >> " if you install the rpmforge-release it installs my key, the >> one from fabian and the one from dries " >>

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): > > " 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

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 Rastrusny wrote: > 2009/6/11 Akemi Yagi : >> On Thu, Jun 11, 2009 at 7:54 AM, Vladislav >> Rastrusny wrote: 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 priori

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 : > On Thu

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

2009-06-11 Thread Akemi Yagi
On Thu, Jun 11, 2009 at 7:54 AM, Vladislav Rastrusny wrote: >> 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. I understand the rpmfo

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 Ralph Angenendt
Filipe Brandenburger wrote: > Hi, > > On Thu, Jun 11, 2009 at 10:01, Vladislav Rastrusny > 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

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 : > On 11/06/2009, Vladislav Rastrusny wrote: > >>  With the help of the community I finished polishing the translation of >>  

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=flat&topic_id=20222&forum=38 > > It has now autode

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 Rastrusny 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 Cheers, Filipe ___

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

2009-06-11 Thread Alan Bartlett
On 11/06/2009, Vladislav Rastrusny wrote: > 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=flat&topic_id=20222&forum=38 > Please tell me, what should I improve in this arti

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

2009-06-11 Thread 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=flat&topic_id=20222&forum=38 It has now autodetection of architecture and CentOS version and handles errors. I have published an