You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@taverna.apache.org by Stian Soiland-Reyes <st...@apache.org> on 2017/11/07 10:40:11 UTC

Re: TavMob release process

If gradle-release is tricky we can just do it manually and document in
the releasing page what we had to do -- perhaps a shell script.



On 25 October 2017 at 18:29, Ian Dunlop <ia...@gmail.com> wrote:
> Hello,
>
> @stain haven't used gradle-release but thought it looked like a good idea
> @mark We had planned to just use the standard android packaging tools. If
> there is a better way or a reason that we shouldn't then we are up for
> anything.
>
> Cheers,
>
> Ian
>
> On 23 October 2017 at 14:46, Mark Fortner <ph...@gmail.com> wrote:
>
>> Just out of curiosity, I was wondering if you were using Java's packager
>> for this? It has the ability to do native packaging, including desktop and
>> mobile (both iOS android).
>>
>> Regards,
>>
>> Mark
>>
>> On 20 Oct 2017 8:55 a.m., "Stian Soiland-Reyes" <st...@soiland-reyes.com>
>> wrote:
>>
>> > Gradle-release sounds brilliant! Avoid pitfalls like snapshot
>> dependencies
>> > etc, as well as helping multiple people be release manager.
>> >
>> > Is it difficult to get it to work with android sdk..?
>> >
>> >
>> >
>> > On 19 Oct 2017 1:39 pm, "Ian Dunlop" <ia...@gmail.com> wrote:
>> >
>> > > Hello,
>> > >
>> > > When we release Taverna Mobile I imagine we will need to modify
>> > > https://taverna.incubator.apache.org/community/releasing. Do we want
>> to
>> > > use
>> > > a maven  like release process for gradle
>> > > https://github.com/researchgate/gradle-release ? Or do we just want to
>> > > build, tag source code, upload .apk to staging repo?
>> > >
>> > > Cheers,
>> > >
>> > > Ian
>> > >
>> >
>>



-- 
Stian Soiland-Reyes
http://orcid.org/0000-0001-9842-9718

Re: TavMob release process

Posted by Sagar <ku...@gmail.com>.
Hi,

We can create a Gradle task to build a release apk.  Like this
https://stackoverflow.com/questions/18328730/how-to-create-a-release-signed-apk-file-using-gradle
.

Thanks
Sagar


‌

On Tue, Nov 7, 2017 at 4:10 PM, Stian Soiland-Reyes <st...@apache.org>
wrote:

> If gradle-release is tricky we can just do it manually and document in
> the releasing page what we had to do -- perhaps a shell script.
>
>
>
> On 25 October 2017 at 18:29, Ian Dunlop <ia...@gmail.com> wrote:
> > Hello,
> >
> > @stain haven't used gradle-release but thought it looked like a good idea
> > @mark We had planned to just use the standard android packaging tools. If
> > there is a better way or a reason that we shouldn't then we are up for
> > anything.
> >
> > Cheers,
> >
> > Ian
> >
> > On 23 October 2017 at 14:46, Mark Fortner <ph...@gmail.com> wrote:
> >
> >> Just out of curiosity, I was wondering if you were using Java's packager
> >> for this? It has the ability to do native packaging, including desktop
> and
> >> mobile (both iOS android).
> >>
> >> Regards,
> >>
> >> Mark
> >>
> >> On 20 Oct 2017 8:55 a.m., "Stian Soiland-Reyes" <
> stian@soiland-reyes.com>
> >> wrote:
> >>
> >> > Gradle-release sounds brilliant! Avoid pitfalls like snapshot
> >> dependencies
> >> > etc, as well as helping multiple people be release manager.
> >> >
> >> > Is it difficult to get it to work with android sdk..?
> >> >
> >> >
> >> >
> >> > On 19 Oct 2017 1:39 pm, "Ian Dunlop" <ia...@gmail.com> wrote:
> >> >
> >> > > Hello,
> >> > >
> >> > > When we release Taverna Mobile I imagine we will need to modify
> >> > > https://taverna.incubator.apache.org/community/releasing. Do we
> want
> >> to
> >> > > use
> >> > > a maven  like release process for gradle
> >> > > https://github.com/researchgate/gradle-release ? Or do we just
> want to
> >> > > build, tag source code, upload .apk to staging repo?
> >> > >
> >> > > Cheers,
> >> > >
> >> > > Ian
> >> > >
> >> >
> >>
>
>
>
> --
> Stian Soiland-Reyes
> http://orcid.org/0000-0001-9842-9718
>



-- 

Warmest regards
Sagar
Software Developer
Lattice Innovations Pvt. Ltd.

Re: TavMob release process

Posted by Stian Soiland-Reyes <st...@apache.org>.
In https://gitter.im/apache/taverna?at=59fbf4d6d6c36fca31cddc1f Sagar
asked for these details for the release keystore:

- First and Last name
- Organizational unit
- Organization
- City or Locality
- State or Province
- Country Code

I am thinking it should reflect
https://apache.org/foundation/contact.html#mailing-address -- aka


- First and Last name
Release Manager (or name of whoever is Release Manager that day)
- Organizational unit
Apache Taverna IPMC (incubating)
- Organization
The Apache Software Foundation
- City or Locality
Wakefield
- State or Province
Maryland
- Country Code
US



On 7 November 2017 at 10:40, Stian Soiland-Reyes <st...@apache.org> wrote:
> If gradle-release is tricky we can just do it manually and document in
> the releasing page what we had to do -- perhaps a shell script.
>
>
>
> On 25 October 2017 at 18:29, Ian Dunlop <ia...@gmail.com> wrote:
>> Hello,
>>
>> @stain haven't used gradle-release but thought it looked like a good idea
>> @mark We had planned to just use the standard android packaging tools. If
>> there is a better way or a reason that we shouldn't then we are up for
>> anything.
>>
>> Cheers,
>>
>> Ian
>>
>> On 23 October 2017 at 14:46, Mark Fortner <ph...@gmail.com> wrote:
>>
>>> Just out of curiosity, I was wondering if you were using Java's packager
>>> for this? It has the ability to do native packaging, including desktop and
>>> mobile (both iOS android).
>>>
>>> Regards,
>>>
>>> Mark
>>>
>>> On 20 Oct 2017 8:55 a.m., "Stian Soiland-Reyes" <st...@soiland-reyes.com>
>>> wrote:
>>>
>>> > Gradle-release sounds brilliant! Avoid pitfalls like snapshot
>>> dependencies
>>> > etc, as well as helping multiple people be release manager.
>>> >
>>> > Is it difficult to get it to work with android sdk..?
>>> >
>>> >
>>> >
>>> > On 19 Oct 2017 1:39 pm, "Ian Dunlop" <ia...@gmail.com> wrote:
>>> >
>>> > > Hello,
>>> > >
>>> > > When we release Taverna Mobile I imagine we will need to modify
>>> > > https://taverna.incubator.apache.org/community/releasing. Do we want
>>> to
>>> > > use
>>> > > a maven  like release process for gradle
>>> > > https://github.com/researchgate/gradle-release ? Or do we just want to
>>> > > build, tag source code, upload .apk to staging repo?
>>> > >
>>> > > Cheers,
>>> > >
>>> > > Ian
>>> > >
>>> >
>>>
>
>
>
> --
> Stian Soiland-Reyes
> http://orcid.org/0000-0001-9842-9718



-- 
Stian Soiland-Reyes
http://orcid.org/0000-0001-9842-9718