Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 50453 invoked from network); 18 Aug 2006 20:05:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Aug 2006 20:05:12 -0000 Received: (qmail 71003 invoked by uid 500); 18 Aug 2006 20:05:11 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 70963 invoked by uid 500); 18 Aug 2006 20:05:11 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 70953 invoked by uid 99); 18 Aug 2006 20:05:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Aug 2006 13:05:11 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.18.1.36] (HELO gmpea-pix-1.sun.com) (192.18.1.36) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Aug 2006 13:05:10 -0700 Received: from d1-emea-09.sun.com ([192.18.2.119]) by gmpea-pix-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id k7IK4nWx007741 for ; Fri, 18 Aug 2006 21:04:49 +0100 (BST) Received: from conversion-daemon.d1-emea-09.sun.com by d1-emea-09.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) id <0J4700C01MDDY500@d1-emea-09.sun.com> (original mail from Knut.Hatlen@Sun.COM) for derby-dev@db.apache.org; Fri, 18 Aug 2006 21:04:49 +0100 (BST) Received: from localhost ([193.71.105.147]) by d1-emea-09.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPSA id <0J4700KUVMG05C38@d1-emea-09.sun.com> for derby-dev@db.apache.org; Fri, 18 Aug 2006 21:04:49 +0100 (BST) Date: Fri, 18 Aug 2006 22:04:42 +0200 From: Knut Anders Hatlen Subject: Re: Some committers not listed on DB "Who we are" page. In-reply-to: <44E5E141.2090202@amberpoint.com> Sender: Knut.Hatlen@Sun.COM To: derby-dev@db.apache.org Message-id: <86mza1g691.fsf@ugle.hatlen.net> Organization: Sun Microsystems MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT References: <44E52B09.1090907@apache.org> <44E541A3.7040603@sbcglobal.net> <44E54BAC.7000406@amberpoint.com> <44E5CC74.30400@bristowhill.com> <44E5E141.2090202@amberpoint.com> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (berkeley-unix) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Bryan Pendleton writes: > Hi Jean, thanks for the pointers. This looks pretty straightforward. > > I'll try to get myself added to the site. > > I'm having a bit of trouble following your notes where you say: > > (2) I set up the ssh key and started the agent per > http://www.cs.utk.edu/~england/ssh.html . > > In the context of those instructions, is it correct that: > > - my "local machine" is the machine where I normally do my > svn checkout and svn commit commands, and > - "the CS machine" is people.apache.org? > - my "CS homearea" is my home directory on people.apache.org? That sounds correct. With that configuration I managed to run maven -Dmaven.username=kahatlen site:deploy successfully. At least, it said BUILD SUCCESSFUL in the end, but there were a lot of "operation not permitted" messages: % maven -Dmaven.username=kahatlen site:deploy (...) [exec] chmod: ./derby/javadoc/publishedapi/jdbc4/overview-tree.html: Operation not permitted [exec] chmod: ./derby/javadoc/publishedapi/jdbc4/package-list: Operation not permitted [exec] chmod: ./derby/javadoc/publishedapi/jdbc4/resources/inherit.gif: Operation not permitted [exec] chmod: ./derby/javadoc/publishedapi/jdbc4/serialized-form.html: Operation not permitted [exec] chmod: ./derby/javadoc/publishedapi/jdbc4/stylesheet.css: Operation not permitted [exec] chmod: ./.htaccess: Operation not permitted [delete] Deleting: /usr/home/kah/derby/db-site/target/db-site-1.0-site.tar.gz BUILD SUCCESSFUL Total time: 53 seconds Finished at: Fri Aug 18 21:50:28 CEST 2006 We'll just have to wait a couple of hours and see if the DB site is still there. If it suddenly disappears or is broken, you know I'm to blame... -- Knut Anders