Torsten Curdt

Results 447 comments of Torsten Curdt

@Sami32 could you either check the deb yourself or provide it?

@Sami32 That's the dir in question? ``` drwxr-xr-x 0 root root 0 Aug 27 16:14 ./usr/lib/DigitalMediaServer/examples/ -rw-rw-rw- 0 root root 57463 Aug 27 16:14 ./usr/lib/DigitalMediaServer/examples/DMS.conf -rw-rw-rw- 0 root root 222...

Without looking at it more closely I would expect the following: The data producer emits only matched files - and prefixes them. There are no dirs involved at all -...

I have added the usage of permissions to the maven example. I hope that helps. ``` drwxr-xr-x 0 loader loader 0 Aug 27 21:54 ./usr/ drwxr-xr-x 0 loader loader 0...

I changed it in the example https://github.com/tcurdt/jdeb/blob/master/src/examples/maven/pom.xml and seems to work fine there. See the above output. That's the `750`: ``` drwxr-x--- 0 loader loader 0 Aug 27 21:54 ./var/lib/jdeb-example/...

@Sami32 You don't have dirs but just files. That's why it doesn't work for you. I am not sure further docs on `dirmode` will help with that. If you wrap...

@Sami32 Sorry, but your data configuration cannot work like this. As I said - you are referencing only files. Imagine you remove the `prefix` which is entirely optional. Where would...

If you had your configs in a dedicated folder to begin with it's a non-issue. Instead your are picking individual files placing them in a target directory inside the deb....

Which code? I fear this new approach is out of scope for the 1.x branch. And I am not such a great fan of adding a rules engine to approach...

This issue is basically the wish list for jdeb2 - but I yet have to understand the need for multiple packages better. That said this is probably more a maven...