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 mo
Dave,
2017-03-10 23:25 GMT+01:00 Dave Page :
> Hi
>
> 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.
>
>
thanks for your prompt reply
I'm not sure I understand your answer
Is the tarball the wrong way to try t