You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by David Barth <da...@canonical.com> on 2016/01/05 14:54:37 UTC

Re: [DISCUSS] Cordova-Ubuntu Release

Hey,

I need help updating the SVN repo.

I was able to push to dist-dev, but removing the previous 4.3.1 from dist
returns an error for me ("forbidden by the server")


On Tue, Dec 22, 2015 at 12:25 AM, Shazron <sh...@gmail.com> wrote:

> Ah I installed cordova from the debian package as in the Setup Guide
> Once I installed it from npm, it's fine.
>
> On Mon, Dec 21, 2015 at 3:13 PM, Shazron <sh...@gmail.com> wrote:
> > It was fine on OS X, so it might be something with my Ubuntu setup...
> >
> > On Mon, Dec 21, 2015 at 3:10 PM, Shazron <sh...@gmail.com> wrote:
> >> I tried and got an error:
> >>
> >> -------
> >> $ cordova platform add
> >> https://git-wip-us.apache.org/repos/asf/cordova-ubuntu.git#4.3.2
> >> git cloning:
> https://git-wip-us.apache.org/repos/asf/cordova-ubuntu.git#4.3.2
> >> Unable to fetch platform
> >> null@https://git-wip-us.apache.org/repos/asf/cordova-ubuntu.git#4.3.2:
> >> Error: Command failed: /bin/sh -c git clone
> >> "https://git-wip-us.apache.org/repos/asf/cordova-ubuntu.git#4.3.2"
> >> "/home/admin_/.cordova/lib/tmp/tmp_cordova_git_14508_1450738848943"
> >> Cloning into
> '/home/admin_/.cordova/lib/tmp/tmp_cordova_git_14508_1450738848943'...
> >> fatal:
> https://git-wip-us.apache.org/repos/asf/cordova-ubuntu.git#4.3.2/info/refs
> >> not valid: is this a git repository?
> >> -------
> >>
> >> Do you think I'm missing something?
> >> cordova --version gives 4.3.1
> >>
> >> I'm not running locally linked cordova-lib copies, just whatever was
> >> released by the CLI.
> >>
> >> On Fri, Dec 18, 2015 at 3:35 AM, David Barth <da...@canonical.com>
> wrote:
> >>> Hmm, indeed...
> >>>
> >>> This is the same node_modules problem that affects other releases I
> think.
> >>>
> >>> I have used your recommendation to re-install the dependencies and
> >>> re-uploaded an archive with the missing files :
> >>> https://dist.apache.org/repos/dist/dev/cordova/CB-10210/
> >>>
> >>> Then I verified on the list archive that it seems to be an accepted
> >>> practice to add the node_modules into git. I moved the tag for 4.3.2
> up to
> >>> the commit with the additional node_modules files.
> >>>
> >>> Check your local clone : git rev-parse 4.3.2" in cordova-ubuntu should
> >>> reply with "2e019a849a75ade3af9fb3db3ef7c6a6dca47475". If it is wrong,
> do
> >>> "git fetch --tags".
> >>>
> >>> I then verified that this command would succeed :
> >>> cordova -d platform add
> >>> https://git-wip-us.apache.org/repos/asf/cordova-ubuntu.git#4.3.2
> --verbose
> >>>
> >>> You may still see some "missing icon in config.xml" warnings unless
> you use
> >>> the -dev branch of cordova-lib which includes my fixes.
> >>>
> >>>
> >>> On Thu, Dec 17, 2015 at 9:10 PM, Shazron <sh...@gmail.com> wrote:
> >>>
> >>>> Note that:
> >>>> cordova platform add https://github.com/apache/cordova-ubuntu#4.3.2
> >>>>
> >>>> will not work yet, the tag hasn't been mirrored to Github. Do a:
> >>>> cordova platform add
> >>>> https://git-wip-us.apache.org/repos/asf/cordova-ubuntu.git#4.3.2
> >>>>
> >>>> instead.
> >>>>
> >>>> ---
> >>>> On both OS X 10.11 and Ubuntu 15.10:
> >>>>
> >>>> I get an exception:
> >>>> https://gist.github.com/shazron/b8449933e532d4185084
> >>>>
> >>>> This does not happen on ubuntu@4.3.1 (default)
> >>>>
> >>>>
> >>>> On Thu, Dec 17, 2015 at 3:18 AM, David Barth <
> david.barth@canonical.com>
> >>>> wrote:
> >>>> > Hi,
> >>>> >
> >>>> > I would like to do a quick interim release for cordova-ubuntu, in
> order
> >>>> to
> >>>> > fix the default framework used.
> >>>> >
> >>>> > This bug is referenced here:
> >>>> https://issues.apache.org/jira/browse/CB-10119
> >>>> > <https://issues.apache.org/jira/browse/CB-10119>
> >>>> >
> >>>> > I have created the release task here and am proceeding with the
> release
> >>>> > workflow atm:
> >>>> > https://issues.apache.org/jira/browse/CB-10210
> >>>> >
> >>>> > Let me know if you have patches you would like to add / include.
> >>>> >
> >>>> > David
> >>>>
> >>>> ---------------------------------------------------------------------
> >>>> To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
> >>>> For additional commands, e-mail: dev-help@cordova.apache.org
> >>>>
> >>>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
> For additional commands, e-mail: dev-help@cordova.apache.org
>
>

Re: [DISCUSS] Cordova-Ubuntu Release

Posted by Shazron <sh...@gmail.com>.
Can you try this again?

On Tue, Jan 5, 2016 at 5:54 AM, David Barth <da...@canonical.com> wrote:
> Hey,
>
> I need help updating the SVN repo.
>
> I was able to push to dist-dev, but removing the previous 4.3.1 from dist
> returns an error for me ("forbidden by the server")
>
>
> On Tue, Dec 22, 2015 at 12:25 AM, Shazron <sh...@gmail.com> wrote:
>
>> Ah I installed cordova from the debian package as in the Setup Guide
>> Once I installed it from npm, it's fine.
>>
>> On Mon, Dec 21, 2015 at 3:13 PM, Shazron <sh...@gmail.com> wrote:
>> > It was fine on OS X, so it might be something with my Ubuntu setup...
>> >
>> > On Mon, Dec 21, 2015 at 3:10 PM, Shazron <sh...@gmail.com> wrote:
>> >> I tried and got an error:
>> >>
>> >> -------
>> >> $ cordova platform add
>> >> https://git-wip-us.apache.org/repos/asf/cordova-ubuntu.git#4.3.2
>> >> git cloning:
>> https://git-wip-us.apache.org/repos/asf/cordova-ubuntu.git#4.3.2
>> >> Unable to fetch platform
>> >> null@https://git-wip-us.apache.org/repos/asf/cordova-ubuntu.git#4.3.2:
>> >> Error: Command failed: /bin/sh -c git clone
>> >> "https://git-wip-us.apache.org/repos/asf/cordova-ubuntu.git#4.3.2"
>> >> "/home/admin_/.cordova/lib/tmp/tmp_cordova_git_14508_1450738848943"
>> >> Cloning into
>> '/home/admin_/.cordova/lib/tmp/tmp_cordova_git_14508_1450738848943'...
>> >> fatal:
>> https://git-wip-us.apache.org/repos/asf/cordova-ubuntu.git#4.3.2/info/refs
>> >> not valid: is this a git repository?
>> >> -------
>> >>
>> >> Do you think I'm missing something?
>> >> cordova --version gives 4.3.1
>> >>
>> >> I'm not running locally linked cordova-lib copies, just whatever was
>> >> released by the CLI.
>> >>
>> >> On Fri, Dec 18, 2015 at 3:35 AM, David Barth <da...@canonical.com>
>> wrote:
>> >>> Hmm, indeed...
>> >>>
>> >>> This is the same node_modules problem that affects other releases I
>> think.
>> >>>
>> >>> I have used your recommendation to re-install the dependencies and
>> >>> re-uploaded an archive with the missing files :
>> >>> https://dist.apache.org/repos/dist/dev/cordova/CB-10210/
>> >>>
>> >>> Then I verified on the list archive that it seems to be an accepted
>> >>> practice to add the node_modules into git. I moved the tag for 4.3.2
>> up to
>> >>> the commit with the additional node_modules files.
>> >>>
>> >>> Check your local clone : git rev-parse 4.3.2" in cordova-ubuntu should
>> >>> reply with "2e019a849a75ade3af9fb3db3ef7c6a6dca47475". If it is wrong,
>> do
>> >>> "git fetch --tags".
>> >>>
>> >>> I then verified that this command would succeed :
>> >>> cordova -d platform add
>> >>> https://git-wip-us.apache.org/repos/asf/cordova-ubuntu.git#4.3.2
>> --verbose
>> >>>
>> >>> You may still see some "missing icon in config.xml" warnings unless
>> you use
>> >>> the -dev branch of cordova-lib which includes my fixes.
>> >>>
>> >>>
>> >>> On Thu, Dec 17, 2015 at 9:10 PM, Shazron <sh...@gmail.com> wrote:
>> >>>
>> >>>> Note that:
>> >>>> cordova platform add https://github.com/apache/cordova-ubuntu#4.3.2
>> >>>>
>> >>>> will not work yet, the tag hasn't been mirrored to Github. Do a:
>> >>>> cordova platform add
>> >>>> https://git-wip-us.apache.org/repos/asf/cordova-ubuntu.git#4.3.2
>> >>>>
>> >>>> instead.
>> >>>>
>> >>>> ---
>> >>>> On both OS X 10.11 and Ubuntu 15.10:
>> >>>>
>> >>>> I get an exception:
>> >>>> https://gist.github.com/shazron/b8449933e532d4185084
>> >>>>
>> >>>> This does not happen on ubuntu@4.3.1 (default)
>> >>>>
>> >>>>
>> >>>> On Thu, Dec 17, 2015 at 3:18 AM, David Barth <
>> david.barth@canonical.com>
>> >>>> wrote:
>> >>>> > Hi,
>> >>>> >
>> >>>> > I would like to do a quick interim release for cordova-ubuntu, in
>> order
>> >>>> to
>> >>>> > fix the default framework used.
>> >>>> >
>> >>>> > This bug is referenced here:
>> >>>> https://issues.apache.org/jira/browse/CB-10119
>> >>>> > <https://issues.apache.org/jira/browse/CB-10119>
>> >>>> >
>> >>>> > I have created the release task here and am proceeding with the
>> release
>> >>>> > workflow atm:
>> >>>> > https://issues.apache.org/jira/browse/CB-10210
>> >>>> >
>> >>>> > Let me know if you have patches you would like to add / include.
>> >>>> >
>> >>>> > David
>> >>>>
>> >>>> ---------------------------------------------------------------------
>> >>>> To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
>> >>>> For additional commands, e-mail: dev-help@cordova.apache.org
>> >>>>
>> >>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
>> For additional commands, e-mail: dev-help@cordova.apache.org
>>
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org