On 1 Jul 2011, at 15:59, Richard S. Hall wrote:
> This is the same issue as the Event Admin (?) release, when switching to the
> new parent pom, we don't get a tar.gz project release, only a zip release.
> What did we decide here? Are we going to switch to only a zip release?
the default (in the parent Apache pom) is to only produce a zip release, but
you can get both zip and tar by setting:
<properties>
<sourceReleaseAssemblyDescriptor>source-release-zip-tar</sourceReleaseAssemblyDescriptor>
</properties>
so we could always add this to the parent Felix pom (and deploy a new 2.1?
release of that) if people want both
> -> richard
>
> On 6/29/11 19:27, Stuart McCulloch wrote:
>> Hi folks,
>>
>> We solved 4 issues in this release:
>>
>>
>> https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+FELIX+AND+fixVersion+%3D+%22bundlerepository-1.6.6%22
>>
>> There are still several outstanding issues:
>>
>>
>> https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+FELIX+AND+component+%3D+%22Bundle+Repository+%28OBR%29%22+AND+status+%3D+Open
>>
>> Staging repository:
>>
>> https://repository.apache.org/content/repositories/orgapachefelix-008/
>>
>> You can use this UNIX script to download the release and verify the
>> signatures:
>>
>> http://svn.apache.org/repos/asf/felix/trunk/check_staged_release.sh
>>
>> Usage:
>>
>> sh check_staged_release.sh 008 /tmp/felix-staging
>>
>> Please vote to approve this release:
>>
>> [ ] +1 Approve the release
>> [ ] -1 Veto the release (please provide specific comments)
>>
>> This vote will be open for 72 hours.
>>
>> --
>> Cheers, Stuart
>>