Return-Path: Delivered-To: apmail-maven-wagon-dev-archive@www.apache.org Received: (qmail 61655 invoked from network); 4 Jan 2006 07:43:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Jan 2006 07:43:26 -0000 Received: (qmail 87752 invoked by uid 500); 4 Jan 2006 07:43:26 -0000 Delivered-To: apmail-maven-wagon-dev-archive@maven.apache.org Received: (qmail 87736 invoked by uid 500); 4 Jan 2006 07:43:26 -0000 Mailing-List: contact wagon-dev-help@maven.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: wagon-dev@maven.apache.org List-Id: "Maven Wagon Developers List" Delivered-To: mailing list wagon-dev@maven.apache.org Received: (qmail 87725 invoked by uid 99); 4 Jan 2006 07:43:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jan 2006 23:43:26 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [63.246.20.114] (HELO 63-246-20-114.contegix.com) (63.246.20.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jan 2006 23:43:23 -0800 Received: (qmail 24574 invoked by uid 89); 4 Jan 2006 07:43:12 -0000 Received: from unknown (HELO codehaus01.managed.contegix.com) (127.0.0.1) by smtp.domain.com with SMTP; 4 Jan 2006 07:43:12 -0000 Message-ID: <87362388.1136360592954.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Wed, 4 Jan 2006 01:43:12 -0600 (CST) From: "Brett Porter (JIRA)" To: wagon-dev@maven.apache.org Subject: [jira] Updated: (WAGONSSH-25) scpexe seems to deploy checksums with mode 700 instead of 644 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://jira.codehaus.org/browse/WAGONSSH-25?page=all ] Brett Porter updated WAGONSSH-25: --------------------------------- Assign To: Brett Porter (was: John Casey) Remaining Estimate: 15 minutes Original Estimate: 15 minutes only occurs when using the default settings > scpexe seems to deploy checksums with mode 700 instead of 644 > ------------------------------------------------------------- > > Key: WAGONSSH-25 > URL: http://jira.codehaus.org/browse/WAGONSSH-25 > Project: wagon-ssh > Type: Bug > Reporter: Brett Porter > Assignee: Brett Porter > Priority: Blocker > Fix For: 1.0-alpha-6 > > Original Estimate: 15 minutes > Remaining: 15 minutes > > this could be a configuration issue, or could be a wagon problem - unsure, so starting at the place it is most obvious. > It occurred under the previous deploy plugin too - so not a new issue. > Here is the result: > -bash-2.05b$ ls -alR > .: > total 24 > drwxr-xr-x 3 maven maven 4096 Dec 5 00:31 . > drwxr-xr-x 37 maven maven 4096 Dec 5 00:28 .. > drwxr-xr-x 2 maven maven 4096 Dec 5 00:31 2.1-SNAPSHOT > -rwxr-xr-x 1 maven maven 331 Dec 5 00:31 maven-metadata.xml > -rwx------ 1 maven maven 32 Dec 5 00:31 maven-metadata.xml.md5 > -rwx------ 1 maven maven 40 Dec 5 00:31 maven-metadata.xml.sha1 > ./2.1-SNAPSHOT: > total 52 > drwxr-xr-x 2 maven maven 4096 Dec 5 00:31 . > drwxr-xr-x 3 maven maven 4096 Dec 5 00:31 .. > -rwxr-xr-x 1 maven maven 339 Dec 5 00:30 maven-metadata.xml > -rwx------ 1 maven maven 32 Dec 5 00:30 maven-metadata.xml.md5 > -rwx------ 1 maven maven 40 Dec 5 00:31 maven-metadata.xml.sha1 > -rwxr-xr-x 1 maven maven 9083 Dec 5 00:28 maven-surefire-plugin-2.1-20051205.052752-1.jar > -rwx------ 1 maven maven 32 Dec 5 00:28 maven-surefire-plugin-2.1-20051205.052752-1.jar.md5 > -rwx------ 1 maven maven 40 Dec 5 00:29 maven-surefire-plugin-2.1-20051205.052752-1.jar.sha1 > -rwxr-xr-x 1 maven maven 1480 Dec 5 00:29 maven-surefire-plugin-2.1-20051205.052752-1.pom > -rwx------ 1 maven maven 32 Dec 5 00:29 maven-surefire-plugin-2.1-20051205.052752-1.pom.md5 > -rwx------ 1 maven maven 40 Dec 5 00:29 maven-surefire-plugin-2.1-20051205.052752-1.pom.sha1 > The only reason this is a 2.0.1 blocker is because the deployment of m2 itself switched from scp:// to scpexe:// -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: wagon-dev-unsubscribe@maven.apache.org For additional commands, e-mail: wagon-dev-help@maven.apache.org