Re: [pgadmin-hackers] hello (and .git folder)

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: [pgadmin-hackers] hello (and .git folder)
Дата
Msg-id CA+OCxowgYY0d_4CsB=gHk8+av8SXRdZmmM5_fSJK9OZRaoFcYQ@mail.gmail.com
обсуждение исходный текст
Ответ на [pgadmin-hackers] hello (and .git folder)  (Catonano <catonano@gmail.com>)
Ответы Re: [pgadmin-hackers] hello (and .git folder)  (Catonano <catonano@gmail.com>)
Список pgadmin-hackers
Hi

On Fri, Mar 10, 2017 at 10:23 PM, Catonano <catonano@gmail.com> wrote:
> Hello,
>
> I am trying to build pgadmin4 for GuixSD
>
> This is an excerpt from pkg/pip/build.sh
>
> if [ ! -d .git -a ! -f .git/config ]; then
>     echo This script must be run from a git checkout of the source tree.
>     exit 1
> fi
>
> But in the tarball there is no .git folder
>
> I can abandon the tarball and move to a git checkout , but I still think
> this should be raised up here

That's intentional - the script uses git to ensure we only ship files
in the pip wheel that are expected to be in the source tree.


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

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


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Catonano
Дата:
Сообщение: [pgadmin-hackers] hello (and .git folder)
Следующее
От: Catonano
Дата:
Сообщение: Re: [pgadmin-hackers] hello (and .git folder)