Re: Victory - built subversion from RH9 source rpm!
From: Kenneth Porter <shiva_at_sewingwitch.com>
Date: 2005-02-11 20:36:46 CET
--On Friday, February 11, 2005 5:59 AM -0600 Steve Cohen
> That would be changing the ownership of /usr/src/redhat? Actually, I
If only one person does packaging on the box, give that person ownership of
But my preferred method is to create a private build tree under a new user
Create and "become" the user:
useradd buildmeister
Then create a build tree:
cd ~
Use the Download directory to store all the SRPM's you download. (I have
Create ~buildmeister/.rpmmacros to tell rpmbuild about your new build tree:
echo "%_topdir /home/buildmeister" > ~/.rpmmacros
(You can add other macros here to override the definitions in
Now you can build packages in your new tree and totally ignore
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.