[ 2:40PM 10119 ] [ bdmurray@impulse:~/source-trees/ppa-dev-tools(main✗) ]
$ scripts/ppa tests --show-urls -a armhf ppa:brian-murray/autopkgtest
Traceback (most recent call last):
File "/home/bdmurray/source-trees/ppa-dev-tools/scripts/ppa", line 916, in <module>
retval = main(args) ^^^^^^^^^^
File "/home/bdmurray/source-trees/ppa-dev-tools/scripts/ppa", line 890, in main
config = create_config(lp, args) ^^^^^^^^^^^^^^^^^^^^^^^
File "/home/bdmurray/source-trees/ppa-dev-tools/scripts/ppa", line 423, in create_config
if args.releases is not None: ^^^^^^^^^^^^^
AttributeError: 'Namespace' object has no attribute 'releases'
The same type of error occurs without -r.
[ 2:40PM 10119 ] [ bdmurray@ impulse: ~/source- trees/ppa- dev-tools( main✗) ] murray/ autopkgtest bdmurray/ source- trees/ppa- dev-tools/ scripts/ ppa", line 916, in <module>
^ ^^^^^^^ ^^ bdmurray/ source- trees/ppa- dev-tools/ scripts/ ppa", line 890, in main
^ ^^^^^^^ ^^^^^^^ ^^^^^^^ ^ bdmurray/ source- trees/ppa- dev-tools/ scripts/ ppa", line 423, in create_config
^^^^^^^ ^^^^^^
$ scripts/ppa tests --show-urls -a armhf ppa:brian-
Traceback (most recent call last):
File "/home/
retval = main(args)
File "/home/
config = create_config(lp, args)
File "/home/
if args.releases is not None:
AttributeError: 'Namespace' object has no attribute 'releases'