atomist-attic / artifact-source

ArtifactSource abstraction for source code
GNU General Public License v3.0
2 stars 3 forks source link

Model access permissions in artifacts (file/dir) #6

Closed kipz closed 7 years ago

kipz commented 7 years ago

Original issue from @jessitron:

https://github.com/atomist/rug/issues/13

alankstewart commented 7 years ago

@kipz We already have a 'mode' field on FileArtifact which is used to store the file permissions in Octal format, e.g. 100755 for executable files. Is this not enough? This was added some time ago when Adrian found that creating a repo from a template was losing executable permissions on shell scripts.

kipz commented 7 years ago

Ah, OK. I totally missed that. Sorry for the noise. Issue must be elsewhere.