Re: [HACKERS] Current sources? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Current sources?
Date
Msg-id 199805232332.TAA24878@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Current sources?  (The Hermit Hacker <scrappy@hub.org>)
Responses Re: [HACKERS] Current sources?
List pgsql-hackers
Here is what I have been using.  I use -z6 because that is the default
gzip compression level.  This is not an anon login, but I have been
using it for over a month now.  You will probably have to do an anon
login first, so it stores a file in your home directory for later use.

Also attached is my pgcommit script.

---------------------------------------------------------------------------

:
cd /pgcvs || exit 1
cvs -z 6 -d :pserver:momjian@hub.org:/usr/local/cvsroot -q update "$@" pgsql
chown -R postgres .
pgfixups
cd /u/src/pg/src
nice configure \
    --with-x --with-tcl \
    --enable-cassert \
    --with-template=bsdi-3.0 \
    --with-includes="/u/readline" \
    --with-libraries="/u/readline /usr/contrib/lib"


---------------------------------------------------------------------------

:
trap "rm -f /tmp/$$ /tmp/$$a" 0 1 2 3 15
cd /u/src/pgsql || exit 1
ema /tmp/$$
fmt /tmp/$$ >/tmp/$$a
cat /tmp/$$a
chown postgres /tmp/$$a
cvs -z 6 -d :pserver:momjian@hub.org:/usr/local/cvsroot commit -F /tmp/$$a pgsql
find /u/src/pgsql \( -name '*.rej' -print \) -o \( -name '*.orig' -exec rm {} \; \)


--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Current sources?
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Current sources?