Return-Path: Delivered-To: apmail-incubator-open-jpa-dev-archive@locus.apache.org Received: (qmail 24817 invoked from network); 26 May 2007 11:57:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 May 2007 11:57:11 -0000 Received: (qmail 79770 invoked by uid 500); 26 May 2007 11:57:16 -0000 Delivered-To: apmail-incubator-open-jpa-dev-archive@incubator.apache.org Received: (qmail 79741 invoked by uid 500); 26 May 2007 11:57:15 -0000 Mailing-List: contact open-jpa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: open-jpa-dev@incubator.apache.org Delivered-To: mailing list open-jpa-dev@incubator.apache.org Received: (qmail 79732 invoked by uid 99); 26 May 2007 11:57:15 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 May 2007 04:57:15 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [192.18.42.249] (HELO nwk-ea-fw-1.sun.com) (192.18.42.249) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 May 2007 04:57:08 -0700 Received: from d1-sfbay-09.sun.com ([192.18.39.119]) by nwk-ea-fw-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id l4QBulEl011084 for ; Sat, 26 May 2007 04:56:47 -0700 (PDT) Received: from conversion-daemon.d1-sfbay-09.sun.com by d1-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) id <0JIN00K01CSSTN00@d1-sfbay-09.sun.com> (original mail from Craig.Russell@Sun.COM) for open-jpa-dev@incubator.apache.org; Sat, 26 May 2007 04:56:47 -0700 (PDT) Received: from [10.2.4.188] (host-87-74-63-191.bulldogdsl.com [87.74.63.191]) by d1-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPSA id <0JIN009PID6L7690@d1-sfbay-09.sun.com> for open-jpa-dev@incubator.apache.org; Sat, 26 May 2007 04:56:47 -0700 (PDT) Date: Sat, 26 May 2007 04:56:45 -0700 From: Craig L Russell Subject: Re: [jira] Commented: (INFRA-1245) Create new TLP OpenJPA In-reply-to: <3BD77C7B-8EB2-4AB0-99ED-F1ED6B1F5917@apache.org> Sender: Craig.Russell@Sun.COM To: open-jpa-dev@incubator.apache.org Message-id: <1397B793-B531-483C-8212-5012A82B14E7@SUN.com> MIME-version: 1.0 X-Mailer: Apple Mail (2.752.3) Content-type: multipart/signed; protocol="application/pkcs7-signature"; boundary=Apple-Mail-177-9942651; micalg=sha1 References: <25041717.1180041497281.JavaMail.jira@brutus> <94CF2DD3-6934-4F40-B9BE-5B03DD70F3F7@Sun.COM> <69DF7084-CDD3-4748-8187-0EB4977D8C6C@Sun.COM> <3BD77C7B-8EB2-4AB0-99ED-F1ED6B1F5917@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-177-9942651 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed So far so good. Thanks for handling this. One issue I see with the automatic update is that we're subject to spam being automatically propagated to our main web site. If we leave the mprudhom cron job off we are more in control, although it would mean we would have to remember to rsync the site whenever one of us made a change to the wiki that we wanted to propagate to the main web site. But it would give us a chance to fix the errant wiki pages before they were published to the world from our official site. Craig On May 25, 2007, at 11:45 PM, Marc Prud'hommeaux wrote: > > OK, I've set this up. The system is basically the same as the > convoluted setup for exporting to the old incubator.apache.org site: > > 1. My personal crontab runs /www/openjpa.apache.org/RSYNCSITE.sh > (it would be nice to have an "openjpa" user so this isn't tied to > my personal user account). > > 2. RSYNCSITE.sh runs: rsync -a /home/jefft/public_html/confluence/ > openjpa/* /www/openjpa.apache.org/ (note that /home/jefft/ > public_html/confluence/ appears to contain an automatic sync of all > the confluence exported sites, so I didn't see any need to set up > an additional one). > > 3. Once the stuff is at /www/openjpa.apache.org/, some other > process (unknown to me) seems to periodically sync that directory > content to a place where it actually shows up at http:// > openjpa.apache.org/ . > > > I've also set up redirects from all the old html pages from http:// > incubator.apache.org/openjpa/ to go to http://openjpa.apache.org , > so links should be redirected appropriately. E.g., if you do to: > > http://incubator.apache.org/openjpa/downloads.html > > you should be redirected to: > > http://openjpa.apache.org/downloads.html > > > Please let me know if anyone runs into any problems with this. > > > > On May 25, 2007, at 11:19 AM, Craig L Russell wrote: > >> Thank you thank you thank you. >> >> Can you make sure you can edit the people.apache.org /www/ >> openjpa.apache.org directory (need to be in the openjpa unix >> group) to facilitate your work later? >> >> All the committers should be in the unix openjpa group already but >> this is part of the migration so it might not be set up yet. >> >> Craig >> >> On May 25, 2007, at 11:12 AM, Marc Prud'hommeaux wrote: >> >>> >>> I'll try to look into this sometime this evening (PST). >>> >>> >>> >>> On May 25, 2007, at 11:07 AM, Joshua Slive wrote: >>> >>>> On 5/25/07, Craig L Russell wrote: >>>>> Hi Joshua, >>>>> >>>>> I would appreciate some help here. I have no time to troll through >>>>> all other Apache web sites looking for models. >>>>> >>>>> Is there a quick 1-pager on how to symlink the OpenJPA >>>>> confluence web >>>>> site to be our www web site? Or another project that does so >>>>> with a >>>>> public www/projectnamehere that I can model? >>>> >>>> Sorry, but your confluence guys need to come up with the procedures >>>> yourself. I don't use confluence. I can only tell you what is >>>> required >>>> to have a reliable, maintainable apache infrastructure. >>>> >>>> But you can probably use the instructions from >>>> http://cwiki.apache.org/CWIKI/ >>>> just replacing the ~jefft location with the location under >>>> /www/confluence-exports. >>>> >>>> Joshua. >>> >> >> Craig Russell >> Architect, Sun Java Enterprise System http://java.sun.com/products/ >> jdo >> 408 276-5638 mailto:Craig.Russell@sun.com >> P.S. A good JDO? O, Gasp! >> > Craig Russell Architect, Sun Java Enterprise System http://java.sun.com/products/jdo 408 276-5638 mailto:Craig.Russell@sun.com P.S. A good JDO? O, Gasp! --Apple-Mail-177-9942651 Content-Transfer-Encoding: base64 Content-Type: application/pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIGUDCCAwkw ggJyoAMCAQICECpJVMO68ii+Xfsc1O1YYFIwDQYJKoZIhvcNAQEFBQAwYjELMAkGA1UEBhMCWkEx JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQ ZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA2MTIwOTE5NTEwNVoXDTA3MTIwOTE5NTEw NVowbDEQMA4GA1UEBBMHUnVzc2VsbDEUMBIGA1UEKhMLQ3JhaWcgTGFpcmQxHDAaBgNVBAMTE0Ny YWlnIExhaXJkIFJ1c3NlbGwxJDAiBgkqhkiG9w0BCQEWFUNyYWlnLlJ1c3NlbGxAU3VuLkNPTTCC ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMNAB4Ih+ShsCt89HzqIdwEx8L4o1UHiY6V7 16mrCedfd4Y0/uI7z9Zam8ysgEh+F7aDnQEKmEsVFN35G4nPMfLU6dZYkvADwUjbq82t/dJ3FDDg Q945nHHpqECZff/S/UMho9AFfj6PZvZBAlDCJAayb4RdKIlfuvPW9YcQStQ1IfVJcVuKnC0Q+tdc a4A7zn7IzLOQohO1lTc3hXSBigEIGiGYn6Ny0wmexfA3X1WsXekFx5czd+M4GjDjswn8CNoBmnBr jOTGK1mOsXR6GSRHnly2s9xTdE4qv9qimM+7C2yzMHbKcszV7OQoLsRsZKDh+6u9wYU+TrjcY4ym bA8CAwEAAaMyMDAwIAYDVR0RBBkwF4EVQ3JhaWcuUnVzc2VsbEBTdW4uQ09NMAwGA1UdEwEB/wQC MAAwDQYJKoZIhvcNAQEFBQADgYEAU/EpPDztnb55Fz7iGSVm1mYEVj5m2OQKTYG26POUAomCBRrt /CdBBvqYmcHUTpra0qLELHAQadYFl2v11iQkqwF5PPJs19oU/zA0m5qFnOMTAiCvel7IprIwA2r6 eJR9siaPwDRgVJ/Sj71dD+utwf+nRrNy0/7PMNK5y+ocsYQwggM/MIICqKADAgECAgENMA0GCSqG SIb3DQEBBQUAMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQH EwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZp Y2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJlZW1h aWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wHhcNMDMw NzE3MDAwMDAwWhcNMTMwNzE2MjM1OTU5WjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3Rl IENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWls IElzc3VpbmcgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMSmPFVzVftOucqZWh5owHUE cJ3f6f+jHuy9zfVb8hp2vX8MOmHyv1HOAdTlUAow1wJjWiyJFXCO3cnwK4Vaqj9xVsuvPAsH5/Ef kTYkKhPPK9Xzgnc9A74r/rsYPge/QIACZNenprufZdHFKlSFD0gEf6e20TxhBEAeZBlyYLf7AgMB AAGjgZQwgZEwEgYDVR0TAQH/BAgwBgEB/wIBADBDBgNVHR8EPDA6MDigNqA0hjJodHRwOi8vY3Js LnRoYXd0ZS5jb20vVGhhd3RlUGVyc29uYWxGcmVlbWFpbENBLmNybDALBgNVHQ8EBAMCAQYwKQYD VR0RBCIwIKQeMBwxGjAYBgNVBAMTEVByaXZhdGVMYWJlbDItMTM4MA0GCSqGSIb3DQEBBQUAA4GB AEiM0VCD6gsuzA2jZqxnD3+vrL7CF6FDlpSdf0whuPg2H6otnzYvwPQcUCCTcDz9reFhYsPZOhl+ hLGZGwDFGguCdJ4lUJRix9sncVcljd2pnDmOjCBPZV+V2vf3h9bGCE6u9uo05RAaWzVNd+NWIXiC 3CEZNd4ksdMdRv9dX2VPMYIDEDCCAwwCAQEwdjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0ECECpJVMO68ii+Xfsc1O1YYFIwCQYFKw4DAhoFAKCCAW8wGAYJKoZIhvcN AQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDcwNTI2MTE1NjQ1WjAjBgkqhkiG9w0B CQQxFgQU+zx/HrdXcftSyqvaIrBEZgRK3P0wgYUGCSsGAQQBgjcQBDF4MHYwYjELMAkGA1UEBhMC WkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0 ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhAqSVTDuvIovl37HNTtWGBSMIGHBgsqhkiG 9w0BCRACCzF4oHYwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQ dHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhAq SVTDuvIovl37HNTtWGBSMA0GCSqGSIb3DQEBAQUABIIBAJo3HFuUKhECFthqxpIOYj/gEaWSuxIH wkn05Zdsy2FPAeQxW/U1EZLiSyLrC8cErAcaDxwNpN/sJYS9I7Q54bmKcMPjBjA6pGRwPijh0o4U 3OmAh03qEEcK4u7ccwDLInUmABVLJc6OJxYQPcl12J76jpIJdneJuQNa6Q7EdIuRjbEsvSym1O5h q13s8ETJVe1YVgWjTg2bAJga7PoCWFNpKjJfARscHjlR7GG9LoG/Cuucrf/eaO82GVOCzEtXSXDU aj2trp/OzN2OKEWzDAsz3i4OIqI5LP+Auj3ZEGP1dA+gij2KXheArbIM25itaeRdZkIIQEUBaMth w3YPIH4AAAAAAAA= --Apple-Mail-177-9942651--