]> Cypherpunks.ru repositories - govpn.git/blobdiff - utils/makedist.sh
switch to logrus
[govpn.git] / utils / makedist.sh
index deff7783b9c02017ea73e84547bfacc5002d987d..b7fad1ac89c7d3fbda501c4ab1be2415e5e3e666 100755 (executable)
@@ -9,9 +9,11 @@ git clone . $tmp/govpn-$release
 repos="
     src/cypherpunks.ru/balloon
     src/github.com/agl/ed25519
-    src/github.com/bigeagle/water
+    src/github.com/songgao/water
     src/gopkg.in/yaml.v2
     src/golang.org/x/crypto
+    src/github.com/pkg/errors
+    src/github.com/sirupsen/logrus
 "
 for repo in $repos; do
     git clone $repo $tmp/govpn-$release/$repo
@@ -44,12 +46,13 @@ You can obtain releases source code prepared tarballs on
 @url{http://www.govpn.info/}.
 EOF
 make -C doc
-./utils/news.sh
+/bin/sh utils/news.sh
 rm -r doc/.well-known doc/govpn.html/.well-known utils/news.sh
 
 rm utils/makedist.sh
 find . -name .git -type d | xargs rm -fr
 find . -name .gitignore -delete
+find . -name .travis.yml -delete
 rm .gitmodules
 
 cd ..