Re: [Ubuntu-bugcontrol] QA Team Tools

2008-06-30 Thread Steve Beattie
#x27;s a few more minor things I've added that I need to document better, and I apologize to Lars for dirtying up his clean code. :-) I do want to add support for pulling down the netboot isos as well. Other ideas or feedback are welcome. Thanks! -- Steve Beattie <[EMAIL PROTECTED]&

[Ubuntu-bugcontrol] Apport bug pattern testing

2008-09-29 Thread Steve Beattie
the upstart.xml file when it couldn't find the upstart-compat-sysv.xml file. I need to file a bug against apport for this.) -- Steve Beattie <[EMAIL PROTECTED]> http://NxNW.org/~steve/ signature.asc Description: Digital signature ___ Mailing

Re: [Ubuntu-bugcontrol] Private apport crashes

2009-05-01 Thread Steve Beattie
to a private bug get our attention more quickly. Thoughts? -- Steve Beattie http://NxNW.org/~steve/ signature.asc Description: Digital signature ___ Mailing list: https://launchpad.net/~ubuntu-bugcontrol Post to : ubuntu-bugcontrol@lists

Re: [Ubuntu-bugcontrol] Offline Bug Crashes -- How do I report apport information when I reconnect?

2009-09-23 Thread Steve Beattie
s to expose the ability to save a crash or bug report for later filing; at a minimum, offering to save the report if apport failed to upload the report to launchpad would help. -- Steve Beattie http://NxNW.org/~steve/ signature.asc Description: Digital signature __

[Ubuntu-bugcontrol] [Bug 631215] Re: update-apt-xapian-index crashed with DatabaseCorruptError in buildIndex()

2010-09-17 Thread Steve Beattie
** Visibility changed to: Public -- update-apt-xapian-index crashed with DatabaseCorruptError in buildIndex() https://bugs.launchpad.net/bugs/631215 You received this bug notification because you are a member of Ubuntu Bug Control, which is a direct subscriber. __

[Ubuntu-bugcontrol] [Bug 684037] Re: update-apt-xapian-index crashed with DatabaseLockError in __init__()

2011-07-13 Thread Steve Beattie
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bug Control, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/684037 Title: update-apt-xapian-index crashed with DatabaseLockError in __init__() To manage notificati

[Ubuntu-bugcontrol] [Bug 827023] Re: piston_get_reviews_helper.py crashed with AttributeError in __main__: 'module' object has no attribute 'JSONDecodeError'

2011-08-24 Thread Steve Beattie
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bug Control, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/827023 Title: piston_get_reviews_helper.py crashed with AttributeError in __main__: 'module' object ha

[Ubuntu-bugcontrol] [Bug 815642] Re: software-properties-gtk crashed with UnicodeDecodeError in init_distro(): 'ascii' codec can't decode byte 0xe8 in position 3: ordinal not in range(128)

2011-08-24 Thread Steve Beattie
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bug Control, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/815642 Title: software-properties-gtk crashed with UnicodeDecodeError in init_distro(): 'ascii' codec

[Ubuntu-bugcontrol] [Bug 827615] Re: software-center crashed when double clicking on google chrome stable .deb file in firefox downloadlist

2011-08-24 Thread Steve Beattie
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bug Control, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/827615 Title: software-center crashed when double clicking on google chrome stable .deb file in firefo

Re: [Ubuntu-bugcontrol] [Merge] ~legovini/ubuntu-qa-tools:master into ubuntu-qa-tools:master

2019-04-08 Thread Steve Beattie
Review: Approve LGTM, thanks, will merge. -- https://code.launchpad.net/~legovini/ubuntu-qa-tools/+git/ubuntu-qa-tools/+merge/365704 Your team Ubuntu Bug Control is subscribed to branch ubuntu-qa-tools:master. ___ Mailing list: https://launchpad.net/~u

Re: [Ubuntu-bugcontrol] [Merge] ~techalchemy/ubuntu-qa-tools:feature/in-memory-cookiedb into ubuntu-qa-tools:master

2020-01-31 Thread Steve Beattie
Did you actually try to use this? The sql portion of the change fails for me like so: $UCT/scripts/sis-changes --ppa ubuntu --pocket Proposed -r bionic --download ${HOME}/tmp/prepare-kernel-usn-6r8qbh5h/usn-bionic-linux-azure-5.3 linux-azure-5.3 Traceback (most recent call last): File "

Re: [Ubuntu-bugcontrol] [Merge] ~techalchemy/ubuntu-qa-tools:feature/in-memory-cookiedb into ubuntu-qa-tools:master

2020-01-31 Thread Steve Beattie
That said, the changes around the launchpadlib version check looked fine; I pulled that change out and have merged that into master. Thanks! -- https://code.launchpad.net/~techalchemy/ubuntu-qa-tools/+git/ubuntu-qa-tools/+merge/378348 Your team Ubuntu Bug Control is subscribed to branch ubuntu-q

Re: [Ubuntu-bugcontrol] [Merge] ~techalchemy/ubuntu-qa-tools:feature/in-memory-cookiedb into ubuntu-qa-tools:master

2020-01-31 Thread Steve Beattie
The real solution, by the by, is to kill the remaining users of opener_with_cookie(), and convert them to using the proper auth mechanism from python-launchpadlib, either via lpl_common.py:connect() or directly. (The opener_with_cookie() function is a hysterical/historical artifact dating back

Re: [Ubuntu-bugcontrol] [Merge] ubuntu-qa-tools:dl-ubuntu-test-iso-snap into ubuntu-qa-tools:master

2020-04-16 Thread Steve Beattie
Review: Approve LGTM, merged. One issue I have with running it out of a snap is that I have the script configured to store the isos in a location where I can serve them up in apache. I'm not sure of the best way to cope with that via snap. Thanks! -- https://code.launchpad.net/~ubuntu-bugcon

Re: [Ubuntu-bugcontrol] [Merge] ~sespiros/ubuntu-qa-tools/+git/ubuntu-qa-tools:uvt-improvements into ubuntu-qa-tools:master

2021-10-11 Thread Steve Beattie
See inline comments. Diff comments: > diff --git a/vm-tools/uvt b/vm-tools/uvt > index 233ee46..c06b93a 100755 > --- a/vm-tools/uvt > +++ b/vm-tools/uvt > @@ -1410,6 +1410,8 @@ def vm_run_command(vm_name, command, root=False, > start=False, > return False > > ssh_command = ['ssh'

Re: [Ubuntu-bugcontrol] [Merge] ~sespiros/ubuntu-qa-tools/+git/ubuntu-qa-tools:uvt-improvements into ubuntu-qa-tools:master

2021-10-11 Thread Steve Beattie
Diff comments: > diff --git a/vm-tools/uvt b/vm-tools/uvt > index 233ee46..c06b93a 100755 > --- a/vm-tools/uvt > +++ b/vm-tools/uvt > @@ -2832,6 +2834,12 @@ def download_release_iso(release, release_num, arch, > iso_type): > latest_release = find_latest_release(release_num, iso_type) >

Re: [Ubuntu-bugcontrol] [Merge] ~sespiros/ubuntu-qa-tools/+git/ubuntu-qa-tools:uvt-improvements into ubuntu-qa-tools:master

2021-10-17 Thread Steve Beattie
am sporadic about creating devel release vms and once created, just continually update it. So it's possible I've gotten lucky with them. -- Steve Beattie https://code.launchpad.net/~sespiros/ubuntu-qa-tools/+git/ubuntu-qa-tools/+merge/409517 Your team Ubuntu Bug Control is subscrib

[Ubuntu-bugcontrol] [Merge] ~sbeattie/ubuntu-qa-tools:unembargo-milestone-fixups into ubuntu-qa-tools:master

2022-08-04 Thread Steve Beattie
Steve Beattie has proposed merging ~sbeattie/ubuntu-qa-tools:unembargo-milestone-fixups into ubuntu-qa-tools:master. Commit message: unembargo: separate out milestone lookup into function The recent change 0c2430a ("unembargo: Check and warn for any pending milestones") e

Re: [Ubuntu-bugcontrol] [Merge] ~sbeattie/ubuntu-qa-tools:unembargo-milestone-fixups into ubuntu-qa-tools:master

2022-08-04 Thread Steve Beattie
Also, a more intelligent scheme would cache the milestones per release, so that for multiple source package publication, we wouldn't look up the same set of milestones repeatedly during one script execution. -- https://code.launchpad.net/~sbeattie/ubuntu-qa-tools/+git/ubuntu-qa-tools-1/+merge/42

Re: [Ubuntu-bugcontrol] [Merge] ~sbeattie/ubuntu-qa-tools:unembargo-milestone-fixups into ubuntu-qa-tools:master

2022-08-04 Thread Steve Beattie
ipt could go: inspect bionic and focal for openjdk-8: - no milestones found, continues on and publishes inspect bionic, focal, and jammy for openjdk-lts/11 - milestone found, with the exit located above, abort To do it properly, a little more refactoring needs to occur to find all the re

Re: [Ubuntu-bugcontrol] [Merge] ~sbeattie/ubuntu-qa-tools:unembargo-milestone-fixups into ubuntu-qa-tools:master

2022-08-04 Thread Steve Beattie
we can iterate on addressing aborting early in the face of a relevant milestone. -- Steve Beattie https://code.launchpad.net/~sbeattie/ubuntu-qa-tools/+git/ubuntu-qa-tools-1/+merge/427845 Your team Ubuntu Bug Control is subscribed to branch ubuntu-qa-tools:master.

Re: [Ubuntu-bugcontrol] [Merge] ~alexmurray/ubuntu-qa-tools:unembargo-warn-security-updates-on-fridays into ubuntu-qa-tools:master

2022-08-09 Thread Steve Beattie
Review: Approve This looks good to me, approving. Extremely minor nits that absolutely do not block merging would be: - use of magic numbers; it'd be nice not to have to remember that 4 == friday; not sure if the python libraries have a constant defined for this. - a lot of our scripts do a lo

Re: [Ubuntu-bugcontrol] [Merge] ~emitorino/ubuntu-qa-tools:support_updates_ppas into ubuntu-qa-tools:master

2023-12-13 Thread Steve Beattie
that in the release cycle tasks. If we add shortcut operations, we should add them for operations we expect to be more commonly used (e.g. binary copying from a staging ppa to the corresponding publication ppa). Thanks for working through this process! -- Steve Beattie https://code.

Re: [Ubuntu-bugcontrol] [Merge] ~sudhackar/ubuntu-qa-tools:uqt-joliet-long into ubuntu-qa-tools:master

2024-01-12 Thread Steve Beattie
Review: Approve Apologies for the delay, LGTM as well (I had hit the same issue independently and had come up with a similar solution, so can confirm it works). Merged to master. -- https://code.launchpad.net/~sudhackar/ubuntu-qa-tools/+git/ubuntu-qa-tools/+merge/458076 Your team Ubuntu Bug Con

Re: [Ubuntu-bugcontrol] [Merge] ubuntu-qa-tools:joilet-long into ubuntu-qa-tools:master

2024-01-12 Thread Steve Beattie
Review: Disapprove Hey Brian, thanks for submitting this merge request. My apologies, a similar fix was proposed in https://code.launchpad.net/~sudhackar/ubuntu-qa-tools/+git/ubuntu-qa-tools/+merge/458076 which had been approved earlier this week but not yet merged. I went ahead and merged tha

Re: [Ubuntu-bugcontrol] [Merge] ~jslarraz/ubuntu-qa-tools:fix-acl into ubuntu-qa-tools:master

2024-04-22 Thread Steve Beattie
d}") ... print(f"--> write = {acl.permset.write}") ... print(f"--> execute = {acl.permset.execute}") ... ACL entry for the owner ACL entry for user with uid 64055 --> username = libvirt-qemu --> read = True --> write = False --> ex

Re: [Ubuntu-bugcontrol] [Merge] ~rlee287/ubuntu-qa-tools:uvt_config_defaults_fix into ubuntu-qa-tools:master

2024-09-10 Thread Steve Beattie
Review: Approve Thanks, merged! -- https://code.launchpad.net/~rlee287/ubuntu-qa-tools/+git/ubuntu-qa-tools/+merge/471844 Your team Ubuntu Bug Control is subscribed to branch ubuntu-qa-tools:master. ___ Mailing list: https://launchpad.net/~ubuntu-bugc

Re: [Ubuntu-bugcontrol] [Merge] ~octagalland/ubuntu-qa-tools:uvt_repo_prioritize_local into ubuntu-qa-tools:master

2024-09-11 Thread Steve Beattie
Review: Approve Hey Octa, thanks for fixing this. I've merged the branch. [warning, awk nerdery] awk can be used to comput the max priority directly, like so: apt-cache policy | awk 'BEGIN{max=0} /^ [0-9]+ / {if ($1 > max) max = $1} END{print max}' I *think* the quoting would need to look s