You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@devicemap.apache.org by Bertrand Delacretaz <bd...@apache.org> on 2015/06/22 09:40:41 UTC

FYI, new release checking scripts

Hi,

I have just added two scripts to
https://svn.apache.org/repos/asf/devicemap/trunk, borrowed and adapted
from the Sling project:

  check_staged_release.sh - downloads a staged release and checks
digests and signatures

  check_release_matches_tag.sh - executed on a downloaded release,
checks the svn tag

Those work for releases created with the current Maven build setup, so
for example

  ./check_staged_release.sh 1004 /tmp/devicemap-staging

to check the basics of the data 1.0.3 release that's being voted on.

-Bertrand

Re: FYI, new release checking scripts

Posted by Bertrand Delacretaz <bd...@apache.org>.
On Mon, Jun 22, 2015 at 4:08 PM, Reza Naghibi <re...@apache.org> wrote:
> Thanks. I had moved Radu's scripts here:
> https://svn.apache.org/viewvc/devicemap/trunk/contrib/scripts/ ..

Ah sorry I missed that! Maybe next time mention those in the release
vote message.
-Bertrand

Re: FYI, new release checking scripts

Posted by Reza Naghibi <re...@apache.org>.
Thanks. I had moved Radu's scripts here:

https://svn.apache.org/viewvc/devicemap/trunk/contrib/scripts/

Just incase you were looking for those... :)


On Mon, Jun 22, 2015 at 3:40 AM, Bertrand Delacretaz <bdelacretaz@apache.org
> wrote:

> Hi,
>
> I have just added two scripts to
> https://svn.apache.org/repos/asf/devicemap/trunk, borrowed and adapted
> from the Sling project:
>
>   check_staged_release.sh - downloads a staged release and checks
> digests and signatures
>
>   check_release_matches_tag.sh - executed on a downloaded release,
> checks the svn tag
>
> Those work for releases created with the current Maven build setup, so
> for example
>
>   ./check_staged_release.sh 1004 /tmp/devicemap-staging
>
> to check the basics of the data 1.0.3 release that's being voted on.
>
> -Bertrand
>

Re: FYI, new release checking scripts

Posted by Werner Keil <we...@gmail.com>.
Would be great to have as many clients as possible in different languages
(including Java;-)

Ideally there could/should be some sort of API to interact with, where
contribution policies and technical infrastructure at Apache permits.

On Mon, Jun 22, 2015 at 7:15 PM, Reza Naghibi <re...@apache.org> wrote:

> No one pushed out a snapshot to the Apache repos on this release. I think I
> pushed one out on the 1.0.2 release. I see no reason why not to do this in
> the future. Given that trunk is now 1.0.4, its too late to push one out now
> without changing all the versions back to 1.0.3.
>
> Looking forward, as this project becomes less Java centric, maven snapshot
> releases will only have meaning to the Java components. I think there will
> still be value in releasing data to Apache's maven repos, but that will
> likely be only one of several distribution channels for our data.
>
> On Mon, Jun 22, 2015 at 11:01 AM, Werner Keil <we...@gmail.com>
> wrote:
>
> > Since we don't have interactive updates to data the number of changes are
> > easy to overview and at least for DATA I agree building snapshots may not
> > be of much value right now.
> >
> >
> >
> > On Mon, Jun 22, 2015 at 5:00 PM, Werner Keil <we...@gmail.com>
> > wrote:
> >
> > > IC, was it stopped after 1.0.2 or how did the file get there?
> > >
> > >
> > >
> > > On Mon, Jun 22, 2015 at 4:52 PM, Reza Naghibi <re...@apache.org>
> wrote:
> > >
> > >> A snapshot was never released for 1.0.3. No reason for that, it was
> just
> > >> never done. Snapshots can be released by doing steps 1-5 on the
> release
> > >> checklist. When the vote passes, 1.0.3 proper will be released into
> the
> > >> apache repo.
> > >>
> > >> On Mon, Jun 22, 2015 at 10:26 AM, Werner Keil <we...@gmail.com>
> > >> wrote:
> > >>
> > >> > Great, thanks.
> > >> >
> > >> > It seems to check out everything despite only building "data" but it
> > >> > builds, that's good.
> > >> > Where does it actually deploy?
> > >> > This Snapshot repo
> > >> >
> > >> >
> > >>
> >
> https://repository.apache.org/content/groups/snapshots-group/org/apache/devicemap/devicemap-data/
> > >> > showed 1.0.2-SNAPSHOT of data, but not 1.0.4-SNAPSHOT
> > >> >
> > >> >
> > >> >
> > >> >
> > >> > On Mon, Jun 22, 2015 at 12:26 PM, Bertrand Delacretaz <
> > >> > bdelacretaz@apache.org> wrote:
> > >> >
> > >> > > On Mon, Jun 22, 2015 at 11:45 AM, Werner Keil <
> > werner.keil@gmail.com>
> > >> > > wrote:
> > >> > > > ...now that we changed SVN to be
> > >> > > > more modular a "monolithic" Jenkins build no longer makes
> sense...
> > >> > >
> > >> > > Yeah...I had a few minutes free so I renamed the only (IIUC) job
> > that
> > >> > > we had to https://builds.apache.org/job/devicemap-data-1.0/,
> > >> > > configured that to point to the data/1.0 module and that works
> now.
> > >> > >
> > >> > > If people want to add other jobs, any Jenkins job with a name
> > starting
> > >> > > with "devicemap-" should show up at
> > >> > > https://builds.apache.org/view/A-D/view/DeviceMap/
> > >> > >
> > >> > > -Bertrnad
> > >> > >
> > >> >
> > >>
> > >
> > >
> >
>

Re: FYI, new release checking scripts

Posted by Reza Naghibi <re...@apache.org>.
No one pushed out a snapshot to the Apache repos on this release. I think I
pushed one out on the 1.0.2 release. I see no reason why not to do this in
the future. Given that trunk is now 1.0.4, its too late to push one out now
without changing all the versions back to 1.0.3.

Looking forward, as this project becomes less Java centric, maven snapshot
releases will only have meaning to the Java components. I think there will
still be value in releasing data to Apache's maven repos, but that will
likely be only one of several distribution channels for our data.

On Mon, Jun 22, 2015 at 11:01 AM, Werner Keil <we...@gmail.com> wrote:

> Since we don't have interactive updates to data the number of changes are
> easy to overview and at least for DATA I agree building snapshots may not
> be of much value right now.
>
>
>
> On Mon, Jun 22, 2015 at 5:00 PM, Werner Keil <we...@gmail.com>
> wrote:
>
> > IC, was it stopped after 1.0.2 or how did the file get there?
> >
> >
> >
> > On Mon, Jun 22, 2015 at 4:52 PM, Reza Naghibi <re...@apache.org> wrote:
> >
> >> A snapshot was never released for 1.0.3. No reason for that, it was just
> >> never done. Snapshots can be released by doing steps 1-5 on the release
> >> checklist. When the vote passes, 1.0.3 proper will be released into the
> >> apache repo.
> >>
> >> On Mon, Jun 22, 2015 at 10:26 AM, Werner Keil <we...@gmail.com>
> >> wrote:
> >>
> >> > Great, thanks.
> >> >
> >> > It seems to check out everything despite only building "data" but it
> >> > builds, that's good.
> >> > Where does it actually deploy?
> >> > This Snapshot repo
> >> >
> >> >
> >>
> https://repository.apache.org/content/groups/snapshots-group/org/apache/devicemap/devicemap-data/
> >> > showed 1.0.2-SNAPSHOT of data, but not 1.0.4-SNAPSHOT
> >> >
> >> >
> >> >
> >> >
> >> > On Mon, Jun 22, 2015 at 12:26 PM, Bertrand Delacretaz <
> >> > bdelacretaz@apache.org> wrote:
> >> >
> >> > > On Mon, Jun 22, 2015 at 11:45 AM, Werner Keil <
> werner.keil@gmail.com>
> >> > > wrote:
> >> > > > ...now that we changed SVN to be
> >> > > > more modular a "monolithic" Jenkins build no longer makes sense...
> >> > >
> >> > > Yeah...I had a few minutes free so I renamed the only (IIUC) job
> that
> >> > > we had to https://builds.apache.org/job/devicemap-data-1.0/,
> >> > > configured that to point to the data/1.0 module and that works now.
> >> > >
> >> > > If people want to add other jobs, any Jenkins job with a name
> starting
> >> > > with "devicemap-" should show up at
> >> > > https://builds.apache.org/view/A-D/view/DeviceMap/
> >> > >
> >> > > -Bertrnad
> >> > >
> >> >
> >>
> >
> >
>

Re: FYI, new release checking scripts

Posted by Werner Keil <we...@gmail.com>.
Since we don't have interactive updates to data the number of changes are
easy to overview and at least for DATA I agree building snapshots may not
be of much value right now.



On Mon, Jun 22, 2015 at 5:00 PM, Werner Keil <we...@gmail.com> wrote:

> IC, was it stopped after 1.0.2 or how did the file get there?
>
>
>
> On Mon, Jun 22, 2015 at 4:52 PM, Reza Naghibi <re...@apache.org> wrote:
>
>> A snapshot was never released for 1.0.3. No reason for that, it was just
>> never done. Snapshots can be released by doing steps 1-5 on the release
>> checklist. When the vote passes, 1.0.3 proper will be released into the
>> apache repo.
>>
>> On Mon, Jun 22, 2015 at 10:26 AM, Werner Keil <we...@gmail.com>
>> wrote:
>>
>> > Great, thanks.
>> >
>> > It seems to check out everything despite only building "data" but it
>> > builds, that's good.
>> > Where does it actually deploy?
>> > This Snapshot repo
>> >
>> >
>> https://repository.apache.org/content/groups/snapshots-group/org/apache/devicemap/devicemap-data/
>> > showed 1.0.2-SNAPSHOT of data, but not 1.0.4-SNAPSHOT
>> >
>> >
>> >
>> >
>> > On Mon, Jun 22, 2015 at 12:26 PM, Bertrand Delacretaz <
>> > bdelacretaz@apache.org> wrote:
>> >
>> > > On Mon, Jun 22, 2015 at 11:45 AM, Werner Keil <we...@gmail.com>
>> > > wrote:
>> > > > ...now that we changed SVN to be
>> > > > more modular a "monolithic" Jenkins build no longer makes sense...
>> > >
>> > > Yeah...I had a few minutes free so I renamed the only (IIUC) job that
>> > > we had to https://builds.apache.org/job/devicemap-data-1.0/,
>> > > configured that to point to the data/1.0 module and that works now.
>> > >
>> > > If people want to add other jobs, any Jenkins job with a name starting
>> > > with "devicemap-" should show up at
>> > > https://builds.apache.org/view/A-D/view/DeviceMap/
>> > >
>> > > -Bertrnad
>> > >
>> >
>>
>
>

Re: FYI, new release checking scripts

Posted by Werner Keil <we...@gmail.com>.
IC, was it stopped after 1.0.2 or how did the file get there?



On Mon, Jun 22, 2015 at 4:52 PM, Reza Naghibi <re...@apache.org> wrote:

> A snapshot was never released for 1.0.3. No reason for that, it was just
> never done. Snapshots can be released by doing steps 1-5 on the release
> checklist. When the vote passes, 1.0.3 proper will be released into the
> apache repo.
>
> On Mon, Jun 22, 2015 at 10:26 AM, Werner Keil <we...@gmail.com>
> wrote:
>
> > Great, thanks.
> >
> > It seems to check out everything despite only building "data" but it
> > builds, that's good.
> > Where does it actually deploy?
> > This Snapshot repo
> >
> >
> https://repository.apache.org/content/groups/snapshots-group/org/apache/devicemap/devicemap-data/
> > showed 1.0.2-SNAPSHOT of data, but not 1.0.4-SNAPSHOT
> >
> >
> >
> >
> > On Mon, Jun 22, 2015 at 12:26 PM, Bertrand Delacretaz <
> > bdelacretaz@apache.org> wrote:
> >
> > > On Mon, Jun 22, 2015 at 11:45 AM, Werner Keil <we...@gmail.com>
> > > wrote:
> > > > ...now that we changed SVN to be
> > > > more modular a "monolithic" Jenkins build no longer makes sense...
> > >
> > > Yeah...I had a few minutes free so I renamed the only (IIUC) job that
> > > we had to https://builds.apache.org/job/devicemap-data-1.0/,
> > > configured that to point to the data/1.0 module and that works now.
> > >
> > > If people want to add other jobs, any Jenkins job with a name starting
> > > with "devicemap-" should show up at
> > > https://builds.apache.org/view/A-D/view/DeviceMap/
> > >
> > > -Bertrnad
> > >
> >
>

Re: FYI, new release checking scripts

Posted by Reza Naghibi <re...@apache.org>.
A snapshot was never released for 1.0.3. No reason for that, it was just
never done. Snapshots can be released by doing steps 1-5 on the release
checklist. When the vote passes, 1.0.3 proper will be released into the
apache repo.

On Mon, Jun 22, 2015 at 10:26 AM, Werner Keil <we...@gmail.com> wrote:

> Great, thanks.
>
> It seems to check out everything despite only building "data" but it
> builds, that's good.
> Where does it actually deploy?
> This Snapshot repo
>
> https://repository.apache.org/content/groups/snapshots-group/org/apache/devicemap/devicemap-data/
> showed 1.0.2-SNAPSHOT of data, but not 1.0.4-SNAPSHOT
>
>
>
>
> On Mon, Jun 22, 2015 at 12:26 PM, Bertrand Delacretaz <
> bdelacretaz@apache.org> wrote:
>
> > On Mon, Jun 22, 2015 at 11:45 AM, Werner Keil <we...@gmail.com>
> > wrote:
> > > ...now that we changed SVN to be
> > > more modular a "monolithic" Jenkins build no longer makes sense...
> >
> > Yeah...I had a few minutes free so I renamed the only (IIUC) job that
> > we had to https://builds.apache.org/job/devicemap-data-1.0/,
> > configured that to point to the data/1.0 module and that works now.
> >
> > If people want to add other jobs, any Jenkins job with a name starting
> > with "devicemap-" should show up at
> > https://builds.apache.org/view/A-D/view/DeviceMap/
> >
> > -Bertrnad
> >
>

Re: FYI, new release checking scripts

Posted by Werner Keil <we...@gmail.com>.
Great, thanks.

It seems to check out everything despite only building "data" but it
builds, that's good.
Where does it actually deploy?
This Snapshot repo
https://repository.apache.org/content/groups/snapshots-group/org/apache/devicemap/devicemap-data/
showed 1.0.2-SNAPSHOT of data, but not 1.0.4-SNAPSHOT




On Mon, Jun 22, 2015 at 12:26 PM, Bertrand Delacretaz <
bdelacretaz@apache.org> wrote:

> On Mon, Jun 22, 2015 at 11:45 AM, Werner Keil <we...@gmail.com>
> wrote:
> > ...now that we changed SVN to be
> > more modular a "monolithic" Jenkins build no longer makes sense...
>
> Yeah...I had a few minutes free so I renamed the only (IIUC) job that
> we had to https://builds.apache.org/job/devicemap-data-1.0/,
> configured that to point to the data/1.0 module and that works now.
>
> If people want to add other jobs, any Jenkins job with a name starting
> with "devicemap-" should show up at
> https://builds.apache.org/view/A-D/view/DeviceMap/
>
> -Bertrnad
>

Re: FYI, new release checking scripts

Posted by Bertrand Delacretaz <bd...@apache.org>.
On Mon, Jun 22, 2015 at 11:45 AM, Werner Keil <we...@gmail.com> wrote:
> ...now that we changed SVN to be
> more modular a "monolithic" Jenkins build no longer makes sense...

Yeah...I had a few minutes free so I renamed the only (IIUC) job that
we had to https://builds.apache.org/job/devicemap-data-1.0/,
configured that to point to the data/1.0 module and that works now.

If people want to add other jobs, any Jenkins job with a name starting
with "devicemap-" should show up at
https://builds.apache.org/view/A-D/view/DeviceMap/

-Bertrnad

Re: FYI, new release checking scripts

Posted by Werner Keil <we...@gmail.com>.
Jenkins isn't really wrong, but looking in the wrong place now (for nearly
a quarter of a year btw;-)

It seems less of an issue to anybody committing code, but if the 1.0.3 data
release does not involve this being raised by others, I will do it sooner
or later.
It's a precondition for every other module, now that we changed SVN to be
more modular a "monolithic" Jenkins build no longer makes sense (it does
create more CI work of course, but other projects seem to cope with that,
too)

Werner

On Mon, Jun 22, 2015 at 11:40 AM, Bertrand Delacretaz <
bdelacretaz@apache.org> wrote:

> On Mon, Jun 22, 2015 at 11:15 AM, Werner Keil <we...@gmail.com>
> wrote:
> > ...We have to ask admin for that anyway, but if nobody else cares about
> showing
> > our stuff works, I'll do that again;-)...
>
> Which admin do you want to ask and why exactly? If you see an issue
> with jenkins I would suggest creating a DMAP- ticket to explain what's
> wrong and we can evaluate whether this needs infra help.
>
> Apart from that, repeating myself:
>
> > As indicated a few times already, committers who know their way around
> > Jenkins can get access to setup whatever builds they need, see
> > http://wiki.apache.org/general/Jenkins
>
> -Bertrand
>

Re: FYI, new release checking scripts

Posted by Bertrand Delacretaz <bd...@apache.org>.
On Mon, Jun 22, 2015 at 11:15 AM, Werner Keil <we...@gmail.com> wrote:
> ...We have to ask admin for that anyway, but if nobody else cares about showing
> our stuff works, I'll do that again;-)...

Which admin do you want to ask and why exactly? If you see an issue
with jenkins I would suggest creating a DMAP- ticket to explain what's
wrong and we can evaluate whether this needs infra help.

Apart from that, repeating myself:

> As indicated a few times already, committers who know their way around
> Jenkins can get access to setup whatever builds they need, see
> http://wiki.apache.org/general/Jenkins

-Bertrand

Re: FYI, new release checking scripts

Posted by Werner Keil <we...@gmail.com>.
We have to ask admin for that anway, but if nobody else cares about showing
our stuff works, I'll do that again;-)



On Mon, Jun 22, 2015 at 11:11 AM, Bertrand Delacretaz <
bdelacretaz@apache.org> wrote:

> On Mon, Jun 22, 2015 at 11:02 AM, Werner Keil <we...@gmail.com>
> wrote:
> > It would be great, if those who propose new releases tried to do this at
> > least for individual components....
>
> Asking others to do things is not how things work here - if you care
> about it, make it happen.
>
> -Bertrand
>

Re: FYI, new release checking scripts

Posted by Bertrand Delacretaz <bd...@apache.org>.
On Mon, Jun 22, 2015 at 11:02 AM, Werner Keil <we...@gmail.com> wrote:
> It would be great, if those who propose new releases tried to do this at
> least for individual components....

Asking others to do things is not how things work here - if you care
about it, make it happen.

-Bertrand

Re: FYI, new release checking scripts

Posted by Werner Keil <we...@gmail.com>.
It would be great, if those who propose new releases tried to do this at
least for individual components. E.g. Data right now;-)



On Mon, Jun 22, 2015 at 10:59 AM, Bertrand Delacretaz <
bdelacretaz@apache.org> wrote:

> On Mon, Jun 22, 2015 at 10:27 AM, Werner Keil <we...@gmail.com>
> wrote:
> > We all get this, did you not?
>
> ah - you mean that the *Jenkins* build is broken, at
> https://builds.apache.org/job/devicemap-java6/
>
> IIUC that's looking for a pom.xml at the top of
> https://svn.apache.org/repos/asf/devicemap/trunk and due to the recent
> restructuring there's no pom there anymore. Best is probably to setup
> Jenkins builds for the individual devicemap modules as needed.
>
> As indicated a few times already, committers who know their way around
> Jenkins can get access to setup whatever builds they need, see
> http://wiki.apache.org/general/Jenkins
>
> -Bertrand
>

Re: FYI, new release checking scripts

Posted by Bertrand Delacretaz <bd...@apache.org>.
On Mon, Jun 22, 2015 at 10:27 AM, Werner Keil <we...@gmail.com> wrote:
> We all get this, did you not?

ah - you mean that the *Jenkins* build is broken, at
https://builds.apache.org/job/devicemap-java6/

IIUC that's looking for a pom.xml at the top of
https://svn.apache.org/repos/asf/devicemap/trunk and due to the recent
restructuring there's no pom there anymore. Best is probably to setup
Jenkins builds for the individual devicemap modules as needed.

As indicated a few times already, committers who know their way around
Jenkins can get access to setup whatever builds they need, see
http://wiki.apache.org/general/Jenkins

-Bertrand

Re: FYI, new release checking scripts

Posted by Werner Keil <we...@gmail.com>.
We all get this, did you not?

Can't say, what the strategy was here, maybe everyone aims for 2.0 and
thinks, leaving CI builds for 1.x defunct would be a good thing, not sure
if that's the case...?

---------- Forwarded message ----------
From: Apache Jenkins Server <je...@builds.apache.org>
Date: Fri, Jun 19, 2015 at 11:14 PM
Subject: Build failed in Jenkins: devicemap-java6 #179
To: devicemap-dev@incubator.apache.org, wkeil@apache.org, rezan@apache.org,
volkan.yazici@gmail.com, bdelacretaz@apache.org


See <https://builds.apache.org/job/devicemap-java6/179/changes>

Changes:

[rezan] [maven-release-plugin] prepare for next development iteration

[rezan] [maven-release-plugin] prepare release releases/devicemap-data-1.0.3

[rezan] version and url

------------------------------------------
[...truncated 769 lines...]
AU
contrib/openddr/java/src/test/java/org/apache/devicemap/simpleddr/test/TestDataFileEntries.java
AU
contrib/openddr/java/src/test/java/org/apache/devicemap/simpleddr/test/TestServiceCreation.java
AU
contrib/openddr/java/src/test/java/org/apache/devicemap/simpleddr/test/TestDeviceDataQueries.java
AU
contrib/openddr/java/src/test/java/org/apache/devicemap/simpleddr/test/TestSimpleQueries.java
A         contrib/openddr/java/src/test/resources
A         contrib/openddr/java/src/test/resources/openddr-test-data
AU
contrib/openddr/java/src/test/resources/openddr-test-data/TEST_OperatingSystemDataSource.xml
AU
contrib/openddr/java/src/test/resources/openddr-test-data/TEST_oddrLimitedVocabulary.xml
AU
contrib/openddr/java/src/test/resources/openddr-test-data/TEST_DeviceDataSource.xml
AU
contrib/openddr/java/src/test/resources/openddr-test-data/TEST_DeviceDataSourcePatch.xml
AU
contrib/openddr/java/src/test/resources/openddr-test-data/TEST_BrowserDataSource.xml
AU
contrib/openddr/java/src/test/resources/openddr-test-data/TEST_coreVocabulary.xml
AU
contrib/openddr/java/src/test/resources/openddr-test-data/TEST_oddrVocabulary.xml
AU
contrib/openddr/java/src/test/resources/openddr-test-data/TEST_BuilderDataSource.xml
AU
contrib/openddr/java/src/test/resources/openddr-test-data/TEST_BuilderDataSourcePatch.xml
A         contrib/openddr/java/src/test/resources/config
AU
contrib/openddr/java/src/test/resources/config/openddr.devicemap.properties
AU
contrib/openddr/java/src/test/resources/config/openddr.test.properties
AU        contrib/openddr/java/src/oddr.properties
A         contrib/openddr/java/src/main
A         contrib/openddr/java/src/main/java
A         contrib/openddr/java/src/main/java/org
A         contrib/openddr/java/src/main/java/org/apache
A         contrib/openddr/java/src/main/java/org/apache/devicemap
A         contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr
A
 contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/vocabulary
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/vocabulary/VocabularyHolder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/ODDRService.java
A
 contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/documenthandler
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/documenthandler/DeviceBuilderHandler.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/documenthandler/VocabularyHandler.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/documenthandler/OperatingSystemDatasourceHandler.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/documenthandler/DeviceDatasourceHandler.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/documenthandler/BrowserDatasourceHandler.java
A
 contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/model
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/model/BuiltObject.java
A
 contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/model/vocabulary
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/model/vocabulary/VocabularyProperty.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/model/vocabulary/VocabularyVariable.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/model/vocabulary/Vocabulary.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/model/ODDRPropertyRef.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/model/ODDRPropertyValue.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/model/ODDRHTTPEvidence.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/model/ODDRPropertyValues.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/model/UserAgent.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/model/BufferedODDRHTTPEvidence.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/model/ODDRPropertyName.java
A
 contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/model/device
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/model/device/Device.java
A
 contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/model/os
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/model/os/OperatingSystem.java
A
 contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/model/browser
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/model/browser/Browser.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/model/UserAgentFactory.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/ODDRVocabularyService.java
A
 contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/cache
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/cache/Cache.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/cache/CacheImpl.java
A
 contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/identificator
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/identificator/OSIdentificator.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/identificator/BrowserIdentificator.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/identificator/DeviceIdentificator.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/identificator/Identificator.java
A
 contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder
A
 contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/device
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/device/DeviceBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/device/AndroidDeviceBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/device/SymbianDeviceBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/device/OrderedTokenDeviceBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/device/TwoStepDeviceBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/device/WinPhoneDeviceBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/device/SimpleDeviceBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/device/IOSDeviceBuilder.java
A
 contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/os
A
 contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/os/mozilla
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/os/mozilla/SymbianMozillaSubBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/os/mozilla/WinCEMozillaSubBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/os/mozilla/BadaMozillaSubBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/os/mozilla/WinPhoneMozillaSubBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/os/mozilla/IOSMozillaSubBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/os/mozilla/MacOSXMozillaSubBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/os/mozilla/BrewMozillaSubBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/os/mozilla/LinuxMozillaSubBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/os/mozilla/WebOSMozillaSubBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/os/mozilla/AndroidMozillaSubBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/os/mozilla/BlackBerryMozillaSubBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/os/BlackBerryOSBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/os/DefaultOSBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/os/OperaOSModelBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/os/MozillaOSModelBuilder.java
A
 contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/BlackBerryBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/OperaMiniBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/DefaultBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/OpenWaveBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/UPBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/KonquerorBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/IEMobileBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/JasmineBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/SEMCBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/SafariMobileBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/FennecBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/ObigoBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/HintedResolutionBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/NetFrontBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/NokiaBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/SilkBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/FirefoxBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/LayoutEngineBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/SafariBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/ChromeMobileBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/OperaBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/AndroidMobileBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/InternetExplorerBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/PolarisBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/DolfinBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/ChromeBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/browser/WebOsBrowserBuilder.java
AU
contrib/openddr/java/src/main/java/org/apache/devicemap/simpleddr/builder/Builder.java
AU        contrib/openddr/java/pom.xml
A         contrib/web
A         contrib/web/pom.xml
A         contrib/web/devicemapweb
A         contrib/web/devicemapweb/src
A         contrib/web/devicemapweb/src/main
A         contrib/web/devicemapweb/src/main/resources
A         contrib/web/devicemapweb/src/main/resources/log4j.properties
A         contrib/web/devicemapweb/src/main/webapp
A         contrib/web/devicemapweb/src/main/webapp/index.jsp
A         contrib/web/devicemapweb/src/main/webapp/WEB-INF
A
 contrib/web/devicemapweb/src/main/webapp/WEB-INF/mvc-dispatcher-servlet.xml
A         contrib/web/devicemapweb/src/main/webapp/WEB-INF/web.xml
A         contrib/web/devicemapweb/src/main/webapp/WEB-INF/views
A         contrib/web/devicemapweb/src/main/webapp/WEB-INF/views/show.jsp
A
 contrib/web/devicemapweb/src/main/webapp/WEB-INF/applicationContext.xml
A         contrib/web/devicemapweb/src/main/java
A         contrib/web/devicemapweb/src/main/java/org
A         contrib/web/devicemapweb/src/main/java/org/apache
A         contrib/web/devicemapweb/src/main/java/org/apache/devicemapweb
A
 contrib/web/devicemapweb/src/main/java/org/apache/devicemapweb/Test.java
A
 contrib/web/devicemapweb/src/main/java/org/apache/devicemapweb/model
A
 contrib/web/devicemapweb/src/main/java/org/apache/devicemapweb/model/UserAgentReview.java
A
 contrib/web/devicemapweb/src/main/java/org/apache/devicemapweb/controller
A
 contrib/web/devicemapweb/src/main/java/org/apache/devicemapweb/controller/Review.java
A         contrib/web/devicemapweb/src/main/java/org/apache/devicemapweb/dao
A
 contrib/web/devicemapweb/src/main/java/org/apache/devicemapweb/dao/UserAgentReviewDAO.java
A         contrib/web/devicemapweb/src/main/config
A         contrib/web/devicemapweb/src/main/config/createDB.sql
A         contrib/web/devicemapweb/src/main/config/dev.properties
A         contrib/web/devicemapweb/src/main/config/prod.properties
A         contrib/web/devicemapweb/pom.xml
A         contrib/web/devicemapweb/README
A         contrib/web/etc
A         contrib/web/webservice-java
A         contrib/web/webservice-java/src
A         contrib/web/webservice-java/src/main
A         contrib/web/webservice-java/src/main/config
A         contrib/web/webservice-java/src/main/config/prod.properties
A         contrib/web/webservice-java/src/main/config/dev.properties
A         contrib/web/webservice-java/src/main/resources
A         contrib/web/webservice-java/src/main/resources/log4j.properties
A         contrib/web/webservice-java/src/main/webapp
A         contrib/web/webservice-java/src/main/webapp/js
A         contrib/web/webservice-java/src/main/webapp/js/dmapclient.js
A         contrib/web/webservice-java/src/main/webapp/version.jsp
A         contrib/web/webservice-java/src/main/webapp/index.jsp
A         contrib/web/webservice-java/src/main/webapp/WEB-INF
A
 contrib/web/webservice-java/src/main/webapp/WEB-INF/applicationContext.xml
A
 contrib/web/webservice-java/src/main/webapp/WEB-INF/mvc-dispatcher-servlet.xml
A         contrib/web/webservice-java/src/main/webapp/WEB-INF/web.xml
A         contrib/web/webservice-java/src/main/webapp/WEB-INF/views
A
 contrib/web/webservice-java/src/main/webapp/WEB-INF/views/showjs.jsp
A         contrib/web/webservice-java/src/main/webapp/WEB-INF/views/show.jsp
A
 contrib/web/webservice-java/src/main/webapp/WEB-INF/views/showjscb.jsp
A
 contrib/web/webservice-java/src/main/webapp/WEB-INF/oddr.properties
A         contrib/web/webservice-java/src/main/java
A         contrib/web/webservice-java/src/main/java/org
A         contrib/web/webservice-java/src/main/java/org/apache
A
 contrib/web/webservice-java/src/main/java/org/apache/devicemapjavaservice
A
 contrib/web/webservice-java/src/main/java/org/apache/devicemapjavaservice/controller
A
 contrib/web/webservice-java/src/main/java/org/apache/devicemapjavaservice/controller/Service.java
A
 contrib/web/webservice-java/src/main/java/org/apache/devicemapjavaservice/filter
A
 contrib/web/webservice-java/src/main/java/org/apache/devicemapjavaservice/filter/IdentificationFilter.java
A         contrib/web/webservice-java/pom.xml
A         contrib/web/webservice-java/README
A         contrib/web/webfilter
A         contrib/web/webfilter/src
A         contrib/web/webfilter/src/main
A         contrib/web/webfilter/src/main/resources
A         contrib/web/webfilter/src/main/webapp
A         contrib/web/webfilter/src/main/webapp/index.jsp
A         contrib/web/webfilter/src/main/webapp/WEB-INF
A         contrib/web/webfilter/src/main/webapp/WEB-INF/web.xml
A         contrib/web/webfilter/src/main/webapp/WEB-INF/oddr.properties
A         contrib/web/webfilter/src/main/webapp/WEB-INF/lib
A         contrib/web/webfilter/src/main/java
A         contrib/web/webfilter/src/main/java/org
A         contrib/web/webfilter/src/main/java/org/apache
A         contrib/web/webfilter/src/main/java/org/apache/devicemap
A         contrib/web/webfilter/src/main/java/org/apache/devicemap/example
A
 contrib/web/webfilter/src/main/java/org/apache/devicemap/example/webfilter
A
 contrib/web/webfilter/src/main/java/org/apache/devicemap/example/webfilter/package-info.java
A
 contrib/web/webfilter/src/main/java/org/apache/devicemap/example/webfilter/IdentificationFilter.java
A         contrib/web/webfilter/src/test
A         contrib/web/webfilter/src/test/java
A         contrib/web/webfilter/pom.xml
A         contrib/web/webfilter/.project
A         contrib/scripts
AU        contrib/scripts/check_staged_release.sh
AU        contrib/scripts/prepare_artifact_staging.sh
A         contrib/docs
A         contrib/docs/devicemap-vm.apache.org-info.txt
A         contrib/prototypes
A         contrib/prototypes/logcapture
AU        contrib/prototypes/logcapture/index.html
AU        contrib/prototypes/logcapture/devicemap.png
AU        contrib/prototypes/logcapture/logcapture.js
A         contrib/prototypes/logcapture/lib
A         contrib/prototypes/logcapture/lib/modernizr.js
A         contrib/prototypes/logcapture/lib/modernizr.js/LICENSE.txt
A
 contrib/prototypes/logcapture/lib/modernizr.js/modernizr.custom.17274.js
A         contrib/prototypes/logcapture/lib/platform.js
A         contrib/prototypes/logcapture/lib/platform.js/platform.js
A         contrib/prototypes/logcapture/lib/platform.js/LICENSE.txt
A         contrib/prototypes/logcapture/httpd.conf
A         contrib/prototypes/probefilter
A         contrib/prototypes/probefilter/src
A         contrib/prototypes/probefilter/src/main
A         contrib/prototypes/probefilter/src/main/java
A         contrib/prototypes/probefilter/src/main/java/org
A         contrib/prototypes/probefilter/src/main/java/org/apache
A         contrib/prototypes/probefilter/src/main/java/org/apache/devicemap
A
 contrib/prototypes/probefilter/src/main/java/org/apache/devicemap/probefilter
A
 contrib/prototypes/probefilter/src/main/java/org/apache/devicemap/probefilter/filter
A
 contrib/prototypes/probefilter/src/main/java/org/apache/devicemap/probefilter/filter/DeviceMapProbeFilter.java
A
 contrib/prototypes/probefilter/src/main/java/org/apache/devicemap/probefilter/testserver
A
 contrib/prototypes/probefilter/src/main/java/org/apache/devicemap/probefilter/testserver/Main.java
A
 contrib/prototypes/probefilter/src/main/java/org/apache/devicemap/probefilter/testserver/TestServlet.java
A         contrib/prototypes/probefilter/src/main/resources
A         contrib/prototypes/probefilter/src/main/resources/dmap_demo.html
A         contrib/prototypes/probefilter/src/main/resources/dmap_probe.html
A         contrib/prototypes/probefilter/pom.xml
A         contrib/prototypes/probefilter/README.md
 U        .
At revision 1686500
Parsing POMs
ERROR: No such file <
https://builds.apache.org/job/devicemap-java6/ws/trunk/pom.xml>
Perhaps you need to specify the correct POM file path in the project
configuration?




On Mon, Jun 22, 2015 at 10:15 AM, Bertrand Delacretaz <
bdelacretaz@apache.org> wrote:

> On Mon, Jun 22, 2015 at 10:11 AM, Werner Keil <we...@gmail.com>
> wrote:
> > ...the current Maven build setup is still broken btw, so it won't
> > produce anything for 1.0.3 unless we ask for it being fixed...
>
> No idea what you mean - what did you try, what did you expect, what did
> you get?
>
> -Bertrand
>

Re: FYI, new release checking scripts

Posted by Bertrand Delacretaz <bd...@apache.org>.
On Mon, Jun 22, 2015 at 10:11 AM, Werner Keil <we...@gmail.com> wrote:
> ...the current Maven build setup is still broken btw, so it won't
> produce anything for 1.0.3 unless we ask for it being fixed...

No idea what you mean - what did you try, what did you expect, what did you get?

-Bertrand

Re: FYI, new release checking scripts

Posted by Werner Keil <we...@gmail.com>.
Thanks, the current Maven build setup is still broken btw, so it won't
produce anything for 1.0.3 unless we ask for it being fixed.

Werner

On Mon, Jun 22, 2015 at 9:40 AM, Bertrand Delacretaz <bdelacretaz@apache.org
> wrote:

> Hi,
>
> I have just added two scripts to
> https://svn.apache.org/repos/asf/devicemap/trunk, borrowed and adapted
> from the Sling project:
>
>   check_staged_release.sh - downloads a staged release and checks
> digests and signatures
>
>   check_release_matches_tag.sh - executed on a downloaded release,
> checks the svn tag
>
> Those work for releases created with the current Maven build setup, so
> for example
>
>   ./check_staged_release.sh 1004 /tmp/devicemap-staging
>
> to check the basics of the data 1.0.3 release that's being voted on.
>
> -Bertrand
>