-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve documentation on dirmode #273
Comments
No more chance using the
|
Would be great if you could provide a bit more information. "without success" let's me only assume you are seeing the default permissions. |
You are right, i only get the default directory permissions value 0755. |
Do you see those permissions after install or did you check the deb itself? |
After install, to verify that the expected result has been done. |
@Sami32 could you either check the deb yourself or provide it? |
@Sami32 That's the dir in question?
|
In this build is was these 2 directories: |
Without looking at it more closely I would expect the following: You can confirm this by creating and matching a sub directory. |
Could you make some example from my above ones? Thank you. |
I have added the usage of permissions to the maven example. I hope that helps.
That said: It seems like there is a bug in the |
I do not see anything in the maven.md file. Only a commit adding |
Nope, the template workaround didn't worked for me, using |
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
So I am not quite sure I can help any further. |
Ok, i will wait until some Thank you for having tried at least. |
That is weird that your template trick doesn't work for me but work for you. |
@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 |
Ok, so it seem that your documentation is unclear only to me then:
Probably that my weak english doesn't help much.
|
@Sami32 Sorry, but your data configuration cannot work like this. Imagine you remove the This is not about the |
As i said it seem only for me. I was naively thinking that it have to apply the directory permission only on the latest, the receiver folder. I do not see why it should apply to any others directories, not my logic at least ;) I understand that your view is different, but from my point of view it only make the configuration longer to write ;) Hopefully for me it was only a plugin testing case. |
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. That's where it gets problematic. One could argue the directory data producer should include the pointed at directory - but seems like that'd be an incompatible change. And while it seems like the obvious thing to do from your config I am still not sure it's the best way to go about it. This is a general problem that I fear only version 2.0 could solve properly. But so far there hasn't been enough support to warrant the amount of development needed to establish the new version. |
No problem, i can understand that. Remember, at the beginnning as i was only begging an add of As usually we only write for request or complain, i should have started to said that your plugin is overall a nice piece of code very useful ;) |
Sorry, i've tried to use
<dirmode>
without any success:Could you please add an example in your documentation? Thank you.
The text was updated successfully, but these errors were encountered: