X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=utils%2Fmakedist.sh;h=7c1240a671f134430403a130b804660727aee9b5;hb=db394a3b5ad365b29ad6cbc285015b4a59b55569;hp=e40814222704b3474c8c8535215ae03251210bfb;hpb=38ea2939829ac622f5d1b216848c4fcdcd3a8e92;p=govpn.git diff --git a/utils/makedist.sh b/utils/makedist.sh index e408142..7c1240a 100755 --- a/utils/makedist.sh +++ b/utils/makedist.sh @@ -6,32 +6,46 @@ release=$1 [ -n "$release" ] git clone . $tmp/govpn-$release +repos=" + src/github.com/agl/ed25519 + src/github.com/bigeagle/water + src/github.com/dchest/blake2b + src/github.com/go-yaml/yaml + src/github.com/magical/argon2 + src/golang.org/x/crypto +" +for repo in $repos; do + git clone $repo $tmp/govpn-$release/$repo +done +cd $tmp/govpn-$release +git checkout $release +git submodule update --init + cat > $tmp/includes < doc/download.texi <