hust-marx / firebreath

Automatically exported from code.google.com/p/firebreath
0 stars 0 forks source link

Weird permissions in distribution #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In at least the .tar.bz2 distribution the permissions on some of the files
are set strangely.

$ ls -l fbgen/src/
total 56
-rwxr-xr-x@ 1 gschmidt  staff   857 Dec 18 22:16 CMakeLists.txt
----------  1 gschmidt  staff   537 Jan 21 15:36 FactoryMain.cpp
d---------  6 gschmidt  staff   204 Mar 23 16:20 Mac
----------  1 gschmidt  staff  1826 Jan 11 08:59 PluginConfig.cmake
----------  1 gschmidt  staff  1755 Jan 21 15:36 Template.cpp
----------  1 gschmidt  staff  1755 Jan 21 15:36 Template.h
----------  1 gschmidt  staff  1550 Mar 23 19:41 TemplateAPI.cpp
----------  1 gschmidt  staff   929 Mar 23 19:41 TemplateAPI.h
drwxr-xr-x@ 8 gschmidt  staff   272 Mar  6 21:56 Win
d---------  5 gschmidt  staff   170 Mar  6 21:56 X11

As a minor release engineering issue, it would be better if the permissions
on these files were something reasonable.

Original issue reported on code.google.com by geoffsch...@gmail.com on 26 Mar 2010 at 1:34

GoogleCodeExporter commented 9 years ago
Issue present for .tar.bz2 and .tar.gz.

Original comment by georg.fritzsche on 28 Mar 2010 at 6:13

GoogleCodeExporter commented 9 years ago
Can you check the nightly builds that were just posted?  I created a build 
script
that now generates them on a linux box instead of using a windows machine; that
should mean that the same permissions that exist in source control should be in 
the
archives.  Let me know if you see anything wrong there and I'll have it fixed 
in the
1.0.1 release, which should be relatively soon.

Original comment by taxilian on 31 Mar 2010 at 1:28

GoogleCodeExporter commented 9 years ago
nightly-3 looks good to me. Thanks!

Original comment by geoffsch...@gmail.com on 31 Mar 2010 at 11:35