Skip to content
Snippets Groups Projects
Verified Commit b8591a52 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

distro/tests: add testing repo

parent da0badfd
Branches
Tags
1 merge request!648packaging - use upstream files
......@@ -28,6 +28,12 @@ Vagrantfile):
or
```
./test-distro.sh testing debian9
```
or
```
./test-distro.sh latest debian9
```
......
......@@ -12,10 +12,13 @@ case "$repo" in
devel)
echo -e ' - knot-resolver-devel' >> repos.yaml
;;
testing)
echo -e 'repos:\n - knot-resolver-testing' > repos.yaml
;;
latest)
;;
*)
echo "Unknown repo, choose devel|latest"
echo "Unknown repo, choose devel|latest|testing"
exit 1
;;
esac
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment