Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1095D108E5 for ; Sun, 8 Mar 2015 21:40:39 +0000 (UTC) Received: (qmail 44376 invoked by uid 500); 8 Mar 2015 21:40:38 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 44354 invoked by uid 500); 8 Mar 2015 21:40:38 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 44342 invoked by uid 99); 8 Mar 2015 21:40:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Mar 2015 21:40:38 +0000 Date: Sun, 8 Mar 2015 21:40:38 +0000 (UTC) From: "Omar Mefire (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-8633) Regression: `cordova platform add` does not support tarballs anymore MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-8633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Omar Mefire updated CB-8633: ---------------------------- Description: This issue appeared after a recent refactoring around the `cordova pltfrom add ` code. Issuing the command `cordova platform add "https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=snapshot;h=3.7.1;sf=tgz"` used to work. now, it results in the following error : omefire@my-machine:~/Cordova/test-apps/hello$ cordova platform add android@"https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=snapshot;h=3.7.1;sf=tgz" git cloning: android@"https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=snapshot;h=3.7.1;sf=tgz" Unable to fetch platform browser@android@"https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=snapshot;h=3.7.1;sf=tgz": Error: Command failed: Cloning into '/home/omefire/.cordova/lib/tmp/tmp_cordova_git_23549_1425806531335'... fatal: unable to access 'android@"https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=snapshot;h=3.7.1;sf=tgz"': The requested URL returned error: 403 was: issuing the command `cordova platform add "https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=snapshot;h=3.7.1;sf=tgz"` used to work. now, it results in the following error : omefire@my-machine:~/Cordova/test-apps/hello$ cordova platform add android@"https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=snapshot;h=3.7.1;sf=tgz" git cloning: android@"https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=snapshot;h=3.7.1;sf=tgz" Unable to fetch platform browser@android@"https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=snapshot;h=3.7.1;sf=tgz": Error: Command failed: Cloning into '/home/omefire/.cordova/lib/tmp/tmp_cordova_git_23549_1425806531335'... fatal: unable to access 'android@"https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=snapshot;h=3.7.1;sf=tgz"': The requested URL returned error: 403 > Regression: `cordova platform add` does not support tarballs anymore > -------------------------------------------------------------------- > > Key: CB-8633 > URL: https://issues.apache.org/jira/browse/CB-8633 > Project: Apache Cordova > Issue Type: Bug > Reporter: Omar Mefire > > This issue appeared after a recent refactoring around the `cordova pltfrom add ` code. > Issuing the command `cordova platform add "https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=snapshot;h=3.7.1;sf=tgz"` used to work. now, it results in the following error : > omefire@my-machine:~/Cordova/test-apps/hello$ cordova platform add android@"https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=snapshot;h=3.7.1;sf=tgz" > git cloning: android@"https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=snapshot;h=3.7.1;sf=tgz" > Unable to fetch platform browser@android@"https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=snapshot;h=3.7.1;sf=tgz": Error: Command failed: Cloning into '/home/omefire/.cordova/lib/tmp/tmp_cordova_git_23549_1425806531335'... > fatal: unable to access 'android@"https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=snapshot;h=3.7.1;sf=tgz"': The requested URL returned error: 403 -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org