Remove execute perm from disk-image-create
Remove the x bit from lib/disk-image-create; because it's called directly by the entry-point, it doesn't need to be exectuable. This should also be clearer that you're not supposed to run it by hand. Remove some boilerplate from old file Change-Id: Ibb6cdae613e6c9cf21dd6aecc8e1f739bc3a2643
This commit is contained in:
parent
7446c32197
commit
3c6e589226
@ -12,16 +12,6 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
# Python Logging Configuration for DIB
|
||||
# Usage:
|
||||
# In the main (application) file, do an
|
||||
# import logging_config
|
||||
# ...
|
||||
# logging_config.setup()
|
||||
# It is then possible to use the normal python logging interface, like
|
||||
# logger = logging.getLogger(__name__)
|
||||
# logger.info("Info Message")
|
||||
|
||||
import os
|
||||
import os.path
|
||||
import sys
|
||||
|
0
diskimage_builder/lib/disk-image-create
Executable file → Normal file
0
diskimage_builder/lib/disk-image-create
Executable file → Normal file
Loading…
Reference in New Issue
Block a user