This is a discussion on Re: contrib like modules in Red Hat problem, Re: A "bug" report for orafce within the pgsql Hackers forums, part of the PostgreSQL category; --> Devrim GÜNDÜZ escribió: > On Mon, 2008-01-21 at 12:31 -0500, Tom Lane wrote: > > It's really not hard, ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Devrim GÜNDÜZ escribió: > On Mon, 2008-01-21 at 12:31 -0500, Tom Lane wrote: > > It's really not hard, it just takes a couple of minutes of one-time > > setup. > <snip> > > I *know* how to build the RPMs as non root :-) -- we are talking about > ~60 servers to be setup like this . That's why it will take a bit time. You don't need to set up all the machines this way, only the one where you actually write and test the SPEC file. Anyway, a single file listing the 60 servers and a for loop in shell should be plenty to setup the environment Tom shows ... -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc. ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |
| |||
| Alvaro Herrera <alvherre@CommandPrompt.com> writes: > You don't need to set up all the machines this way, only the one where > you actually write and test the SPEC file. Well, actually, I'm fairly unhappy that Devrim's skipping the "make check" step while building those RPMs (which he must do because it won't work as root). So there seems to me to be plenty of argument for fixing the build farm too. But yeah, the immediate point is development of a new package's specfile, which you'd hardly do on a server farm. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate |
| ||||
| Am Montag, 21. Januar 2008 schrieb Tom Lane: > %_topdir /home/tgl/rpmwork > > then create the directory ~/rpmwork and under it the five directories > BUILD/ * *RPMS/ * * SOURCES/ *SPECS/ * *SRPMS/ Some distributions set up their standard build areas under /usr/src to be world writeable (sticky bit and all). You might find that that also works for you. It might be easier to set up for the build farm. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |