diff options
author | Rob Austein <sra@hactrn.net> | 2016-09-30 18:09:45 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-09-30 18:09:45 +0000 |
commit | d8f5f5108467aed8e3a21d7cb7fa13f6f0b59146 (patch) | |
tree | 32c763e2af906bcd7c3e7ec194780ae2942f4ba4 | |
parent | f0321a09941327985fe8b3dde4d6f5ab873720db (diff) |
Try reenabling builds for trusty.
-rwxr-xr-x | rpki-pbuilder.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rpki-pbuilder.sh b/rpki-pbuilder.sh index 29c62a1..41d7cdd 100755 --- a/rpki-pbuilder.sh +++ b/rpki-pbuilder.sh @@ -13,3 +13,10 @@ python rpki-pbuilder.py \ --apt-tree $HOME/repository.ng/ \ --url-path /APTng \ --releases debian/jessie ubuntu/xenial + +python rpki-pbuilder.py \ + --svn-tree $HOME/source.ng/rpki.net/ \ + --apt-tree $HOME/repository.ng/ \ + --url-path /APTng \ + --backports python-django python-tornado \ + --releases ubuntu/trusty |