diff options
author | Rob Austein <sra@hactrn.net> | 2016-05-08 17:03:34 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-05-08 17:03:34 +0000 |
commit | b3843228df1d7c9bb9f719158f92256c121a049c (patch) | |
tree | e2ea891c81190002a191424c180afc49da963c5a | |
parent | 35669c656f9e4048a6c92117bb1aadc77a416678 (diff) |
Add Jessie.
svn path=/apt-tools/; revision=6431
-rwxr-xr-x | rpki-pbuilder.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rpki-pbuilder.sh b/rpki-pbuilder.sh index dbf68d6..0364715 100755 --- a/rpki-pbuilder.sh +++ b/rpki-pbuilder.sh @@ -33,6 +33,12 @@ python rpki-pbuilder.py \ --releases ubuntu/xenial python rpki-pbuilder.py \ + --svn-tree $HOME/source.ng/tk705/ \ + --apt-tree $HOME/repository.ng/ \ + --url-path /APTng \ + --releases debian/jessie + +python rpki-pbuilder.py \ --svn-tree $HOME/source.tos/trunk/ \ --apt-tree $HOME/repository.tos/ \ --url-path /APT \ |