Re: Extra executive bits in the source code

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Devrim Gündüz <devrim(at)gunduz(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Extra executive bits in the source code
Date: 2018-06-19 20:10:11
Message-ID: CA+OCxox51naYz2uK+LM185VVz8tUe7yaZDnOpPjnoBNhbNp-AA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks - fixed!

On Tue, Jun 19, 2018 at 12:14 PM, Devrim Gündüz <devrim(at)gunduz(dot)org> wrote:

>
> 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

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Joao De Almeida Pereira 2018-06-19 20:16:51 [pgadmin4][patch] Correct issue on external tables
Previous Message Dave Page 2018-06-19 20:10:02 pgAdmin 4 commit: Fix file permissions per Devrim