Extra executive bits in the source code

From: Devrim Gündüz <devrim(at)gunduz(dot)org>
To: pgadmin-hackers <pgadmin-hackers(at)PostgreSQL(dot)org>
Subject: Extra executive bits in the source code
Date: 2018-06-19 11:14:08
Message-ID: 4bb1d67857b1d9038ca37e11cf5bbdbb6e083ec3.camel@gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers


Hi,

Fedora 28 included an extra feature while building packages, and now throwing
these warnings:

+ /usr/lib/rpm/redhat/brp-mangle-shebangs '' ''
*** WARNING: ./usr/lib/python3.6/site-packages/pgadmin4-web/pgadmin/static/css/bootstrap.overrides.css is executable but has empty or no shebang, removing executable bit
*** WARNING: ./usr/lib/python3.6/site-packages/pgadmin4-web/pgadmin/browser/server_groups/servers/tablespaces/templates/tablespaces/sql/default/alter.sql is executable but has empty or no shebang, removing executable bit
*** WARNING: ./usr/lib/python3.6/site-packages/pgadmin4-web/pgadmin/browser/server_groups/servers/tablespaces/templates/tablespaces/sql/9.2_plus/properties.sql is executable but has empty or no shebang, removing executable bit
*** WARNING: ./usr/lib/python3.6/site-packages/pgadmin4-web/pgadmin/templates/base.html is executable but has empty or no shebang, removing executable bit
*** WARNING: ./usr/lib/python3.6/site-packages/pgadmin4-web/pgadmin/misc/file_manager/static/js/utility.js is executable but has empty or no shebang, removing executable bit
*** WARNING: ./usr/lib/python3.6/site-packages/pgadmin4-web/pgadmin/misc/file_manager/static/css/file_manager.css is executable but has empty or no shebang, removing executable bit
*** WARNING: ./usr/lib/python3.6/site-packages/pgadmin4-web/pgadmin/misc/file_manager/templates/file_manager/index.html is executable but has empty or no shebang, removing executable bit

Should these be fixed?

Regards,

--
Devrim Gündüz
EnterpriseDB: https://www.enterprisedb.com
PostgreSQL Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2018-06-19 11:18:06 Re: [pgadmin4][Patch]: Feature #3388 Allow to set the connection timeout on the server properties dialog
Previous Message Akshay Joshi 2018-06-19 08:41:18 Re: [pgadmin4][Patch]: Feature #3388 Allow to set the connection timeout on the server properties dialog