]> Cypherpunks.ru repositories - govpn.git/blobdiff - utils/makedist.sh
add new dependency
[govpn.git] / utils / makedist.sh
index dac115d182fb7579dead8b75beaf894c3561ed3a..b7fad1ac89c7d3fbda501c4ab1be2415e5e3e666 100755 (executable)
@@ -12,6 +12,8 @@ repos="
     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
@@ -50,6 +52,7 @@ 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 ..