diff options
-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 |