Traceback when -a is not used
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ppa-dev-tools |
Fix Released
|
High
|
Bryce Harrington |
Bug Description
[ 11:20AM 10023 ] [ bdmurray@
$ scripts/ppa tests --show-urls ppa:brian-
Traceback (most recent call last):
File "/home/
retval = main(args)
File "/home/
config = create_config(lp, args)
File "/home/
if args.architectures is not None:
AttributeError: 'Namespace' object has no attribute 'architectures'
[ 11:23AM 10069 ] [ bdmurray@
$ git rev-parse HEAD
321446afc19cda9
Related branches
- Christian Ehrhardt (community): Approve
- Canonical Server MOTU reviewers: Pending requested
- Canonical Server packageset reviewers: Pending requested
- Canonical Server Reporter: Pending requested
-
Diff: 101 lines (+14/-11)1 file modifiedscripts/ppa (+14/-11)
summary: |
- Traceback when --a is not used + Traceback when -a is not used |
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'