[OSM-dev] Changes on planet.osm.org

2018-05-23 Thread Roland Olbricht

Hello everybody,

given that the GDPR is going into effect tomorrow and there have been 
plans announced to restrict the minute diffs:


Whet is the state of this? Is it sufficient to send HTTP basic auth (via 
HTTPS) with a dedicated user from tomorrow on to continue consuming the 
diffs (with metadata)? Or are there specific requirements, like using 
OAuth? Or is there simply no change tomorrow, and the restriction will 
be announced separately?


What I would like to avoid is to poison the client side database with 
fake user data.


Best regards,
Roland

___
dev mailing list
dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/dev


Re: Publish plugin issue

2018-05-23 Thread Marián Kyral
Hi,
sorry for the late reply.

Dne 17.5.2018 v 22:03 Holger Mappt napsal(a):
> Hi Marián,
>
> Looks like you managed to publish the PointInfo plugin in the meantime
> (r34195). 
Yes, I did it manually by committing the binary with proper commit message.

> An SVN status with ! is never good. I assume there was a newer version
> in the repo that was not fetched because you had a modified
> dist/pointInfo.jar. Run svn status with option -u (to see what updates
> are in the repository), delete your modified pointInfo.jar, svn update
> dist, publish.
And this is strange. I deleted the binary and restored them from repo.
Then I run "ant publish", it deleted binary in "dist" folder, compile
it, created the "*-source.jar" and "*-javadoc.jar" files and svn commit
fails on messages I've sent.


*Just tested now ant the result is the same. Folders are clean*

[22:06:24 marian@worker pointInfo (master)]$ svn status -u
Status against revision:  34216
[22:10:39 marian@worker pointInfo (master)]$ svn status -u ../../dist
Status against revision:  34216

*But:*

[22:10:55 marian@worker pointInfo (master)]$ ant publish
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on
-Dswing.aatext=true
Buildfile:
/home/marian/projekty/josm/josm_plugins/plugins/pointInfo/build.xml

ensure-svn-present:

core-info:
 [echo] Building against core revision 13823.
 [echo] Plugin-Mainversion is set to 12666.
   [delete] Deleting:
/home/marian/projekty/josm/josm_plugins/plugins/pointInfo/core.info.xml

commit-current:
 [echo] Commiting the plugin source with message 'PointInfo: Adds a
link to photo metadata in Catastro module. Patch by Javier Sánchez
Portero.' ...

update-current:
 [echo] Updating plugin source ...
 [echo] Updating
/home/marian/projekty/josm/josm_plugins/dist/pointInfo.jar ...
 [exec] Result: 1

clean:
   [delete] Deleting:
/home/marian/projekty/josm/josm_plugins/dist/pointInfo.jar

init:
    [mkdir] Created dir:
/home/marian/projekty/josm/josm_plugins/plugins/pointInfo/build

pre-compile:

compile:
 [echo] compiling sources for
/home/marian/projekty/josm/josm_plugins/dist/pointInfo.jar ...
    [javac] Compiling 15 source files to
/home/marian/projekty/josm/josm_plugins/plugins/pointInfo/build

javadoc:
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on
-Dswing.aatext=true
  [javadoc] Loading source files for package
org.openstreetmap.josm.plugins.pointinfo...
  [javadoc] Loading source files for package
org.openstreetmap.josm.plugins.pointinfo.catastro...
  [javadoc] Loading source files for package
org.openstreetmap.josm.plugins.pointinfo.ruian...
  [javadoc] Constructing Javadoc information...
  [javadoc] Creating destination directory:
"/home/marian/projekty/josm/josm_plugins/plugins/pointInfo/javadoc/"
  [javadoc] Standard Doclet version 1.8.0_172
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...

init-svn-revision-xml:

init-git-svn-revision-xml:

init-git-revision-xml:

init-revision-fallback:

revision:
   [delete] Deleting:
/home/marian/projekty/josm/josm_plugins/plugins/pointInfo/REVISION.XML

dist:
 [echo] creating pointInfo.jar ...

setup-dist:

setup-dist-default:
 [copy] Copying 15 files to
/home/marian/projekty/josm/josm_plugins/plugins/pointInfo/build/images
 [copy] Copying 36 files to
/home/marian/projekty/josm/josm_plugins/plugins/pointInfo/build/data
 [copy] Copying 2 files to
/home/marian/projekty/josm/josm_plugins/plugins/pointInfo/build

check-manifest-attribute:

add-manifest-attribute:

check-manifest-attribute:

add-manifest-attribute:

check-manifest-attribute:

add-manifest-attribute:

check-manifest-attribute:

add-manifest-attribute:

check-manifest-attribute:

add-manifest-attribute:

check-manifest-attribute:

add-manifest-attribute:

additional-manifest:
  [jar] Building jar:
/home/marian/projekty/josm/josm_plugins/dist/pointInfo.jar
  [jar] Building jar:
/home/marian/projekty/josm/josm_plugins/dist/pointInfo-sources.jar
  [jar] Building jar:
/home/marian/projekty/josm/josm_plugins/dist/pointInfo-javadoc.jar
   [delete] Deleting:
/home/marian/projekty/josm/josm_plugins/plugins/pointInfo/MANIFEST

post-dist:

commit-dist:
 [echo]
 [echo] * Properties of published
/home/marian/projekty/josm/josm_plugins/dist/pointInfo.jar *
 [echo] Commit message    : 'PointInfo: Adds a link to photo
metadata in Catastro module. Patch by Javier Sánchez Portero.'
 [echo] Plugin-Mainversion: 12666
 [echo] JOSM build version: 13823
 [echo] Plugin-Version    : 34216
 [echo] * / Properties of published
/home/marian/projekty/josm/josm_plugins/dist/pointInfo.jar *
 [echo]
 [echo] Now commiting
/home/marian/projekty/josm/josm_plugins/dist/pointInfo.jar ...
 [echo]
 [exec]