[pgadmin-hackers] hello (and .git folder) - Mailing list pgadmin-hackers

From Catonano
Subject [pgadmin-hackers] hello (and .git folder)
Date
Msg-id CAJ98PDzvpWGQ6Go1wD+XTfgb8G_uw1Lm9yf+Fu1yc76Ht5M=3A@mail.gmail.com
Whole thread Raw
Responses Re: [pgadmin-hackers] hello (and .git folder)  (Dave Page <dpage@pgadmin.org>)
List 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

pgadmin-hackers by date:

Previous
From: Joao Pedro De Almeida Pereira
Date:
Subject: [pgadmin-hackers] Introduce Migration system for SQLite database
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] hello (and .git folder)