hello (and .git folder)

From: Catonano <catonano(at)gmail(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: hello (and .git folder)
Date: 2017-03-10 22:23:35
Message-ID: CAJ98PDzvpWGQ6Go1wD+XTfgb8G_uw1Lm9yf+Fu1yc76Ht5M=3A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

Thanks

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-03-10 22:25:43 Re: hello (and .git folder)
Previous Message Joao Pedro De Almeida Pereira 2017-03-10 16:39:40 Introduce Migration system for SQLite database