[aur-general] [NOTICE] For Trusted Users. Update your CVS settings.
The new CVS setup uses ssh, so you will need a shell account. Please email me your ssh public key to set that up. For dealing with CVS please follow these instructions: Set CVS_RSH in your shell export CVS_RSH=ssh Update your CVSROOT settings to :ext:USER@aur.archlinux.org:/srv/cvs/community Where USER is your ssh login name. The quick way of changing your CVSROOT cd to directory with community checkout: find -name Root -exec sed -i 's/^:pserver.*/:ext:USER@archlinux.org:/srv/cvs/community/' {} \; It's preferred to edit your current checkout rather than making a new one, to reduce server load. Cheers!
On Sun, Jun 28, 2009 at 3:08 AM, Loui Chang<louipc.ist@gmail.com> wrote:
The new CVS setup uses ssh, so you will need a shell account. Please email me your ssh public key to set that up.
For dealing with CVS please follow these instructions:
Set CVS_RSH in your shell export CVS_RSH=ssh
Update your CVSROOT settings to :ext:USER@aur.archlinux.org:/srv/cvs/community
Where USER is your ssh login name.
The quick way of changing your CVSROOT cd to directory with community checkout: find -name Root -exec sed -i 's/^:pserver.*/:ext:USER@archlinux.org:/srv/cvs/community/' {} \;
Make that :ext:USER@aur.archlinux.org :)
On Sun 28 Jun 2009 04:08 -0400, Loui Chang wrote:
The quick way of changing your CVSROOT cd to directory with community checkout: find -name Root -exec sed -i 's/^:pserver.*/:ext:USER@archlinux.org:/srv/cvs/community/' {} \;
Oops that line should be: find -name Root -exec sed -i 's/^:pserver.*/:ext:USER@archlinux.org:\/srv\/cvs\/community/' {} \; Cheers!
On Sun, Jun 28, 2009 at 3:36 AM, Loui Chang<louipc.ist@gmail.com> wrote:
On Sun 28 Jun 2009 04:08 -0400, Loui Chang wrote:
The quick way of changing your CVSROOT cd to directory with community checkout: find -name Root -exec sed -i 's/^:pserver.*/:ext:USER@archlinux.org:/srv/cvs/community/' {} \;
Oops that line should be: find -name Root -exec sed -i 's/^:pserver.*/:ext:USER@archlinux.org:\/srv\/cvs\/community/' {} \;
Still got the wrong host :) find -name Root -exec sed -i 's/^:pserver.*/:ext:USER@aur.archlinux.org:\/srv\/cvs\/community/' {} \;
On Sun 28 Jun 2009 09:54 -0500, Aaron Griffin wrote:
On Sun, Jun 28, 2009 at 3:36 AM, Loui Chang<louipc.ist@gmail.com> wrote:
On Sun 28 Jun 2009 04:08 -0400, Loui Chang wrote:
The quick way of changing your CVSROOT cd to directory with community checkout: find -name Root -exec sed -i 's/^:pserver.*/:ext:USER@archlinux.org:/srv/cvs/community/' {} \;
Oops that line should be: find -name Root -exec sed -i 's/^:pserver.*/:ext:USER@archlinux.org:\/srv\/cvs\/community/' {} \;
Still got the wrong host :) find -name Root -exec sed -i 's/^:pserver.*/:ext:USER@aur.archlinux.org:\/srv\/cvs\/community/' {} \;
Damnit! Yeah.
participants (2)
-
Aaron Griffin
-
Loui Chang